Last updated on 2025-05-25 06:52:02 CEST.
Package | FAIL | NOTE | OK |
---|---|---|---|
CC | 2 | 11 | |
DAAG | 6 | 7 | |
mcODE | 13 | ||
MiscMath | 13 | ||
MPV | 13 | ||
sharpData | 1 | 2 | 10 |
Current CRAN status: NOTE: 2, OK: 11
Version: 1.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘W.John Braun <john.braun@ubc.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "W.J.",
family = "Braun",
role = "aut"),
person(given = "W.John",
family = "Braun",
role = "cre",
email = "john.braun@ubc.ca"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 6, OK: 7
Version: 1.25.6
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘W. John Braun <john.braun@ubc.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("John", "H"),
family = "Maindonald",
role = "aut",
email = "john@statsresearch.co.nz"),
person(given = c("W.", "John"),
family = "Braun",
role = c("aut", "cre"),
email = "john.braun@ubc.ca"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.25.6
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
DAAGtheme.Rd: theEconomist.theme, standard.theme, simpleTheme,
custom.theme
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: FAIL: 1, NOTE: 2, OK: 10
Version: 1.4
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘W.J. Braun <john.braun@ubc.ca>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("W.", "John"),
family = "Braun",
role = "aut",
email = "john.braun@ubc.ca"),
person(given = "W.J.",
family = "Braun",
role = "cre",
email = "john.braun@ubc.ca"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.4
Check: PDF version of manual
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
>
> ### ** Examples
>
> speed <- MPG[, 1]
> mpg <- MPG[, 2]
> h <- dpill(speed, mpg)
> mpgSharp <- sharpiteration(speed, mpg, 1, h, 2)
> mpg.lS <- locpoly(speed, mpgSharp[[2]], bandwidth=h, degree=1)
> mpg.lX <- locpoly(speed, mpg, bandwidth=h, degree=1)
> plot(mpg ~ speed)
> lines(mpg.lX) # unsharpened function estimation
> lines(mpg.lS, col=2, lty=2) # sharpened function estimation (2 steps)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.97 0.18 1.14 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-release-windows-x86_64