CRAN Package Check Results for Package QCA

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.8.2 47.73 74.90 122.63 NOTE
r-devel-linux-x86_64-debian-gcc 3.8.2 36.42 56.09 92.51 NOTE
r-devel-linux-x86_64-fedora-clang 3.8.2 160.57 NOTE
r-devel-linux-x86_64-fedora-gcc 3.8.2 149.00 NOTE
r-devel-windows-ix86+x86_64 3.8.2 201.00 108.00 309.00 NOTE
r-patched-linux-x86_64 3.8.2 39.36 74.73 114.09 NOTE
r-patched-solaris-x86 3.8.2 2036.00 ERROR
r-release-linux-x86_64 3.8.2 40.62 74.24 114.86 NOTE
r-release-macos-x86_64 3.8.2 NOTE
r-release-windows-ix86+x86_64 3.8.2 200.00 156.00 356.00 NOTE
r-oldrel-macos-x86_64 3.8.2 NOTE
r-oldrel-windows-ix86+x86_64 3.8.2 138.00 113.00 251.00 NOTE

Additional issues

clang-UBSAN MKL rchk

Check Details

Version: 3.8.2
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 3.8.2
Check: installed package size
Result: NOTE
     installed size is 8.4Mb
     sub-directories of 1Mb or more:
     gui 1.7Mb
     libs 2.8Mb
     staticdocs 3.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 3.8.2
Check: examples
Result: ERROR
    Running examples in ‘QCA-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: XYplot
    > ### Title: Create an XY plot
    > ### Aliases: XYplot
    > ### Keywords: functions
    >
    > ### ** Examples
    >
    >
    > # Cebotari & Vink (2013)
    > # necessity relation between NATPRIDE and PROTEST
    > XYplot(CVF[, 5:6])
    >
    > # same using two numeric vectors
    > XYplot(CVF$NATPRIDE, CVF$PROTEST)
    >
    > # same using two column names
    > XYplot(NATPRIDE, PROTEST, data = CVF)
    >
    > # since they are valid R statements, it works even without quotes
    > # (this only works in normal R console, not in the GUI version)
    > XYplot(NATPRIDE, PROTEST, data = CVF)
    >
    > # negating the X axis, using numeric vectors
    > XYplot(1 - CVF$NATPRIDE, CVF$PROTEST)
    >
    > # same thing using quotes
    > XYplot(1 - NATPRIDE, PROTEST, data = CVF)
    >
    > # using tilde for negation
    > XYplot(~NATPRIDE, PROTEST, data = CVF)
    >
    > # different color for the points
    > XYplot(~NATPRIDE, PROTEST, data = CVF, col = "blue")
    >
    > # using a different character expansion for the axes
    > XYplot(~NATPRIDE, PROTEST , data = CVF, cex.axis = 0.9)
    >
    > # custom axis labels
    > XYplot(~NATPRIDE, PROTEST, data = CVF, xlab = "Negation of NATPRIDE",
    + ylab = "Outcome: PROTEST")
    >
    > # necessity relation
    > XYplot(~NATPRIDE, PROTEST, data = CVF, relation = "necessity")
    >
    > # jitter the points
    > XYplot(~NATPRIDE, PROTEST, data = CVF, jitter = TRUE)
    >
    > # jitter with more amount
    > XYplot(~NATPRIDE, PROTEST, data = CVF, jitter = TRUE, amount = 0.02)
    >
    > # adding labels to points
    > XYplot(~NATPRIDE, PROTEST, data = CVF, jitter = TRUE, cex = 0.8,
    + clabels = rownames(CVF))
    >
    > # or just the row numbers, since the row names are too long
    > XYplot(~NATPRIDE, PROTEST, data = CVF, jitter = TRUE, cex = 0.8,
    + clabels = seq(nrow(CVF)))
    >
    >
    > # using a SOP expression (necessity relation)
    > XYplot(NATPRIDE <- ~PROTEST, data = CVF, jitter = TRUE, cex = 0.8,
    + clabels = seq(nrow(CVF)))
    >
    >
    > #-----
    > # enhanced XY plot for process tracing
    > XYplot(~NATPRIDE, PROTEST, data = CVF, enhance = TRUE, jitter = TRUE)
    >
    >
    > # enhanced XY plot for a solution model
    > ttCVF <- truthTable(CVF, outcome = PROTEST, incl.cut = 0.85)
    > pCVF <- minimize(ttCVF, include = "?")
Flavor: r-patched-solaris-x86

Version: 3.8.2
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     ‘core’
Flavor: r-patched-solaris-x86