R Under development (unstable) (2024-11-06 r87293 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. > library(testthat) > library(RobinCar) > > test_check("RobinCar") Loading required package: nnls Loading required package: gam Loading required package: splines Loading required package: foreach Loaded gam 1.22-5 Super Learner Version: 2.0-29 Package created on 2024-02-06 Done! .Done! .Done! .Done! Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Joining with `by = join_by(t)` Joining with `by = join_by(t)` Joining with `by = join_by(t)` Joining with `by = join_by(t)` Joining with `by = join_by(t)` Joining with `by = join_by(t)` Attaching package: 'MASS' The following object is masked from 'package:dplyr': select -- Attaching core tidyverse packages ------------------------ tidyverse 2.0.0 -- v forcats 1.0.0 v readr 2.1.5 v ggplot2 3.5.1 v stringr 1.5.1 v lubridate 1.9.3 v tibble 3.2.1 v purrr 1.0.2 v tidyr 1.3.1 -- Conflicts ------------------------------------------ tidyverse_conflicts() -- x purrr::accumulate() masks foreach::accumulate() x readr::edition_get() masks testthat::edition_get() x dplyr::filter() masks stats::filter() x purrr::is_null() masks testthat::is_null() x dplyr::lag() masks stats::lag() x readr::local_edition() masks testthat::local_edition() x tidyr::matches() masks dplyr::matches(), testthat::matches() x MASS::select() masks dplyr::select() x purrr::when() masks foreach::when() i Use the conflicted package () to force all conflicts to become errors Joining with `by = join_by(t)` Joining with `by = join_by(t)` Joining with `by = join_by(t)` Joining with `by = join_by(t)` [ FAIL 0 | WARN 149 | SKIP 3 | PASS 224 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • This works, but not in the testthat environment. (1): 'test-SL.R:51:3' • empty test (2): 'test-SL.R:18:1', 'test-SL.R:32:1' [ FAIL 0 | WARN 149 | SKIP 3 | PASS 224 ] > > proc.time() user system elapsed 32.46 1.15 33.32