CRAN Package Check Results for Package rpf

Last updated on 2018-02-25 00:48:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.56 34.08 54.15 88.23 ERROR
r-devel-linux-x86_64-debian-gcc 0.56 26.77 44.84 71.61 OK
r-devel-linux-x86_64-fedora-clang 0.56 123.57 NOTE
r-devel-linux-x86_64-fedora-gcc 0.56 108.73 NOTE
r-devel-windows-ix86+x86_64 0.56 81.00 125.00 206.00 OK
r-patched-linux-x86_64 0.56 29.43 64.89 94.32 OK
r-patched-solaris-x86 0.56 4.30 ERROR
r-release-linux-x86_64 0.56 26.69 63.05 89.74 OK
r-release-windows-ix86+x86_64 0.56 81.00 117.00 198.00 OK
r-release-osx-x86_64 0.56 NOTE
r-oldrel-windows-ix86+x86_64 0.56 54.00 79.00 133.00 OK
r-oldrel-osx-x86_64 0.56 NOTE

Additional issues

rchk

Check Details

Version: 0.56
Check: examples
Result: ERROR
    Running examples in ‘rpf-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: EAPscores
    > ### Title: Compute EAP scores
    > ### Aliases: EAPscores
    >
    > ### ** Examples
    >
    > spec <- list()
    > spec[1:3] <- list(rpf.grm(outcomes=3))
    > param <- sapply(spec, rpf.rparam)
    > data <- rpf.sample(5, spec, param)
    > colnames(param) <- colnames(data)
    > grp <- list(spec=spec, param=param, data=data, minItemsPerScore=1L)
    > EAPscores(grp)
    *** invalid %N$ use detected ***
    Aborted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.56
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/10s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(rpf)
     Loading required package: parallel
     >
     > test_check("rpf")
     *** invalid %N$ use detected ***
     Aborted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.56
Check: installed package size
Result: NOTE
     installed size is 8.9Mb
     sub-directories of 1Mb or more:
     libs 8.1Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.56
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-patched-solaris-x86