CRAN Package Check Results for Maintainer ‘Marcelo Araya-Salas <marcelo.araya at ucr.ac.cr>’

Last updated on 2022-04-24 03:52:59 CEST.

Package ERROR NOTE OK
baRulho 2 1 9
dynaSpec 6 6
NatureSounds 8 4
Rraven 6 6
sketchy 6 6
warbleR 2 6 4

Package baRulho

Current CRAN status: ERROR: 2, NOTE: 1, OK: 9

Version: 1.0.6
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘Rraven’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.6
Check: package dependencies
Result: ERROR
    Package required and available but unsuitable version: ‘warbleR’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Package dynaSpec

Current CRAN status: NOTE: 6, OK: 6

Version: 1.0.1
Check: dependencies in R code
Result: NOTE
    Namespaces in Imports field not imported from:
     ‘NatureSounds’ ‘av’ ‘magrittr’ ‘stats’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.0.1
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘warbleR’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Package NatureSounds

Current CRAN status: NOTE: 8, OK: 4

Version: 1.0.4
Check: installed package size
Result: NOTE
     installed size is 5.8Mb
     sub-directories of 1Mb or more:
     data 4.0Mb
     doc 1.7Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0.4
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘tuneR’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package Rraven

Current CRAN status: NOTE: 6, OK: 6

Version: 1.0.13
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘NatureSounds’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package sketchy

Current CRAN status: NOTE: 6, OK: 6

Version: 1.0.2
Check: data for non-ASCII characters
Result: NOTE
     Note: found 2 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package warbleR

Current CRAN status: ERROR: 2, NOTE: 6, OK: 4

Version: 1.1.27
Check: installed package size
Result: NOTE
     installed size is 8.4Mb
     sub-directories of 1Mb or more:
     R 1.2Mb
     doc 6.3Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1.27
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘stringi’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.1.27
Check: examples
Result: ERROR
    Running examples in ‘warbleR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: image_to_wave
    > ### Title: Convert images into wave objects
    > ### Aliases: image_to_wave
    >
    > ### ** Examples
    >
    > {
    + ### create image with text to use in the spectrogram
    + # remove margins of plot
    + par(mar = rep(0, 4))
    +
    + # empty plot
    + plot(0, type='n',axes = FALSE, ann = FALSE, xlim = c(0, 1), ylim = c(0, 1))
    +
    + # text to include
    + text <- " warbleR "
    +
    + # add text
    + text(x = 0.5, y = 0.5, labels = text, cex = 11, font = 1)
    +
    + # save image in temporary directory
    + dev2bitmap(file.path(tempdir(), "temp-img.png"), type = "pngmono", res = 30)
    +
    + # read it
    + wv <- image_to_wave(file = file.path(tempdir(), "temp-img.png"), plot = TRUE, flim = c(1, 12))
    +
    + # output wave object
    + # wv
    +
    + ## plot it
    + # reset margins
    + par(mar = c(5, 4, 4, 2) + 0.1)
    +
    + # plot spectrogram
    + # spectro(wave = wv, scale = FALSE, collevels = seq(-30, 0, 5),
    + # palette = reverse.terrain.colors, ovlp = 90, grid = FALSE, flim = c(2, 11))
    + }
    Error in dev2bitmap(file.path(tempdir(), "temp-img.png"), type = "pngmono", :
     GhostScript was not found
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64