CRAN Package Check Results for Package RobustIV

Last updated on 2023-03-22 21:58:10 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.5 15.99 146.61 162.60 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.5 12.92 113.08 126.00 OK
r-devel-linux-x86_64-fedora-clang 0.2.5 214.70 OK
r-devel-linux-x86_64-fedora-gcc 0.2.5 202.65 OK
r-devel-windows-x86_64 0.2.5 26.00 171.00 197.00 OK
r-patched-linux-x86_64 0.2.5 14.51 140.12 154.63 OK
r-release-linux-x86_64 0.2.5 16.40 139.75 156.15 OK
r-release-macos-arm64 0.2.5 58.00 OK
r-release-macos-x86_64 0.2.5 74.00 OK
r-release-windows-x86_64 0.2.5 32.00 164.00 196.00 OK
r-oldrel-macos-arm64 0.2.5 51.00 OK
r-oldrel-macos-x86_64 0.2.5 71.00 OK
r-oldrel-windows-ix86+x86_64 0.2.5 35.00 153.00 188.00 OK

Check Details

Version: 0.2.5
Check: examples
Result: ERROR
    Running examples in ‘RobustIV-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: SearchingSampling
    > ### Title: Searching-Sampling
    > ### Aliases: SearchingSampling
    >
    > ### ** Examples
    >
    >
    > data("lineardata")
    > Y <- lineardata[,"Y"]
    > D <- lineardata[,"D"]
    > Z <- as.matrix(lineardata[,c("Z.1","Z.2","Z.3","Z.4","Z.5","Z.6","Z.7","Z.8")])
    > X <- as.matrix(lineardata[,c("age","sex")])
    > Searching.model <- SearchingSampling(Y,D,Z,X, Sampling = FALSE)
    Error in h(simpleError(msg, call)) :
     error in evaluating the argument 'x' in selecting a method for function 'as.matrix': DLL requires the use of native symbols
    Calls: SearchingSampling ... reduce -> .local -> .Call -> .handleSimpleError -> h
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang