CRAN Package Check Results for Package SetMethods

Last updated on 2020-08-07 01:50:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.5 16.33 130.80 147.13 OK
r-devel-linux-x86_64-debian-gcc 2.5 12.64 95.78 108.42 OK
r-devel-linux-x86_64-fedora-clang 2.5 184.51 NOTE
r-devel-linux-x86_64-fedora-gcc 2.5 165.00 NOTE
r-devel-windows-ix86+x86_64 2.5 39.00 148.00 187.00 OK
r-patched-linux-x86_64 2.5 15.57 127.31 142.88 OK
r-patched-solaris-x86 2.5 185.30 ERROR
r-release-linux-x86_64 2.5 14.86 125.20 140.06 OK
r-release-macos-x86_64 2.5 NOTE
r-release-windows-ix86+x86_64 2.5 40.00 160.00 200.00 OK
r-oldrel-macos-x86_64 2.5 NOTE
r-oldrel-windows-ix86+x86_64 2.5 22.00 127.00 149.00 OK

Additional issues

MKL

Check Details

Version: 2.5
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘lattice’
     All declared Imports should be used.
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: 2.5
Check: examples
Result: ERROR
    Running examples in ‘SetMethods-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: LR.intersect
    > ### Title: Function for identifying contradictory simplifying assumptions
    > ### or easy counterfactuals.
    > ### Aliases: LR.intersect
    > ### Keywords: QCA
    >
    > ### ** Examples
    >
    > # Import your data. For example:
    >
    > data(SCHF)
    >
    > # Get the parsimonious solution:
    >
    > sol_yp <- minimize(SCHF, outcome = "EXPORT",
    + conditions = c("EMP","BARGAIN","UNI","OCCUP","STOCK", "MA"),
    + incl.cut = .9,
    + include = "?",
    + details = TRUE, show.cases = TRUE)
    
     *** caught segfault ***
    address 286e38f8, cause 'memory not mapped'
    
    Traceback:
     1: minimize(SCHF, outcome = "EXPORT", conditions = c("EMP", "BARGAIN", "UNI", "OCCUP", "STOCK", "MA"), incl.cut = 0.9, include = "?", details = TRUE, show.cases = TRUE)
    An irrecoverable exception occurred. R is aborting now ...
Flavor: r-patched-solaris-x86