CRAN Package Check Results for Package NonProbEst

Last updated on 2024-03-28 23:55:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.4 14.92 156.67 171.59 OK
r-devel-linux-x86_64-debian-gcc 0.2.4 12.14 118.49 130.63 OK
r-devel-linux-x86_64-fedora-clang 0.2.4 208.24 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.4 203.42 NOTE
r-devel-windows-x86_64 0.2.4 13.00 103.00 116.00 ERROR
r-patched-linux-x86_64 0.2.4 10.74 152.18 162.92 OK
r-release-linux-x86_64 0.2.4 9.84 153.83 163.67 OK
r-release-macos-arm64 0.2.4 66.00 OK
r-release-macos-x86_64 0.2.4 116.00 OK
r-release-windows-x86_64 0.2.4 18.00 164.00 182.00 OK
r-oldrel-macos-arm64 0.2.4 63.00 NOTE
r-oldrel-windows-x86_64 0.2.4 19.00 164.00 183.00 OK

Check Details

Version: 0.2.4
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘Matrix’ ‘e1071’ ‘glmnet’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-macos-arm64

Version: 0.2.4
Check: examples
Result: ERROR Running examples in 'NonProbEst-Ex.R' failed The error most likely occurred in: > ### Name: calib_weights > ### Title: Weights of the calibration estimator > ### Aliases: calib_weights > > ### ** Examples > > n = nrow(sampleNP) > N = 50000 > language_total = 45429 > covariates = c("education_primaria", "education_secundaria", + "age", "sex") > pi = propensities(sampleNP, sampleP, covariates, algorithm = "glm", smooth = FALSE) Loading required package: ggplot2 Loading required package: lattice Flavor: r-devel-windows-x86_64