Package check result: OK Changes to worse in reverse depends: Package: fishboot Check: examples Old result: NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed grotag_boot 4.668 0.057 6.062 New result: ERROR Running examples in ‘fishboot-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: grolenage_boot > ### Title: Bootstrapped length-at-age analysis > ### Aliases: grolenage_boot > > ### ** Examples > > # Synthetical length at age data > dat <- list(age = rep(x = 1:7,each = 15), + length = c(rnorm(n = 15, mean = 4.6, sd = 4), + rnorm(n = 15, mean = 22.8, sd = 7), + rnorm(n = 15, mean = 35, sd = 7), + rnorm(n = 15, mean = 43, sd = 7), + rnorm(n = 15, mean = 49, sd = 5), + rnorm(n = 15, mean = 53, sd = 5), + rnorm(n = 15, mean = 57, sd = 3))) > > # Perform bootstrapped curve fitting with grolenage_boot > res <- grolenage_boot(param = dat, nresamp = 70) Error in growth_length_age(lapply(X = param, FUN = function(x, index) x[index], : unused argument (do.sim = FALSE) Calls: grolenage_boot Execution halted Package: fishboot Check: R code for possible problems New result: NOTE grolenage_internal: possible error in growth_length_age(lapply(X = param, FUN = function(x, index) x[index], index = sample(x = length(param$length), replace = TRUE)), method = method, Linf_est = Linf_est, Linf_init = Linf_init, K_init = K_init, t0_init = t0_init, CI = FALSE, age_plot = FALSE, do.sim = FALSE): unused argument (do.sim = FALSE) Package: fishboot Check: whether package can be installed New result: WARNING Found the following significant warnings: Note: possible error in 'growth_length_age(lapply(X = param, ': unused argument (do.sim = FALSE) See ‘/home/hornik/tmp/CRAN_recheck/fishboot.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’.