CRAN Package Check Results for Package ChemoSpecUtils

Last updated on 2025-04-10 06:52:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 7.54 69.07 76.61 OK
r-devel-linux-x86_64-debian-gcc 1.0.4 5.87 48.94 54.81 OK
r-devel-linux-x86_64-fedora-clang 1.0.4 125.46 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.4 116.73 ERROR
r-devel-macos-arm64 1.0.4 35.00 OK
r-devel-macos-x86_64 1.0.4 111.00 OK
r-devel-windows-x86_64 1.0.4 10.00 88.00 98.00 OK
r-patched-linux-x86_64 1.0.4 9.13 65.93 75.06 OK
r-release-linux-x86_64 1.0.4 8.34 65.01 73.35 OK
r-release-macos-arm64 1.0.4 38.00 OK
r-release-macos-x86_64 1.0.4 54.00 OK
r-release-windows-x86_64 1.0.4 10.00 89.00 99.00 OK
r-oldrel-macos-arm64 1.0.4 OK
r-oldrel-macos-x86_64 1.0.4 70.00 OK
r-oldrel-windows-x86_64 1.0.4 13.00 102.00 115.00 OK

Check Details

Version: 1.0.4
Check: dependencies in R code
Result: WARN Missing or unexported object: ‘ChemoSpec2D::.unstack’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.4
Check: examples
Result: ERROR Running examples in ‘ChemoSpecUtils-Ex.R’ failed The error most likely occurred in: > ### Name: sampleDist > ### Title: Compute the Distances Between Samples in a Spectra or Spectra2D > ### Object > ### Aliases: sampleDist > ### Keywords: hplot > > ### ** Examples > > # You need to install package "lattice" for this example > if (requireNamespace("lattice", quietly = TRUE)) { + if (checkForPackageWithVersion("ChemoSpec", 6.0)) { + library("ChemoSpec") + library("lattice") + data(SrE.IR) + + SrE.dmatrix <- sampleDist(SrE.IR, # cosine distance bounded on [0...2] + method = "cosine", + main = "SrE.IR Cosine Distance Between Samples" + ) + SrE.dmatrix <- sampleDist(SrE.IR, # abspearson distance bounded on [0...1] + method = "abspearson", + main = "SrE.IR Absolute Pearson Distance Between Samples" + ) + SrE.dmatrix <- sampleDist(SrE.IR, # euclidean distance unbounded + method = "euclidean", + main = "SrE.IR Euclidean Distance Between Samples" + ) + } + + if (checkForPackageWithVersion("ChemoSpec2D", 0.5)) { + library("ChemoSpec2D") + library("lattice") + data(MUD1) + + MUD1.dmatrix <- sampleDist(MUD1, + method = "cosine", + main = "MUD1 Cosine Distance Between Samples" + ) + } + } As of version 6, ChemoSpec offers new graphics output 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'. As of version 6 of ChemoSpec, 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: '.unstack' is not an exported object from 'namespace:ChemoSpec2D' Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc