CRAN Package Check Results for Package IsoCorr

Last updated on 2023-10-15 08:55:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.24 24.81 27.05 OK
r-devel-linux-x86_64-debian-gcc 1.0 1.75 19.44 21.19 OK
r-devel-linux-x86_64-fedora-clang 1.0 19.80 OK
r-devel-linux-x86_64-fedora-gcc 1.0 34.46 ERROR
r-devel-windows-x86_64 1.0 3.00 49.00 52.00 OK
r-patched-linux-x86_64 1.0 2.62 24.66 27.28 OK
r-release-linux-x86_64 1.0 2.48 24.50 26.98 OK
r-release-macos-arm64 1.0 17.00 OK
r-release-macos-x86_64 1.0 23.00 OK
r-release-windows-x86_64 1.0 4.00 58.00 62.00 OK
r-oldrel-macos-arm64 1.0 19.00 OK
r-oldrel-macos-x86_64 1.0 22.00 OK
r-oldrel-windows-x86_64 1.0 6.00 53.00 59.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR
    Running examples in ‘IsoCorr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: iso.summary
    > ### Title: Data Summary
    > ### Aliases: iso.summary
    >
    > ### ** Examples
    >
    > data("Iso_data")
    >
    > ## Example
    > names <- Iso_data$Identifier[1:312]
    > values <- Iso_data$d.D_H.Mean[1:312]
    >
    > cor_data <- cbind.data.frame(names,values)
    > # 5 itterations is enough for this dataset, 10 are used to illustrate convergence
    > for(i in 1:10){
    + cor_data <- drift(cor_data[,1], as.numeric(cor_data[,2]), 8,
    + "LAB2", -48.7, graph = TRUE, skip.inquiry = TRUE)
    + cor_data <- carry.over(cor_data[,1], as.numeric(cor_data[,2]), 8,
    + c("LAB1","LAB3"), c(7.7, -147), graph = TRUE, skip.inquiry = TRUE)
    + }
    [1] "Following samples contained NAs which will introduce errors: 377"
    Error in title(...) :
     conversion failure on 'Delta value ( ‰ )' in 'mbcsToSbcs': dot substituted for ‰
    Calls: drift -> plot -> plot.default -> localTitle -> title
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc