CRAN Package Check Results for Maintainer ‘Nathaniel E. Helwig <helwig at umn.edu>’

Last updated on 2026-02-03 01:49:36 CET.

Package ERROR NOTE OK
bigsplines 2 11
CMLS 13
Dykstra 2 11
eegkit 13
eegkitdata 2 11
gammi 13
grpnet 13
ica 2 11
multiway 13
mvout 13
npreg 3 1 9
nptest 13

Package bigsplines

Current CRAN status: NOTE: 2, OK: 11

Version: 1.1-1
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. Found the following URLs which should use \doi (with the DOI name only): File ‘bigsplines-package.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘bigssa.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘bigssg.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘bigssp.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘bigtps.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘makessa.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘makessg.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘makessp.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘ordspline.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘predict.bigspline.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘predict.bigssa.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘predict.bigssg.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘predict.bigssp.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘predict.bigtps.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘predict.ordspline.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 File ‘ssBasis.Rd’: http://dx.doi.org/10.3389/fams.2017.00015 Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Package CMLS

Current CRAN status: OK: 13

Package Dykstra

Current CRAN status: NOTE: 2, OK: 11

Version: 1.0-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

Package eegkit

Current CRAN status: OK: 13

Package eegkitdata

Current CRAN status: NOTE: 2, OK: 11

Version: 1.1
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

Package gammi

Current CRAN status: OK: 13

Package grpnet

Current CRAN status: OK: 13

Package ica

Current CRAN status: NOTE: 2, OK: 11

Version: 1.0-3
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

Package multiway

Current CRAN status: OK: 13

Package mvout

Current CRAN status: OK: 13

Package npreg

Current CRAN status: ERROR: 3, NOTE: 1, OK: 9

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

Version: 1.1.0
Check: examples
Result: ERROR Running examples in ‘npreg-Ex.R’ failed The error most likely occurred in: > ### 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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package nptest

Current CRAN status: OK: 13