Last updated on 2024-10-03 20:49:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 60.51 | 87.63 | 148.14 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 47.64 | 61.46 | 109.10 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 254.46 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 294.43 | ERROR | |||
r-devel-windows-x86_64 | 0.4.0 | 66.00 | 125.00 | 191.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.0 | 67.56 | 81.83 | 149.39 | ERROR | |
r-release-linux-x86_64 | 0.4.0 | 65.69 | 82.01 | 147.70 | ERROR | |
r-release-macos-arm64 | 0.4.0 | 72.00 | NOTE | |||
r-release-macos-x86_64 | 0.4.0 | 106.00 | NOTE | |||
r-release-windows-x86_64 | 0.4.0 | 69.00 | 127.00 | 196.00 | ERROR | |
r-oldrel-macos-arm64 | 0.4.0 | 77.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.4.0 | 144.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.4.0 | 82.00 | 148.00 | 230.00 | ERROR |
Version: 0.4.0
Check: dependencies in R code
Result: WARN
Missing or unexported object: ‘glmmTMB::splitForm’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘gmvjoint-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fixef.joint
> ### Title: Extract fixed effects from a 'joint' object.
> ### Aliases: fixef.joint
>
> ### ** Examples
>
> # Univariate fit on PBC data -------------------------------------------
> data(PBC)
>
> # Subset data and remove NAs
> PBC <- subset(PBC, select = c('id', 'survtime', 'status', 'drug', 'time',
+ 'albumin'))
> PBC <- na.omit(PBC)
>
> # Specify simple univariate fit
> long.formulas <- list(
+ albumin ~ time + (1 + time|id)
+ )
> surv.formula <- Surv(survtime, status) ~ drug
>
> fit <- joint(long.formulas, surv.formula, PBC, family = list('gaussian'))
Error: 'splitForm' is not an exported object from 'namespace:glmmTMB'
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘gmvjoint-Ex.R’ failed
The error most likely occurred in:
> ### Name: fixef.joint
> ### Title: Extract fixed effects from a 'joint' object.
> ### Aliases: fixef.joint
>
> ### ** Examples
>
> # Univariate fit on PBC data -------------------------------------------
> data(PBC)
>
> # Subset data and remove NAs
> PBC <- subset(PBC, select = c('id', 'survtime', 'status', 'drug', 'time',
+ 'albumin'))
> PBC <- na.omit(PBC)
>
> # Specify simple univariate fit
> long.formulas <- list(
+ albumin ~ time + (1 + time|id)
+ )
> surv.formula <- Surv(survtime, status) ~ drug
>
> fit <- joint(long.formulas, surv.formula, PBC, family = list('gaussian'))
Error: 'splitForm' is not an exported object from 'namespace:glmmTMB'
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.4.0
Check: installed package size
Result: NOTE
installed size is 7.3Mb
sub-directories of 1Mb or more:
libs 6.8Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64