Last updated on 2026-06-08 02:51:13 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6 | 9.21 | 102.22 | 111.43 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.6 | 7.02 | 72.57 | 79.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6 | 15.00 | 155.45 | 170.45 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.6 | 14.00 | 146.98 | 160.98 | NOTE | |
| r-devel-windows-x86_64 | 0.6 | 12.00 | 123.00 | 135.00 | NOTE | |
| r-patched-linux-x86_64 | 0.6 | 10.08 | 96.34 | 106.42 | NOTE | |
| r-release-linux-x86_64 | 0.6 | 9.52 | 95.78 | 105.30 | NOTE | |
| r-release-macos-arm64 | 0.6 | 2.00 | 30.00 | 32.00 | NOTE | |
| r-release-macos-x86_64 | 0.6 | 7.00 | 98.00 | 105.00 | NOTE | |
| r-release-windows-x86_64 | 0.6 | 12.00 | 124.00 | 136.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.6 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.6 | 6.00 | 96.00 | 102.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.6 | 14.00 | 148.00 | 162.00 | NOTE |
Version: 0.6
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Joshua French <joshua.french@ucdenver.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Joshua",
family = "French",
role = c("aut", "cre"),
email = "joshua.french@ucdenver.edu")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.6
Check: Rd files
Result: NOTE
checkRd: (-1) hero.Rd:67-68: Lost braces
67 | then \code{\link[pbapply]{pblapply}} is used. If code{package ==
| ^
checkRd: (-1) hero.Rd:69: Lost braces
69 | code{package == "Rmpi"}, then \code{\link[Rmpi]{mpi.applyLB}} is used.}
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.6
Check: for unstated dependencies in examples
Result: WARN
Warning in file(out, "wt") :
cannot open file '/tmp/RtmpmvLiym/file1b0f6447760d6d/generate.data3d.R': No space left on device
Error in file(out, "wt") : cannot open the connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6
Check: examples
Result: ERROR
Running examples in ‘hero-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.hero_bspline
> ### Title: Plot a 'hero_bspline' object
> ### Aliases: plot.hero_bspline
>
> ### ** Examples
>
> x = bspline(nbasis = 10, extend = FALSE)
> plot(x)
> plot(x, nderiv = 1)
> plot(x, kcol = "grey") # plot vertical lines at knots
>
> # extend knots passed rangeval
> x2 = bspline(nbasis = 10, extend = TRUE)
> plot(x2, kcol = "grey")
>
> # compare to plot.fd
> if (requireNamespace("fda", quietly = TRUE)) {
+ x3 = fda::create.bspline.basis(nbasis = 10)
+ par(mfrow = c(2, 1))
+ plot(x, kcol = "grey")
+ title("plot.hero_bspline")
+ }
> plot(x3)
Error: object 'x3' not found
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc