Last updated on 2026-07-20 02:49:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0 | 8.35 | 107.86 | 116.21 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.0 | 8.24 | 77.54 | 85.78 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 2.0 | 17.00 | 165.30 | 182.30 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0 | 80.46 | OK | |||
| r-devel-windows-x86_64 | 2.0 | 13.00 | 204.00 | 217.00 | ERROR | |
| r-patched-linux-x86_64 | 2.0 | 9.14 | 104.11 | 113.25 | OK | |
| r-release-linux-x86_64 | 2.0 | 10.46 | 102.84 | 113.30 | OK | |
| r-release-macos-arm64 | 2.0 | 3.00 | 27.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 2.0 | 8.00 | 115.00 | 123.00 | OK | |
| r-release-windows-x86_64 | 2.0 | 13.00 | 120.00 | 133.00 | OK | |
| r-oldrel-macos-arm64 | 2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.0 | 6.00 | 85.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0 | 17.00 | 153.00 | 170.00 | OK |
Version: 2.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Joseph G Kreke <jkreke2@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = c("Joseph", "G"),
family = "Kreke",
role = c("aut", "cre"),
email = "jkreke2@gmail.com"),
person(given = "PhD;",
family = "Harris",
role = "aut"),
person(given = c("Inc.", "Sangeet"),
family = "Khemlani",
role = "aut"),
person(given = c("PhD;", "Naval", "Research", "Laboratory.", "Greg"),
family = "Trafton",
role = "aut"),
person(given = c("PhD;", "Naval", "Research"),
family = "Laboratory.",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.0
Check: examples
Result: ERROR
Running examples in 'pAnalysis-Ex.R' failed
The error most likely occurred in:
> ### Name: plotpdf
> ### Title: Plot Several Probability Density Functions
> ### Aliases: plotpdf
> ### Keywords: pdf plot
>
> ### ** Examples
>
> plt <- plotpdf(3)
> plt <- plotpdf(5,order=6)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 20.48 6.73 27.19 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
Flavor: r-devel-windows-x86_64