Last updated on 2026-03-09 12:50:06 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 16.54 | 89.46 | 106.00 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 10.38 | 58.09 | 68.47 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 30.00 | 156.66 | 186.66 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 30.00 | 145.00 | 175.00 | OK | |
| r-devel-macos-arm64 | 1.1.1 | 4.00 | 28.00 | 32.00 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 19.00 | 120.00 | 139.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 18.42 | 82.34 | 100.76 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 16.40 | 83.50 | 99.90 | OK | |
| r-release-macos-arm64 | 1.1.1 | 4.00 | 25.00 | 29.00 | 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 | 100.00 | 117.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | 3.00 | 27.00 | 30.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.0 | 10.00 | 50.00 | 60.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 23.00 | 125.00 | 148.00 | OK |
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.
Flavor: r-devel-linux-x86_64-debian-clang
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: smooth.influence.measures
> ### Title: Nonparametric Regression Deletion Diagnostics
> ### Aliases: smooth.influence.measures rstandard.ss rstandard.sm
> ### rstandard.gsm rstudent.ss rstudent.sm rstudent.gsm dfbeta.ss
> ### dfbeta.sm dfbeta.gsm dfbetas.ss dfbetas.sm dfbetas.gsm cov.ratio
> ### cooks.distance.ss cooks.distance.sm cooks.distance.gsm hatvalues.ss
> ### hatvalues.sm hatvalues.gsm
>
> ### ** 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)
>
> # fit models
> mod.ss <- ss(x, y, nknots = 10)
> mod.sm <- sm(y ~ x, knots = 10)
> mod.gsm <- gsm(y ~ x, knots = 10)
>
> # calculate influence
> infl.ss <- smooth.influence.measures(mod.ss)
Error in UseMethod("dffits") :
no applicable method for 'dffits' applied to an object of class "ss"
Calls: smooth.influence.measures -> cbind -> dffits
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang