CRAN Package Check Results for Package Inflation

Last updated on 2020-08-07 01:49:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.08 25.27 27.35 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.81 20.34 22.15 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 42.02 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 32.26 NOTE
r-devel-windows-ix86+x86_64 0.1.0 7.00 40.00 47.00 OK
r-patched-linux-x86_64 0.1.0 2.43 24.92 27.35 OK
r-patched-solaris-x86 0.1.0 47.70 ERROR
r-release-linux-x86_64 0.1.0 2.50 25.15 27.65 OK
r-release-macos-x86_64 0.1.0 NOTE
r-release-windows-ix86+x86_64 0.1.0 7.00 52.00 59.00 OK
r-oldrel-macos-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 5.00 43.00 48.00 OK

Check Details

Version: 0.1.0
Check: data for non-ASCII characters
Result: NOTE
     Note: found 151 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘Inflation-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: INFL.core_tf
    > ### Title: Computes the triple filter core inflation
    > ### Aliases: INFL.core_tf
    > ### Keywords: core filter triple
    >
    > ### ** Examples
    >
    > ipca <- ipca_sub
    > INFL.core_tf(subits.var=ipca$ipca_ts, weights = ipca$weights_ts)
    Unsupported platform: SunOS 5.10
    For this platform, the path to the binary executable of X-13
    has to be manually specified. See ?seasonal for details.
    No path to the binary executable of X-13 specified.
    
    You can set 'X13_PATH' manually if you intend to use your own
    binaries. See ?seasonal for details.
    
    Error in checkX13(fail = TRUE, fullcheck = FALSE, htmlcheck = FALSE) :
     Process terminated
    Calls: INFL.core_tf -> <Anonymous> -> checkX13
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘Inflation-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: INFL.core_tf
    > ### Title: Computes the triple filter core inflation
    > ### Aliases: INFL.core_tf
    > ### Keywords: core filter triple
    >
    > ### ** Examples
    >
    > ipca <- ipca_sub
    > INFL.core_tf(subits.var=ipca$ipca_ts, weights = ipca$weights_ts)
    sh: line 1: 37572 Trace/BPT trap: 5 /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/x13binary/bin/x13ashtml /tmp/Rtmp7QC7YQ/x1392bc4ba2306c/iofile -n -s 2> /dev/null
    Warning in system(paste(x13.bin, file, flags), intern = TRUE, ignore.stderr = TRUE) :
     running command '/Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/x13binary/bin/x13ashtml /tmp/Rtmp7QC7YQ/x1392bc4ba2306c/iofile -n -s 2>/dev/null' had status 133
    dyld: lazy symbol binding failed: Symbol not found: _mkostemp
     Referenced from: /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/x13binary/bin/../lib/libgfortran.3.dylib (which was built for Mac OS X 10.12)
     Expected in: /usr/lib/libSystem.B.dylib
    
    dyld: Symbol not found: _mkostemp
     Referenced from: /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6/x13binary/bin/../lib/libgfortran.3.dylib (which was built for Mac OS X 10.12)
     Expected in: /usr/lib/libSystem.B.dylib
    
    
    Program received signal SIGTRAP: Trace/breakpoint trap.
    
    Backtrace for this error:
    #0 0x123173579
    #1 0x123172945
    #2 0x7fff9b315529
    Error: X-13 has returned a non-zero exist status, which means that the current spec file cannot be processed for an unknown reason.
    Execution halted
Flavor: r-oldrel-macos-x86_64