Last updated on 2025-05-27 18:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 12.70 | 96.25 | 108.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 8.33 | 68.97 | 77.30 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 181.54 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 156.11 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 13.00 | 98.00 | 111.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 12.81 | 90.30 | 103.11 | OK | |
r-release-linux-x86_64 | 0.2.0 | 11.87 | 90.66 | 102.53 | OK | |
r-release-macos-arm64 | 0.2.0 | 47.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 92.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 14.00 | 0.00 | 14.00 | FAIL | |
r-oldrel-macos-arm64 | 0.2.0 | 45.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 68.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 18.00 | 129.00 | 147.00 | OK |
Version: 0.2.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Yiran Zhang <yiz038@health.ucsd.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Yiran",
family = "Zhang",
role = c("aut", "cre"),
email = "yiz038@health.ucsd.edu")
as necessary.
The Description field contains
Zhang, Y. and Xu, R. (2022) <arXiv:2204.10426>.
Please refer to arXiv e-prints via their arXiv DOI <doi:10.48550/arXiv.YYMM.NNNNN>.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
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:
>
> ### Fit the Usual Markov model
> res1 <- usual_illness_death_weight(data = data_test,
+ X1 = "X1",
+ X2 = "X2",
+ event1 = "delta1",
+ event2 = "delta2",
+ w = w,
+ Trt = "A")
> print(paste("The estimated value for beta1 is:", round(res1$beta1,5) ) )
[1] "The estimated value for beta1 is: 0.70283"
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 4.68 0.42 5.12 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