CRAN Package Check Results for Package gsignal

Last updated on 2021-05-18 04:52:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3-1 75.18 139.89 215.07 OK
r-devel-linux-x86_64-debian-gcc 0.3-1 49.55 104.73 154.28 OK
r-devel-linux-x86_64-fedora-clang 0.3-1 287.01 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3-1 255.48 NOTE
r-devel-windows-ix86+x86_64 0.3-1 170.00 208.00 378.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 0.3-1 NOTE
r-patched-linux-x86_64 0.3-1 61.30 134.24 195.54 OK
r-patched-solaris-x86 0.3-1 238.00 WARN
r-release-linux-x86_64 0.3-1 58.08 129.91 187.99 OK
r-release-macos-x86_64 0.3-1 NOTE
r-release-windows-ix86+x86_64 0.3-1 126.00 193.00 319.00 OK
r-oldrel-macos-x86_64 0.3-1 NOTE
r-oldrel-windows-ix86+x86_64 0.3-1 132.00 195.00 327.00 OK

Additional issues

ATLAS MKL valgrind

Check Details

Version: 0.3-1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘grDevices’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64-gcc10-UCRT, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.3-1
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'gsignal-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: aryule
    > ### Title: Autoregressive model coefficients - Yule-Walker method
    > ### Aliases: aryule
    >
    > ### ** Examples
    >
    > a <- Arma(1, c(1, -2.7607, 3.8106, -2.6535, 0.9238))
    > y <- filter(a, rnorm(1024))
    > coefs <- aryule(y, 4)
    Error in if (all(Im(z <- zapsmall(x, 12)) == 0)) Re(z) else x :
     missing value where TRUE/FALSE needed
    Calls: aryule -> xcorr -> ifft -> zapIm
    Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.3-1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘gsignal.Rmd’ using rmarkdown
    Warning in engine$weave(file, quiet = quiet, encoding = enc) :
     Pandoc (>= 1.12.3) not available. Falling back to R Markdown v1.
    Quitting from lines 184-212 (gsignal.Rmd)
    Error: processing vignette 'gsignal.Rmd' failed with diagnostics:
    'x' and 'y' lengths differ
    --- failed re-building ‘gsignal.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘gsignal.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-patched-solaris-x86