CRAN Package Check Results for Package warbleR

Last updated on 2021-02-12 12:50:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.25 49.52 230.90 280.42 OK
r-devel-linux-x86_64-debian-gcc 1.1.25 35.86 166.11 201.97 OK
r-devel-linux-x86_64-fedora-clang 1.1.25 6.32 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.25 2.49 ERROR
r-devel-windows-ix86+x86_64 1.1.25 92.00 298.00 390.00 NOTE
r-patched-linux-x86_64 1.1.25 43.66 208.70 252.36 OK
r-patched-solaris-x86 1.1.25 6.60 ERROR
r-release-linux-x86_64 1.1.25 45.23 208.49 253.72 OK
r-release-macos-x86_64 1.1.25 NOTE
r-release-windows-ix86+x86_64 1.1.25 66.00 273.00 339.00 NOTE
r-oldrel-macos-x86_64 1.1.25 ERROR
r-oldrel-windows-ix86+x86_64 1.1.25 53.00 223.00 276.00 ERROR

Check Details

Version: 1.1.25
Check: package dependencies
Result: ERROR
    Package required but not available: ‘huxtable’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86

Version: 1.1.25
Check: installed package size
Result: NOTE
     installed size is 9.1Mb
     sub-directories of 1Mb or more:
     R 1.1Mb
     doc 5.5Mb
     libs 2.0Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1.25
Check: examples
Result: ERROR
    Running examples in ‘warbleR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: optimize_autodetec
    > ### Title: Optimize the detection of signals based on a-priori detections
    > ### Aliases: optimize_autodetec
    >
    > ### ** Examples
    >
    > {
    + # Save to temporary working directory
    + data(list = c("Phae.long1", "Phae.long2", "Phae.long3", "Phae.long4", "selec.table"))
    + writeWave(Phae.long1, file.path(tempdir(), "Phae.long1.wav"))
    + writeWave(Phae.long2, file.path(tempdir(), "Phae.long2.wav"))
    + writeWave(Phae.long3, file.path(tempdir(), "Phae.long3.wav"))
    + writeWave(Phae.long4, file.path(tempdir(), "Phae.long4.wav"))
    +
    + # try optimization with 2 tresholds
    + optimize_autodetec(X = selec.table, threshold = c(10, 15), path = tempdir())
    +
    + # this time by each sound file and 3 thresholds
    + optimize_autodetec(X = selec.table, threshold = c(5, 10, 15), by.sound.file = TRUE,
    + path = tempdir())
    +
    + # run autodetec with output list
    + ad <- autodetec(output = "list", thinning = 1 / 10, ssmooth = 300, path = tempdir())
    + optimize_autodetec(X = selec.table, Y = ad, threshold = c(5, 10, 15), path = tempdir())
    + }
    2 combinations will be evaluated...
     0-2
    Progress: |Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    |Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    3 combinations will be evaluated...
    Warning in Ops.factor(left, right) : ‘>’ not meaningful for factors
    Error in Ops.factor(ad$sound.files, z) :
     level sets of factors are different
    Calls: optimize_autodetec ... FUN -> lapply -> FUN -> data.frame -> mean -> Ops.factor
    Execution halted
Flavor: r-oldrel-macos-x86_64

Version: 1.1.25
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'warbleR-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: optimize_autodetec
    > ### Title: Optimize the detection of signals based on a-priori detections
    > ### Aliases: optimize_autodetec
    >
    > ### ** Examples
    >
    > {
    + # Save to temporary working directory
    + data(list = c("Phae.long1", "Phae.long2", "Phae.long3", "Phae.long4", "selec.table"))
    + writeWave(Phae.long1, file.path(tempdir(), "Phae.long1.wav"))
    + writeWave(Phae.long2, file.path(tempdir(), "Phae.long2.wav"))
    + writeWave(Phae.long3, file.path(tempdir(), "Phae.long3.wav"))
    + writeWave(Phae.long4, file.path(tempdir(), "Phae.long4.wav"))
    +
    + # try optimization with 2 tresholds
    + optimize_autodetec(X = selec.table, threshold = c(10, 15), path = tempdir())
    +
    + # this time by each sound file and 3 thresholds
    + optimize_autodetec(X = selec.table, threshold = c(5, 10, 15), by.sound.file = TRUE,
    + path = tempdir())
    +
    + # run autodetec with output list
    + ad <- autodetec(output = "list", thinning = 1 / 10, ssmooth = 300, path = tempdir())
    + optimize_autodetec(X = selec.table, Y = ad, threshold = c(5, 10, 15), path = tempdir())
    + }
    2 combinations will be evaluated...
     0-2
    Progress: |Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    |Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    3 combinations will be evaluated...
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Error in Ops.factor(ad$sound.files, z) :
     level sets of factors are different
    Calls: optimize_autodetec ... FUN -> lapply -> FUN -> data.frame -> mean -> Ops.factor
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.1.25
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'warbleR-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: optimize_autodetec
    > ### Title: Optimize the detection of signals based on a-priori detections
    > ### Aliases: optimize_autodetec
    >
    > ### ** Examples
    >
    > {
    + # Save to temporary working directory
    + data(list = c("Phae.long1", "Phae.long2", "Phae.long3", "Phae.long4", "selec.table"))
    + writeWave(Phae.long1, file.path(tempdir(), "Phae.long1.wav"))
    + writeWave(Phae.long2, file.path(tempdir(), "Phae.long2.wav"))
    + writeWave(Phae.long3, file.path(tempdir(), "Phae.long3.wav"))
    + writeWave(Phae.long4, file.path(tempdir(), "Phae.long4.wav"))
    +
    + # try optimization with 2 tresholds
    + optimize_autodetec(X = selec.table, threshold = c(10, 15), path = tempdir())
    +
    + # this time by each sound file and 3 thresholds
    + optimize_autodetec(X = selec.table, threshold = c(5, 10, 15), by.sound.file = TRUE,
    + path = tempdir())
    +
    + # run autodetec with output list
    + ad <- autodetec(output = "list", thinning = 1 / 10, ssmooth = 300, path = tempdir())
    + optimize_autodetec(X = selec.table, Y = ad, threshold = c(5, 10, 15), path = tempdir())
    + }
    2 combinations will be evaluated...
     0-2
    Progress: |Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    |Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    3 combinations will be evaluated...
    Warning in Ops.factor(left, right) : '>' not meaningful for factors
    Error in Ops.factor(ad$sound.files, z) :
     level sets of factors are different
    Calls: optimize_autodetec ... FUN -> lapply -> FUN -> data.frame -> mean -> Ops.factor
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64