R Under development (unstable) (2024-07-03 r86870 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(checked) > > test_check("checked") Non-standard packages identified under R_HOME (.Library) library. R CMD check might not be able to isolate dependencies while running. Checks [0.1s][install] glue finished (restored) [0.1s][install] cli finished (restored) [0.1s][install] rlang finished (restored) [0.2s][install] lifecycle finished (restored) [0.2s][install] utf8 finished (restored) [0.2s][install] fansi finished (restored) [0.2s][install] vctrs finished (restored) [0.2s][install] R6 finished (restored) [0.2s][install] ps finished (restored) [0.2s][install] pkgconfig finished (restored) [0.2s][install] pillar finished (restored) [0.3s][install] magrittr finished (restored) [0.3s][install] processx finished (restored) [0.3s][install] fastmap started [0.3s][install] digest finished (restored) [0.3s][install] tibble finished (restored) [0.3s][install] crayon finished (restored) [0.4s][install] desc finished (restored) [0.4s][install] callr finished (restored) [0.4s][install] fs finished (restored) [0.4s][install] rematch2 finished (restored) [0.4s][install] diffobj finished (restored) [0.4s][install] pkgbuild finished (restored) [0.4s][install] rprojroot finished (restored) [0.4s][install] withr finished (restored) [0.5s][install] jsonlite finished (restored) [0.5s][install] evaluate finished (restored) [0.5s][install] waldo finished (restored) [0.5s][install] praise finished (restored) [0.5s][install] pkgload finished (restored) [0.5s][install] brio finished (restored) [0.5s][install] testthat finished (restored) [1.6s][install] base64enc started [2.8s][install] fastmap finished (2.6s) [2.8s][install] cachem started [3.9s][install] base64enc finished (2.2s) [3.9s][install] rappdirs started [5.0s][install] cachem finished (2.2s) [5.0s][install] htmltools started [6.1s][install] rappdirs finished (2.2s) [6.2s][install] xfun started [7.2s][install] htmltools finished (2.2s) [7.2s][install] mime started [8.4s][install] xfun finished (2.2s) [8.4s][install] memoise started [9.5s][install] mime finished (2.2s) [9.5s][install] sass started [10.6s][install] memoise finished (2.2s) [10.6s][install] jquerylib started [11.7s][install] sass finished (2.2s) [11.8s][install] highr started [12.8s][install] jquerylib finished (2.2s) [12.9s][install] yaml started [13.9s][install] highr finished (2.2s) [14.0s][install] DBI started [15.1s][install] yaml finished (2.2s) [15.1s][install] tinytex started [16.2s][install] DBI finished (2.2s) [16.2s][install] fontawesome started [17.3s][install] tinytex finished (2.2s) [17.3s][install] bslib started [18.5s][install] fontawesome finished (2.2s) [18.5s][install] knitr started [20.6s][install] bslib finished (3.3s) [20.7s][install] knitr finished (2.1s) [20.7s][install] rmarkdown started [23.5s][check] exampleBad (source) started [23.5s][install] rmarkdown finished (2.2s) [25.3s][check] exampleGood (source) started [30.6s][check] exampleGood (source) finished (5.3s) [38.9s][check] exampleBad (source) finished with 1 WARNING, 4 NOTES (15.5s) Finished in 39.0s alias version marginaleffects marginaleffects (dev) 0.21.0 marginaleffects1 marginaleffects (v2.3.0) 0.21.0 mlr3shiny mlr3shiny (dev) 0.3.0 mlr3shiny1 mlr3shiny (v2.3.0) 0.3.0 tidysdm tidysdm (dev) 0.9.5 tidysdm1 tidysdm (v2.3.0) 0.9.5 viralx viralx (dev) 1.3.0 viralx1 viralx (v2.3.0) 1.3.0 package custom marginaleffects marginaleffects1 mlr3shiny mlr3shiny1 tidysdm tidysdm1 viralx viralx1 [[1]] [[2]] [[3]] [[4]] [[5]] [[6]] [[7]] [[8]] attr(,"class") [1] "list_of_task_spec" "list" [[1]] [[2]] [[3]] [[4]] [[5]] [[6]] [[7]] [[8]] attr(,"class") [1] "list_of_task_spec" "list" [ FAIL 0 | WARN 0 | SKIP 0 | PASS 48 ] > > proc.time() user system elapsed 7.17 0.57 43.79