R Under development (unstable) (2026-01-16 r89305 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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: 8 -------------------------------------------- x bind_cols x map x bind_cols_2 x mutate x filter x n x if_else x n_distinct 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 126 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-check_pkg_usage.R:1:1', 'test-check_pkg_usage.R:75:1', 'test-print.R:1:1', 'test-print.R:1:1', 'test-print.R:21:1', 'test-print.R:21:1', 'test-print.R:44:1', 'test-print.R:44:1', 'test-print.R:64:1', 'test-print.R:64:1', 'test-print.R:84:1', 'test-print.R:84:1', 'test-print.R:104:1', 'test-print.R:104:1', 'test-print.R:127:1', 'test-print.R:127:1', 'test-print.R:147:1', 'test-print.R:147:1' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 126 ] > > proc.time() user system elapsed 4.20 0.48 4.68