Last updated on 2025-12-06 00:48:45 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.36 | 69.29 | 71.65 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.05 | 31.60 | 33.65 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 12.00 | 100.62 | 112.62 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 13.00 | 108.40 | 121.40 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 6.00 | 105.00 | 111.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 4.02 | 60.08 | 64.10 | OK | |
| r-release-linux-x86_64 | 0.9-3 | 2.27 | 60.83 | 63.10 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 29.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 133.00 | 135.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 6.00 | 111.00 | 117.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 32.00 | 33.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 140.00 | 142.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 5.00 | 117.00 | 122.00 | OK |
Version: 1.0.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'reshape', 'plyr', 'car', 'heplots', 'knitr', 'rmarkdown', 'effects'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘HistData-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: CushnyPeebles
> ### Title: Cushny-Peebles Data: Soporific Effects of Scopolamine
> ### Derivatives
> ### Aliases: CushnyPeebles CushnyPeeblesN
> ### Keywords: datasets
>
> ### ** Examples
>
>
> data(CushnyPeebles)
> # quick looks at the data
> plot(CushnyPeebles)
> boxplot(CushnyPeebles, ylab="Hours of Sleep", xlab="Treatment")
>
> ##########################
> # Repeated measures MANOVA
>
> CPmod <- lm(cbind(Control, L_hyoscyamine, L_hyoscine, DL_hyoscine) ~ 1, data=CushnyPeebles)
>
> # Assign within-S factor and contrasts
> Treatment <- factor(colnames(CushnyPeebles), levels=colnames(CushnyPeebles))
> contrasts(Treatment) <- matrix(
+ c(-3, 1, 1, 1,
+ 0,-2, 1, 1,
+ 0, 0,-1, 1), ncol=3)
> colnames(contrasts(Treatment)) <- c("Control.Drug", "L.DL", "L_hy.DL_hy")
>
> Treats <- data.frame(Treatment)
> if (require(car)) {
+ (CPaov <- Anova(CPmod, idata=Treats, idesign= ~Treatment))
+ }
Loading required package: car
Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘car’
> summary(CPaov, univariate=FALSE)
Error: object 'CPaov' not found
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc