CRAN Package Check Results for Package spass

Last updated on 2024-12-26 07:51:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3 26.03 84.36 110.39 ERROR
r-devel-linux-x86_64-debian-gcc 1.3 17.31 67.88 85.19 OK
r-devel-linux-x86_64-fedora-clang 1.3 190.10 OK
r-devel-linux-x86_64-fedora-gcc 1.3 186.49 OK
r-devel-windows-x86_64 1.3 26.00 0.00 26.00 FAIL
r-patched-linux-x86_64 1.3 23.81 89.33 113.14 NOTE
r-release-linux-x86_64 1.3 20.98 90.78 111.76 NOTE
r-release-macos-arm64 1.3 47.00 NOTE
r-release-macos-x86_64 1.3 70.00 NOTE
r-release-windows-x86_64 1.3 25.00 116.00 141.00 NOTE
r-oldrel-macos-arm64 1.3 60.00 NOTE
r-oldrel-macos-x86_64 1.3 91.00 NOTE
r-oldrel-windows-x86_64 1.3 33.00 150.00 183.00 NOTE

Check Details

Version: 1.3
Check: examples
Result: ERROR Running examples in ‘spass-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: fit.nb.gf > ### Title: Fitting Longitudinal Data from a Gamma Frailty Model with > ### Frailty of Autoregressive Correlation Structure of Order One > ### Aliases: fit.nb.gf > > ### ** Examples > > #Generate data from the Gamma frailty model > random<-get.groups(n=c(1000,1000), size=c(0.7, 0.7), lambda=c(0.8, -0.5), rho=c(0.6, 0.6), + tp=7, trend="constant") > fit.nb.gf(dataC=random[1001:2000,], dataE=random[1:1000,], trend="constant") Error in optim(start, mlFirst, gr = mlFirstGrad, lower = lower, upper = upper, : non-finite value supplied by optim Calls: fit.nb.gf -> optim Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.3
Check: examples
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > set.seed(2015) > dataset <- r.gee.1subgroup(n=200, reg=list(c(0,0,0,0.1),c(0,0,0,0.1)), sigma=c(3,2.5), + tau=0.5, rho=0.25, theta=1, k=1.5, Time=c(0:5), OD=0) > > estimations <- estimcov(data=dataset,Time=c(0:5)) > estimations[[1]] [1] 2.6824931 0.1761332 0.6514941 > estimations[[2]] [1] 0 0 0 0 0 0 > > > > > cleanEx() > nameEx("fit.nb.gf") > ### * fit.nb.gf > > flush(stderr()); flush(stdout()) > > ### Name: fit.nb.gf > ### Title: Fitting Longitudinal Data from a Gamma Frailty Model with > ### Frailty of Autoregressive Correlation Structure of Order One > ### Aliases: fit.nb.gf > > ### ** Examples > > #Generate data from the Gamma frailty model > random<-get.groups(n=c(1000,1000), size=c(0.7, 0.7), lambda=c(0.8, -0.5), rho=c(0.6, 0.6), + tp=7, trend="constant") > fit.nb.gf(dataC=random[1001:2000,], dataE=random[1:1000,], trend="constant") ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64

Version: 1.3
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64