R Under development (unstable) (2024-01-29 r85841 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(rstantools) This is rstantools version 2.4.0 > > foo <- function(x) {"test function"} > > if (identical(Sys.getenv("TRAVIS"), "true")) { + test_check("rstantools", filter = "methods") + } else { + test_check("rstantools") + } Package: RStanTest Title: What the Package Does (One Line, Title Case) Version: 0.0.0.9000 Authors@R (parsed): * First Last [aut, cre] (YOUR-ORCID-ID) 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.3.1 Package: RStanTest Title: What the Package Does (One Line, Title Case) Version: 0.0.0.9000 Authors@R (parsed): * First Last [aut, cre] (YOUR-ORCID-ID) 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.3.1 [ FAIL 0 | WARN 0 | SKIP 8 | PASS 41 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-rstan_config.R:87:5', 'test-rstan_config.R:119:5', 'test-rstan_config.R:147:5', 'test-rstan_create_package.R:94:7', 'test-rstan_create_package.R:109:9', 'test-rstan_create_package.R:127:7', 'test-rstan_create_package.R:134:7', 'test-rstan_create_package.R:141:7' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 41 ] > > > proc.time() user system elapsed 9.35 0.95 10.42