Last updated on 2020-08-07 01:50:21 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
SetMethods | 1 | 4 | 7 |
Current CRAN status: ERROR: 1, NOTE: 4, OK: 7
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