Last updated on 2021-04-14 11:52:07 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.2 | 19.18 | 140.57 | 159.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.2 | 14.77 | 107.71 | 122.48 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.2 | 199.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.2 | 190.39 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.0.2 | 34.00 | 171.00 | 205.00 | OK | |
r-devel-windows-x86_64-gcc10-UCRT | 2.0.2 | NOTE | ||||
r-patched-linux-x86_64 | 2.0.2 | 17.94 | 129.50 | 147.44 | OK | |
r-patched-solaris-x86 | 2.0.2 | 252.50 | NOTE | |||
r-release-linux-x86_64 | 2.0.2 | 17.82 | 129.26 | 147.08 | OK | |
r-release-macos-x86_64 | 2.0.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 2.0.2 | 36.00 | 178.00 | 214.00 | OK | |
r-oldrel-macos-x86_64 | 2.0.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.2 | 23.00 | 129.00 | 152.00 | ERROR |
Version: 2.0.2
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘XML’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 2.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
nobs
>
> test_check("baytrends")
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-makeSurvDF.R:16:3): makeSurvDF, colnames default ──────────────
colnames(df2) not equal to `qc_col`.
Lengths differ: 35 is not 17
── Failure (test-makeSurvDF.R:34:3): makeSurvDF, colnames user ─────────────────
colnames(df4) not equal to `qc_col`.
Lengths differ: 35 is not 17
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 12 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 2.0.2
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(baytrends)
Loading required package: lubridate
Attaching package: 'lubridate'
The following objects are masked from 'package:base':
date, intersect, setdiff, union
Loading:baytrends v2.0.2
Attaching package: 'baytrends'
The following object is masked from 'package:stats':
nobs
>
> test_check("baytrends")
== Failed tests ================================================================
-- Failure (test-makeSurvDF.R:16:3): makeSurvDF, colnames default --------------
colnames(df2) not equal to `qc_col`.
Lengths differ: 35 is not 17
-- Failure (test-makeSurvDF.R:34:3): makeSurvDF, colnames user -----------------
colnames(df4) not equal to `qc_col`.
Lengths differ: 35 is not 17
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 12 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64