Last updated on 2025-05-23 04:51:02 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 16.50 | 42.24 | 58.74 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 12.59 | 32.55 | 45.14 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 107.10 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 79.38 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 22.00 | 0.00 | 22.00 | FAIL | |
r-patched-linux-x86_64 | 0.1.1 | 14.50 | 40.83 | 55.33 | OK | |
r-release-linux-x86_64 | 0.1.1 | 15.90 | 40.41 | 56.31 | OK | |
r-release-macos-arm64 | 0.1.1 | 34.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 111.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 20.00 | 122.00 | 142.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 36.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 86.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 22.00 | 104.00 | 126.00 | OK |
Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Daewoo Pak <heavyrain.pak@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Chenxi",
family = "Li",
role = "aut"),
person(given = "Daewoo",
family = "Pak",
role = c("aut", "cre"),
email = "heavyrain.pak@gmail.com"),
person(given = "David",
family = "Todem",
role = "aut"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.1
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:
17: (2.59, 2.60] 0.0125 3.2221
18: (2.74, 2.78] 2.0772 5.2993
19: (4.26, 4.30] 0.7239 6.0232
20: (4.50, 5.11] 1.4085 7.4316
21: (5.60, 6.11] 0.8665 8.2982
========================================
> plot(result) # plotting the estimated baseline cumulative hazard function by default
> plot(result, what = "survival") # plotting the estimated baseline survival function
>
> ## Use the parallel computing to reduce computational times
> on.exit()
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 12.56 6.18 23.93 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-devel-windows-x86_64