CRAN Package Check Results for Package dataset

Last updated on 2025-08-26 18:48:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.9 6.20 83.54 89.74 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.9 4.12 60.27 64.39 ERROR
r-devel-linux-x86_64-fedora-clang 0.4.0 164.48 OK
r-devel-linux-x86_64-fedora-gcc 0.4.0 175.16 OK
r-devel-windows-x86_64 0.3.9 9.00 101.00 110.00 ERROR
r-patched-linux-x86_64 0.3.9 5.58 73.92 79.50 OK
r-release-linux-x86_64 0.3.9 6.95 74.93 81.88 OK
r-release-macos-arm64 0.4.0 61.00 OK
r-release-macos-x86_64 0.4.0 109.00 OK
r-release-windows-x86_64 0.3.9 7.00 101.00 108.00 OK
r-oldrel-macos-arm64 0.4.0 56.00 OK
r-oldrel-macos-x86_64 0.4.0 113.00 OK
r-oldrel-windows-x86_64 0.3.9 10.00 120.00 130.00 OK

Check Details

Version: 0.3.9
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [9s/10s] 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(dataset) Attaching package: 'dataset' The following object is masked from 'package:testthat': describe > > test_check("dataset") Length of the sepal in cm (centimeter) The dataset has already a rights field: :tba [ FAIL 1 | WARN 0 | SKIP 0 | PASS 495 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-dublincore.R:32:3'): new_dublincore() works ────────────────── ...$publisher (`actual`) not equal to "My Publisher Inc. [pbl]" (`expected`). `actual` is an S3 object of class <person>, a list `expected` is a character vector ('My Publisher Inc. [pbl]') [ FAIL 1 | WARN 0 | SKIP 0 | PASS 495 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.9
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [5s/7s] 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(dataset) Attaching package: 'dataset' The following object is masked from 'package:testthat': describe > > test_check("dataset") Length of the sepal in cm (centimeter) The dataset has already a rights field: :tba [ FAIL 1 | WARN 0 | SKIP 0 | PASS 495 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-dublincore.R:32:3'): new_dublincore() works ────────────────── ...$publisher (`actual`) not equal to "My Publisher Inc. [pbl]" (`expected`). `actual` is an S3 object of class <person>, a list `expected` is a character vector ('My Publisher Inc. [pbl]') [ FAIL 1 | WARN 0 | SKIP 0 | PASS 495 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.9
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [9s] 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(dataset) Attaching package: 'dataset' The following object is masked from 'package:testthat': describe > > test_check("dataset") Length of the sepal in cm (centimeter) The dataset has already a rights field: :tba [ FAIL 1 | WARN 0 | SKIP 0 | PASS 495 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-dublincore.R:32:3'): new_dublincore() works ────────────────── ...$publisher (`actual`) not equal to "My Publisher Inc. [pbl]" (`expected`). `actual` is an S3 object of class <person>, a list `expected` is a character vector ('My Publisher Inc. [pbl]') [ FAIL 1 | WARN 0 | SKIP 0 | PASS 495 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64