CRAN Package Check Results for Package omopgenerics

Last updated on 2025-02-24 19:50:41 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 10.00 241.73 251.73 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 6.14 169.77 175.91 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 446.54 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 394.64 ERROR
r-devel-macos-arm64 0.4.1 93.00 OK
r-devel-macos-x86_64 1.0.0 241.00 OK
r-devel-windows-x86_64 1.0.0 15.00 198.00 213.00 OK
r-patched-linux-x86_64 1.0.0 11.77 227.16 238.93 OK
r-release-linux-x86_64 1.0.0 9.84 226.05 235.89 OK
r-release-macos-arm64 0.4.1 91.00 OK
r-release-macos-x86_64 1.0.0 219.00 OK
r-release-windows-x86_64 1.0.0 11.00 190.00 201.00 OK
r-oldrel-macos-arm64 0.4.1 89.00 OK
r-oldrel-macos-x86_64 1.0.0 164.00 OK
r-oldrel-windows-x86_64 1.0.0 15.00 233.00 248.00 OK

Check Details

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [92s/47s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(omopgenerics) Attaching package: 'omopgenerics' The following object is masked from 'package:stats': filter > > test_check("omopgenerics") Starting 2 test processes [ FAIL 4 | WARN 0 | SKIP 2 | PASS 1307 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-assert.R:344:3', 'test-utilities.R:222:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-exportCodelist.R:6:3'): test export codelist json ────────────── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concepts") at test-exportCodelist.R:6:3 ── Error ('test-exportCodelist.R:42:3'): test export codelist csv ────────────── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concepts") at test-exportCodelist.R:42:3 ── Error ('test-exportConceptSetExpression.R:5:3'): test export concept set expression json ── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concept_expression") at test-exportConceptSetExpression.R:5:3 ── Error ('test-exportConceptSetExpression.R:43:3'): test export concept set expression csv ── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concept_expression") at test-exportConceptSetExpression.R:43:3 [ FAIL 4 | WARN 0 | SKIP 2 | PASS 1307 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [237s/344s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(omopgenerics) Attaching package: 'omopgenerics' The following object is masked from 'package:stats': filter > > test_check("omopgenerics") Starting 2 test processes [ FAIL 4 | WARN 0 | SKIP 2 | PASS 1307 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-assert.R:344:3', 'test-utilities.R:222:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-exportCodelist.R:6:3'): test export codelist json ────────────── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concepts") at test-exportCodelist.R:6:3 ── Error ('test-exportCodelist.R:42:3'): test export codelist csv ────────────── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concepts") at test-exportCodelist.R:42:3 ── Error ('test-exportConceptSetExpression.R:5:3'): test export concept set expression json ── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concept_expression") at test-exportConceptSetExpression.R:5:3 ── Error ('test-exportConceptSetExpression.R:43:3'): test export concept set expression csv ── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concept_expression") at test-exportConceptSetExpression.R:43:3 [ FAIL 4 | WARN 0 | SKIP 2 | PASS 1307 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [205s/108s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(omopgenerics) Attaching package: 'omopgenerics' The following object is masked from 'package:stats': filter > > test_check("omopgenerics") Starting 2 test processes [ FAIL 4 | WARN 0 | SKIP 2 | PASS 1307 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-assert.R:344:3', 'test-utilities.R:222:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-exportCodelist.R:6:3'): test export codelist json ────────────── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concepts") at test-exportCodelist.R:6:3 ── Error ('test-exportCodelist.R:42:3'): test export codelist csv ────────────── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concepts") at test-exportCodelist.R:42:3 ── Error ('test-exportConceptSetExpression.R:5:3'): test export concept set expression json ── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concept_expression") at test-exportConceptSetExpression.R:5:3 ── Error ('test-exportConceptSetExpression.R:43:3'): test export concept set expression csv ── Error in `tempdir(check)`: NA in coercion to Rboolean Backtrace: ▆ 1. └─base::tempdir("concept_expression") at test-exportConceptSetExpression.R:43:3 [ FAIL 4 | WARN 0 | SKIP 2 | PASS 1307 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc