R Under development (unstable) (2023-09-02 r85048 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > testthat::test_check("origin") Loading required package: origin Error : RStudio not running == Package Usage Report ======================================================== -- Used Packages: 3 ------------------------------------------------------------ v data.table v dplyr v purrr -- Unused Packages: 1 ---------------------------------------------------------- i testthat -- Possible Namespace Conflicts: 2 -------------------------------------------- x last data.table >> dplyr x %>% dplyr >> purrr, testthat -- Functions with unknown origin: 1 -------------------------------------------- x bind_cols_2 == Package Usage Report ======================================================== -- Used Packages: 2 ------------------------------------------------------------ v data.table v testthat -- Unused Packages: 0 ---------------------------------------------------------- -- Functions with unknown origin: 9 -------------------------------------------- x bind_cols x map x bind_cols_2 x mutate x filter x n x id x n_distinct x if_else Error : RStudio not running == Package Usage Report ======================================================== -- Used Packages: 2 ------------------------------------------------------------ v data.table v testthat -- Unused Packages: 0 ---------------------------------------------------------- -- Specifically (`pkg::fun()`) further used Packages: 2 ------------------------ i dplyr i purrr -- Functions with unknown origin: 1 -------------------------------------------- x bind_cols_2 Error : RStudio not running [ FAIL 0 | WARN 0 | SKIP 18 | PASS 121 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-check_pkg_usage.R:70:3', 'test-check_pkg_usage.R:120:3', 'test-print.R:16:5', 'test-print.R:16:5', 'test-print.R:39:5', 'test-print.R:39:5', 'test-print.R:59:5', 'test-print.R:59:5', 'test-print.R:79:5', 'test-print.R:79:5', 'test-print.R:99:5', 'test-print.R:99:5', 'test-print.R:122:5', 'test-print.R:122:5', 'test-print.R:142:5', 'test-print.R:142:5', 'test-print.R:162:5', 'test-print.R:162:5' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 121 ] > > proc.time() user system elapsed 3.12 0.32 3.43