CRAN Package Check Results for Package xplain

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 2.84 23.27 26.11 OK
r-devel-linux-x86_64-debian-gcc 0.2.2 2.33 18.18 20.51 OK
r-devel-linux-x86_64-fedora-clang 0.2.2 44.28 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.2 29.87 NOTE
r-devel-windows-ix86+x86_64 0.2.2 8.00 45.00 53.00 OK
r-patched-linux-x86_64 0.2.2 2.52 22.99 25.51 OK
r-patched-solaris-x86 0.2.2 47.30 NOTE
r-release-linux-x86_64 0.2.2 2.90 23.34 26.24 OK
r-release-macos-x86_64 0.2.2 NOTE
r-release-windows-ix86+x86_64 0.2.2 8.00 46.00 54.00 OK
r-oldrel-macos-x86_64 0.2.2 ERROR
r-oldrel-windows-ix86+x86_64 0.2.1 7.00 52.00 59.00 ERROR

Check Details

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