Package: landmulti Check: dependencies in R code New result: WARNING Missing or unexported object: ‘landpred::VTM’ Package: landmulti Check: examples New result: ERROR Running examples in ‘landmulti-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: multipredict > ### Title: Landmark prediction with multiple short-term events > ### Aliases: multipredict > > ### ** Examples > > library(survival) > library(emdbook) > library(NMOF) > library(landpred) > library(snow) > set.seed(1234) > res <- multipredict(data = simulation, formula = Surv(time, outcome) ~ age + s1(st1) + s2(st2), + t0 = 5, L = 20, SE = FALSE, + gs.method = "loop", gs.cl = 2, SE.gs = FALSE, B = 200, gs.seed = 100, + s1_beta1 = 1.5, grid1 = seq(0.01, 5, length.out=20), + s2_beta2 = 1.5, grid2 = seq(0.01, 5, length.out=20), + s1s2_beta3 = NULL, grid3=list(seq(0.01, 5, length.out=20), + seq(0.01, 5, length.out=20))) Error in Wi.FUN(data = mydata, t0 = t0, tau = L, weight.given = NULL) : could not find function "Wi.FUN" Calls: multipredict Execution halted Package: landmulti Check: R code for possible problems New result: NOTE multipredict: no visible global function definition for ‘Wi.FUN’ Undefined global functions or variables: Wi.FUN Package: ludic Check: whether package can be installed New result: ERROR Installation failed.