Last updated on 2024-11-03 11:49:40 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.90.5 | 2.30 | 29.52 | 31.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.90.5 | 0.27 | 1.33 | 1.60 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.90.5 | 49.64 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.90.5 | 46.82 | OK | |||
r-devel-windows-x86_64 | 0.90.5 | 4.00 | 52.00 | 56.00 | NOTE | |
r-patched-linux-x86_64 | 0.90.5 | 2.63 | 28.36 | 30.99 | OK | |
r-release-linux-x86_64 | 0.90.5 | 2.00 | 25.36 | 27.36 | ERROR | |
r-release-macos-arm64 | 0.90.5 | 20.00 | OK | |||
r-release-macos-x86_64 | 0.90.5 | 29.00 | OK | |||
r-release-windows-x86_64 | 0.90.5 | 4.00 | 53.00 | 57.00 | OK | |
r-oldrel-macos-arm64 | 0.90.5 | 22.00 | OK | |||
r-oldrel-macos-x86_64 | 0.90.5 | 41.00 | OK | |||
r-oldrel-windows-x86_64 | 0.90.5 | 4.00 | 57.00 | 61.00 | OK |
Version: 0.90.5
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
AutoCorrelationLRtest.Rd: corClasses
REEMtree.Rd: corClasses, rpart, nlme
REEMtree.object.Rd: rpart, nlme
plot.Rd: plot.rpart
predict.Rd: predict.nlme, predict.rpart
print.Rd: print.rpart
tree.Rd: rpart.object
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64
Version: 0.90.5
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.90.5
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘AER’
Flavor: r-release-linux-x86_64
Version: 0.90.5
Check: examples
Result: ERROR
Running examples in ‘REEMtree-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: REEMtree
> ### Title: Create a RE-EM tree
> ### Aliases: REEMtree
> ### Keywords: tree models
>
> ### ** Examples
>
> data(simpleREEMdata)
> REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1|ID)
>
> # Estimation allowing for autocorrelation
> REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1|ID,
+ correlation=corAR1())
>
> # Random parameters model for the random effects
> REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1+X|ID)
>
> # Estimation with a subset
> sub <- rep(c(rep(TRUE, 10), rep(FALSE, 2)), 50)
> REEMresult<-REEMtree(Y~D+t+X, data=simpleREEMdata, random=~1|ID,
+ subset=sub)
>
> # Dataset from the R library "AER"
> data("Grunfeld", package = "AER")
Error in find.package(package, lib.loc, verbose = verbose) :
there is no package called ‘AER’
Calls: data -> find.package
Execution halted
Flavor: r-release-linux-x86_64