Last updated on 2025-08-22 01:49:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.9 | 6.60 | 81.34 | 87.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.9 | 4.55 | 61.36 | 65.91 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.9 | 134.87 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.9 | 146.12 | NOTE | |||
r-devel-windows-x86_64 | 0.3.9 | 8.00 | 105.00 | 113.00 | OK | |
r-patched-linux-x86_64 | 0.3.9 | 5.58 | 73.92 | 79.50 | OK | |
r-release-linux-x86_64 | 0.3.9 | 6.47 | 73.89 | 80.36 | OK | |
r-release-macos-arm64 | 0.3.9 | 48.00 | OK | |||
r-release-macos-x86_64 | 0.3.9 | 94.00 | OK | |||
r-release-windows-x86_64 | 0.3.9 | 7.00 | 101.00 | 108.00 | OK | |
r-oldrel-macos-arm64 | 0.3.9 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.9 | 96.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.9 | 12.00 | 118.00 | 130.00 | OK |
Version: 0.3.9
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [6s/6s]
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: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rlang’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc