CRAN Package Check Results for Package drape

Last updated on 2025-12-06 00:48:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.2 2.65 57.29 59.94 OK
r-devel-linux-x86_64-debian-gcc 0.0.2 1.95 37.61 39.56 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.2 10.00 105.01 115.01 OK
r-devel-linux-x86_64-fedora-gcc 0.0.2 13.00 132.74 145.74 OK
r-devel-windows-x86_64 0.0.2 3.00 69.00 72.00 OK
r-patched-linux-x86_64 0.0.2 2.71 50.43 53.14 OK
r-release-linux-x86_64 0.0.2 2.56 56.17 58.73 OK
r-release-macos-arm64 0.0.2 OK
r-release-macos-x86_64 0.0.2 3.00 67.00 70.00 OK
r-release-windows-x86_64 0.0.2 5.00 69.00 74.00 OK
r-oldrel-macos-arm64 0.0.2 OK
r-oldrel-macos-x86_64 0.0.2 3.00 98.00 101.00 OK
r-oldrel-windows-x86_64 0.0.2 7.00 85.00 92.00 OK

Check Details

Version: 0.0.2
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'DoubleML', 'glmnet', 'hdi', 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.2
Check: examples
Result: ERROR Running examples in ‘drape-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: basis_poly > ### Title: Estimate the score function of the d'th covariate using a > ### polynomial basis. > ### Aliases: basis_poly > > ### ** Examples > > set.seed(0) > X <- matrix(stats::rnorm(200), ncol=4) > bs <- basis_poly(X=X, d=1, degree=2) Error: Package "glmnet" needed for this function to work. Please install it. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(drape) > > test_check("drape") Saving _problems/test_regression_functions-4.R Saving _problems/test_score-21.R [ FAIL 2 | WARN 53 | SKIP 0 | PASS 64 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_regression_functions.R:4:3'): fit_lasso_poly acts correctly ──── Error: Package "glmnet" needed for this function to work. Please install it. Backtrace: ▆ 1. └─drape:::fit_lasso_poly(X = X, y = y, degree = 2, lambda = 1) at test_regression_functions.R:4:3 ── Error ('test_score.R:21:3'): basis_poly acts correctly for single df ──────── Error: Package "glmnet" needed for this function to work. Please install it. Backtrace: ▆ 1. └─drape::basis_poly(X = X, d = 1, degree = 2, lambda = 1) at test_score.R:21:3 2. └─drape:::fit_lasso_poly(basis, X[, d], degree = 1, lambda = lambda) [ FAIL 2 | WARN 53 | SKIP 0 | PASS 64 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.2
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.2
Check: HTML version of manual
Result: NOTE Skipping checking math rendering: package 'V8' unavailable Flavor: r-devel-linux-x86_64-debian-gcc