R Under development (unstable) (2026-03-12 r89611 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. > library(testthat) > library(SCIproj) > > test_check("SCIproj") Note: Directory name 'testproj_wd' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.wd'. Use library(testproj.wd) or devtools::load_all() to load the project. Note: Directory name 'testproj_mit' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.mit'. Use library(testproj.mit) or devtools::load_all() to load the project. Note: Directory name 'testproj_gpl' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.gpl'. Use library(testproj.gpl) or devtools::load_all() to load the project. Note: Directory name 'testproj_agpl' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.agpl'. Use library(testproj.agpl) or devtools::load_all() to load the project. Note: Directory name 'testproj_lgpl' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.lgpl'. Use library(testproj.lgpl) or devtools::load_all() to load the project. Note: Directory name 'testproj_apache' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.apache'. Use library(testproj.apache) or devtools::load_all() to load the project. Note: Directory name 'testproj_ccby' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.ccby'. Use library(testproj.ccby) or devtools::load_all() to load the project. Note: Directory name 'testproj_cc0' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.cc0'. Use library(testproj.cc0) or devtools::load_all() to load the project. Note: Directory name 'testproj_norcid' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.norcid'. Use library(testproj.norcid) or devtools::load_all() to load the project. Note: Directory name 'testproj_tt' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.tt'. Use library(testproj.tt) or devtools::load_all() to load the project. Note: Directory name 'testproj_pipe' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.pipe'. Use library(testproj.pipe) or devtools::load_all() to load the project. Note: Directory name 'testproj_rbi' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.rbi'. Use library(testproj.rbi) or devtools::load_all() to load the project. v Setting active project to "D:/temp/2026_03_13_16_00_17_4295/RtmpI7ryir/file12c50482439c9/testproj_verbose". v Creating 'R/'. v Writing 'DESCRIPTION'. Package: testproj_verbose Title: What the Package Does (One Line, Title Case) Version: 0.0.0.9000 Authors@R (parsed): * First Last [aut, cre] Description: What the package does (one paragraph). License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a license Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.0.0 v Writing 'NAMESPACE'. v Setting active project to "". Note: Directory name 'testproj_verbose' contains characters not allowed in R package names. The package name in DESCRIPTION has been set to 'testproj.verbose'. Use library(testproj.verbose) or devtools::load_all() to load the project. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 65 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-create_proj.R:200:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 65 ] > > proc.time() user system elapsed 5.84 1.42 7.67