- using R Under development (unstable) (2026-01-24 r89326)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
clang version 21.1.8
flang version 21.1.8
- running under: Fedora Linux 42 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘latrend/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘latrend’ version ‘1.6.2’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... INFO
Packages suggested but not available for checking:
'longitudinalData', 'kml'
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘latrend’ can be installed ... [35s/38s] OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking whether startup messages can be suppressed ... OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [38s/39s] OK
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... NOTE
Unknown package ‘kml’ in Rd xrefs
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [145s/103s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [148s/123s] OK
Running ‘testthat.R’ [147s/123s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [26s/27s] ERROR
Error(s) in re-building vignettes:
--- re-building ‘demo.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘demo.Rmd’
--- re-building ‘implement.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘implement.Rmd’
--- re-building ‘simulation.Rmd’ using rmarkdown
Quitting from simulation.Rmd:179-185 [unnamed-chunk-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `loadNamespace()`:
! there is no package called 'kml'
---
Backtrace:
▆
1. ├─simTool::eval_tibbles(...)
2. │ ├─base::tryCatch(...)
3. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. │ └─base::lapply(...)
5. │ └─simTool (local) FUN(X[[i]], ...)
6. │ └─simTool (local) sim_fun(fc)
7. │ └─base::lapply(1:replications, with_data)
8. │ └─simTool (local) FUN(X[[i]], ...)
9. │ └─base::lapply(...)
10. │ └─simTool (local) FUN(X[[i]], ...)
11. │ ├─simTool (local) post_analyze(f(data, truth), truth)
12. │ │ └─global f(x)
13. │ │ └─latrend::model.data(model)
14. │ └─simTool (local) f(data, truth)
15. │ ├─base::do.call(fp$fun, fp$para)
16. │ └─latrend (local) `<fn>`(...)
17. │ └─latrend:::as.lcMethod(method)
18. │ └─methods::new(x, ...)
19. │ ├─methods::initialize(value, ...)
20. │ └─latrend (local) initialize(value, ...)
21. │ ├─latrend::getArgumentDefaults(.Object)
22. │ └─latrend::getArgumentDefaults(.Object)
23. │ └─latrend (local) .local(object, ...)
24. │ └─base::formals(kml::kml)
25. └─base::loadNamespace(x)
26. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
27. └─base (local) withOneRestart(expr, restarts[[1L]])
28. └─base (local) doWithOneRestart(return(expr), restart)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'simulation.Rmd' failed with diagnostics:
there is no package called 'kml'
--- failed re-building ‘simulation.Rmd’
SUMMARY: processing the following file failed:
‘simulation.Rmd’
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [25s/25s] OK
- checking HTML version of manual ... [38s/39s] OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE