Last updated on 2025-12-07 10:51:00 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| Rmisc | 1 | 1 | 11 |
Current CRAN status: ERROR: 1, NOTE: 1, OK: 11
Version: 1.5.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Ryan M. Hope <rmh3093@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Ryan", "M."),
family = "Hope",
role = c("aut", "cre"),
email = "rmh3093@gmail.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.5.1
Check: examples
Result: ERROR
Running examples in ‘Rmisc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: group.CI
> ### Title: Group Confidence Interval
> ### Aliases: group.CI
> ### Keywords: multivariate
>
> ### ** Examples
>
> require(latticeExtra)
Loading required package: latticeExtra
> with(group.CI(weight~feed,chickwts),
+ segplot(feed~weight.lower+weight.upper,center=weight.mean)
+ )
>
> require(Hmisc)
Loading required package: Hmisc
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘Hmisc’
> with(group.CI(Temp~Month,airquality),
+ xYplot(Cbind(Temp.mean,Temp.lower,Temp.upper)~numericScale(Month),type="b",ylim=c(60,90))
+ )
Error in xYplot(Cbind(Temp.mean, Temp.lower, Temp.upper) ~ numericScale(Month), :
could not find function "xYplot"
Calls: with -> with.default -> eval -> eval
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc