Last updated on 2024-11-11 02:49:03 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.0 | 8.58 | 74.98 | 83.56 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.0 | 6.13 | 53.15 | 59.28 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.5.0 | 137.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 137.02 | OK | |||
r-devel-windows-x86_64 | 0.5.0 | 9.00 | 98.00 | 107.00 | NOTE | |
r-patched-linux-x86_64 | 0.5.0 | 14.20 | 70.62 | 84.82 | OK | |
r-release-linux-x86_64 | 0.5.0 | 7.95 | 69.91 | 77.86 | OK | |
r-release-macos-arm64 | 0.5.0 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.5.0 | 71.00 | OK | |||
r-release-windows-x86_64 | 0.5.0 | 9.00 | 99.00 | 108.00 | OK | |
r-oldrel-macos-arm64 | 0.5.0 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 0.5.0 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 0.5.0 | 13.00 | 114.00 | 127.00 | OK |
Version: 0.5.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
hats_alignSpectra2D.Rd: rowDist
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.5.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/2s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (require(tinytest, quietly = TRUE)) test_package("ChemoSpec2D", verbose = TRUE)
Loading required package: ChemoSpecUtils
As of version 6, ChemoSpec2D offers new graphics output options
Functions plotScores and plotScree will work with the new options
For details, please see ?GraphicsOptions
The ChemoSpec graphics option is set to 'ggplot2'
To change it, do
options(ChemoSpecGraphics = 'option'),
where 'option' is one of 'base' or 'ggplot2' or'plotly'.
Error in centscaleSpectra2D(tiny, center = TRUE, scale = "noscale") :
You must install package matrixStats to use this function
Calls: test_package ... lapply -> FUN -> eval -> eval -> centscaleSpectra2D
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc