CRAN Package Check Results for Maintainer ‘Joachim Zuckarelli <joachim at zuckarelli.de>’

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

Package ERROR NOTE OK
debugr 12
flatxml 5 7
packagefinder 12
pointr 12
quantification 12
switchcase 12
xml2relational 12
xplain 2 4 6

Package debugr

Current CRAN status: OK: 12

Package flatxml

Current CRAN status: NOTE: 5, OK: 7

Version: 0.1.0
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘RCurl’
     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

Package packagefinder

Current CRAN status: OK: 12

Package pointr

Current CRAN status: OK: 12

Package quantification

Current CRAN status: OK: 12

Package switchcase

Current CRAN status: OK: 12

Package xml2relational

Current CRAN status: OK: 12

Package xplain

Current CRAN status: ERROR: 2, NOTE: 4, OK: 6

Version: 0.2.2
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘RCurl’
     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

Version: 0.2.2
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-macos-x86_64

Version: 0.2.1
Check: examples
Result: ERROR
    Running examples in 'xplain-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: xplain
    > ### Title: Showing interpretation information for the results of a function
    > ### Aliases: xplain
    >
    > ### ** Examples
    >
    >
    > library(car)
    Loading required package: carData
    >
    > xplain(call="lm(education ~ young + income + urban, data=Anscombe)",
    + xml="http://www.zuckarelli.de/xplain/example_lm.xml")
    Error in xplain(call = "lm(education ~ young + income + urban, data=Anscombe)", :
     xplain XML file '-' does not exist.
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64