CRAN Package Check Results for Package gmvjoint

Last updated on 2024-09-27 05:49:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.0 58.28 105.45 163.73 OK
r-devel-linux-x86_64-debian-gcc 0.4.0 46.81 71.67 118.48 OK
r-devel-linux-x86_64-fedora-clang 0.4.0 281.39 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 266.46 ERROR
r-devel-windows-x86_64 0.4.0 69.00 148.00 217.00 OK
r-patched-linux-x86_64 0.4.0 65.30 99.21 164.51 OK
r-release-linux-x86_64 0.4.0 63.70 99.38 163.08 OK
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 65.00 149.00 214.00 OK
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 80.00 173.00 253.00 OK

Check Details

Version: 0.4.0
Check: dependencies in R code
Result: WARN Missing or unexported object: ‘glmmTMB::splitForm’ Flavor: r-devel-linux-x86_64-fedora-gcc

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 Flavor: r-devel-linux-x86_64-fedora-gcc

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