Last updated on 2025-05-14 23:51:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-3 | 7.89 | 59.83 | 67.72 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-3 | 5.49 | 42.72 | 48.21 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-3 | 109.83 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-3 | 100.54 | OK | |||
r-devel-windows-x86_64 | 1.1-3 | 10.00 | 70.00 | 80.00 | OK | |
r-patched-linux-x86_64 | 1.1-3 | 6.61 | 56.19 | 62.80 | OK | |
r-release-linux-x86_64 | 1.1-3 | 6.54 | 56.14 | 62.68 | OK | |
r-release-macos-arm64 | 1.1-3 | 29.00 | OK | |||
r-release-macos-x86_64 | 1.1-3 | 76.00 | OK | |||
r-release-windows-x86_64 | 1.1-3 | 12.00 | 0.00 | 12.00 | FAIL | |
r-oldrel-macos-arm64 | 1.1-3 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1-3 | 42.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1-3 | 12.00 | 90.00 | 102.00 | OK |
Version: 1.1-3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Huzhang Mao <huzhangmao@gmail.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Huzhang",
family = "Mao",
role = c("aut", "cre"),
email = "huzhangmao@gmail.com"),
person(given = "Liang",
family = "Li",
role = "aut",
email = "LLi15@mdanderson.org"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.1-3
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:
> ### Title: Propensity score weighting estimator
> ### Aliases: psw.wt
>
> ### ** Examples
>
> # Load the test data set
> data(test_data);
> # Propensity score model
> form.ps <- "Z ~ X1 + X2 + X3 + X4";
> tmp <- psw.wt( data = test_data, weight = "ATE", form.ps = form.ps,
+ out.var = "Y", family = "gaussian" );
>
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 3.36 0.3 3.66 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