Last updated on 2021-01-25 00:48:05 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.14 | 44.91 | 280.30 | 325.21 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.14 | 34.36 | 216.58 | 250.94 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.14 | 404.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.14 | 411.72 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9.14 | 77.00 | 306.00 | 383.00 | OK | |
r-patched-linux-x86_64 | 0.9.14 | 33.50 | 257.76 | 291.26 | OK | |
r-patched-solaris-x86 | 0.9.14 | 585.60 | NOTE | |||
r-release-linux-x86_64 | 0.9.14 | 42.11 | 255.66 | 297.77 | OK | |
r-release-macos-x86_64 | 0.9.14 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9.14 | 77.00 | 309.00 | 386.00 | OK | |
r-oldrel-macos-x86_64 | 0.9.14 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.14 | 57.00 | 281.00 | 338.00 | ERROR |
Version: 0.9.14
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘rjson’ ‘rstudioapi’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64
Version: 0.9.14
Check: dependencies in R code
Result: NOTE
No protocol specified
No protocol specified
Namespaces in Imports field not imported from:
‘rjson’ ‘rstudioapi’
All declared Imports should be used.
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: S3 generic/method consistency
Result: WARN
No protocol specified
No protocol specified
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: replacement functions
Result: WARN
No protocol specified
No protocol specified
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: foreign function calls
Result: NOTE
No protocol specified
No protocol specified
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: R code for possible problems
Result: NOTE
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: for missing documentation entries
Result: WARN
No protocol specified
No protocol specified
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: for code/documentation mismatches
Result: WARN
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: Rd \usage sections
Result: NOTE
No protocol specified
No protocol specified
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: data for non-ASCII characters
Result: NOTE
No protocol specified
No protocol specified
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
Warning message:
In fun(libname, pkgname) : couldn't connect to display ":0"
>
> test_check("PAMpal")
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure (test-processPps.R:64:5): Test process time ─────────────────────────
id(exTime[[1]]) not equal to grp$id.
Types not compatible: character is not integer
── Failure (test-workStudy.R:79:5): Test working with AcousticStudy object ─────
species(exData[[1]])$id not equal to "c".
'current' is not a factor
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 119 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.9.14
Check: tests
Result: ERROR
Running 'testthat.R' [16s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(PAMpal)
Loading required package: PamBinaries
Loading required package: dplyr
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Loading required package: tuneR
Attaching package: 'PAMpal'
The following object is masked from 'package:dplyr':
id
>
> test_check("PAMpal")
== Failed tests ================================================================
-- Failure (test-processPps.R:64:5): Test process time -------------------------
id(exTime[[1]]) not equal to grp$id.
Types not compatible: character is not integer
-- Failure (test-workStudy.R:79:5): Test working with AcousticStudy object -----
species(exData[[1]])$id not equal to "c".
'current' is not a factor
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 119 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64