CRAN Package Check Results for Package npreg

Last updated on 2026-02-01 02:50:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 15.14 91.45 106.59 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.0 10.87 55.02 65.89 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 27.00 139.86 166.86 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 27.00 140.67 167.67 OK
r-devel-windows-x86_64 1.1.0 14.00 109.00 123.00 OK
r-patched-linux-x86_64 1.1.0 15.18 82.18 97.36 OK
r-release-linux-x86_64 1.1.0 13.52 81.17 94.69 OK
r-release-macos-arm64 1.1.0 OK
r-release-macos-x86_64 1.1.0 10.00 84.00 94.00 OK
r-release-windows-x86_64 1.1.0 17.00 103.00 120.00 OK
r-oldrel-macos-arm64 1.1.0 OK
r-oldrel-macos-x86_64 1.1.0 10.00 50.00 60.00 OK
r-oldrel-windows-x86_64 1.1.0 19.00 122.00 141.00 OK

Check Details

Version: 1.1.0
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Nathaniel E. Helwig <helwig@umn.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = c("Nathaniel", "E."), family = "Helwig", role = c("aut", "cre"), email = "helwig@umn.edu") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘npreg-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: diagnostic.plots > ### Title: Plot Nonparametric Regression Diagnostics > ### Aliases: diagnostic.plots > > ### ** Examples > > # generate data > set.seed(1) > n <- 100 > x <- seq(0, 1, length.out = n) > fx <- 2 + 3 * x + sin(2 * pi * x) > y <- fx + rnorm(n, sd = 0.5) > > # smoothing spline > mod.ss <- ss(x, y, nknots = 10) > diagnostic.plots(mod.ss) Error in y.id[y.id < 0] <- y.id[y.id < 0] - strheight(" ")/3 : NAs are not allowed in subscripted assignments Calls: diagnostic.plots Execution halted Flavor: r-devel-linux-x86_64-debian-gcc