CRAN Package Check Results for Package exampletestr

Last updated on 2024-10-07 22:50:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.2 3.53 56.46 59.99 ERROR
r-devel-linux-x86_64-debian-gcc 1.7.2 2.49 41.64 44.13 ERROR
r-devel-linux-x86_64-fedora-clang 1.7.2 94.66 ERROR
r-devel-linux-x86_64-fedora-gcc 1.7.2 101.17 ERROR
r-devel-windows-x86_64 1.7.2 6.00 85.00 91.00 ERROR
r-patched-linux-x86_64 1.7.2 3.42 53.37 56.79 ERROR
r-release-linux-x86_64 1.7.2 3.61 53.03 56.64 ERROR
r-release-macos-arm64 1.7.2 39.00 OK
r-release-macos-x86_64 1.7.3 56.00 OK
r-release-windows-x86_64 1.7.2 7.00 84.00 91.00 ERROR
r-oldrel-macos-arm64 1.7.2 38.00 OK
r-oldrel-macos-x86_64 1.7.2 57.00 OK
r-oldrel-windows-x86_64 1.7.2 7.00 87.00 94.00 ERROR

Check Details

Version: 1.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [16s/26s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/16s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [23s/28s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [21s/31s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.7.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [20s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 6 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [15s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64

Version: 1.7.2
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [15s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Version: 1.7.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [20s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64

Version: 1.7.2
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [21s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(exampletestr) > > get_os <- function() { + sysinf <- Sys.info() + if (!is.null(sysinf)) { + os <- sysinf["sysname"] + if (os == "Darwin") { + os <- "osx" + } + } else { ## mystery machine + os <- .Platform$OS.type + if (grepl("^darwin", R.version$os)) { + os <- "osx" + } + if (grepl("linux-gnu", R.version$os)) { + os <- "linux" + } + } + if (os == "osx") os <- "mac" + tolower(os) + } > > if (get_os() != "mac" || Sys.getenv("NOT_CRAN") == "true") { + test_check("exampletestr") + } [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-example-extraction.R:15:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-functions.R:110:5'): `make_tests_shell_fun()` works ────────── crayon::strip_style(no_man_err_msg) does not match "Your package has no 'man' folder.\n * `exampletestr` looks for examples in the '*.Rd' files in the 'man' folder of a package and cannot function without them.". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. ├─usethis::with_project(...) at test-functions.R:103:3 2. │ └─base::force(code) 3. └─testthat::expect_match(...) at test-functions.R:110:5 4. └─testthat:::expect_match_(...) ── Failure ('test-utils.R:54:3'): `check_for_DESCRIPTION()` works ────────────── crayon::strip_style(no_DESCRIPTION_err_msg) does not match "Your package has no 'DESCRIPTION' file.\n * Every R package must have a 'DESCRIPTION' file in the root directory.\n * Perhaps you specified the wrong `pkg_dir`?\n * You specified `pkg_dir = ". Actual value: "is.environment(.envir) is not TRUE" Backtrace: ▆ 1. └─testthat::expect_match(...) at test-utils.R:54:3 2. └─testthat:::expect_match_(...) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 25 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64