Last updated on 2025-12-06 17:48:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.1 | 2.76 | 30.94 | 33.70 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.5.1 | 1.90 | 21.89 | 23.79 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.1 | 49.39 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 47.22 | OK | |||
| r-devel-windows-x86_64 | 1.5.1 | 4.00 | 49.00 | 53.00 | OK | |
| r-patched-linux-x86_64 | 1.5.1 | 2.52 | 27.05 | 29.57 | OK | |
| r-release-linux-x86_64 | 1.5.1 | 2.60 | 28.14 | 30.74 | OK | |
| r-release-macos-arm64 | 1.5.1 | OK | ||||
| r-release-macos-x86_64 | 1.5.1 | 2.00 | 28.00 | 30.00 | OK | |
| r-release-windows-x86_64 | 1.5.1 | 4.00 | 49.00 | 53.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.5.1 | 3.00 | 25.00 | 28.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.1 | 5.00 | 56.00 | 61.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