Last updated on 2026-06-07 20:51:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 2.75 | 30.43 | 33.18 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 1.96 | 21.97 | 23.93 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 5.00 | 48.00 | 53.00 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 48.80 | OK | |||
| r-devel-windows-x86_64 | 1.5.1 | 4.00 | 50.00 | 54.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 2.74 | 27.56 | 30.30 | OK | |
| r-release-linux-x86_64 | 1.5.1 | 2.55 | 28.05 | 30.60 | OK | |
| r-release-macos-arm64 | 1.5.1 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 1.5.1 | 2.00 | 31.00 | 33.00 | OK | |
| r-release-windows-x86_64 | 1.5.1 | 5.00 | 50.00 | 55.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5.1 | 2.00 | 28.00 | 30.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.1 | 5.00 | 58.00 | 63.00 | OK |
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