CRAN Package Check Results for Maintainer ‘Huzhang Mao <huzhangmao at gmail.com>’

Last updated on 2025-05-15 10:50:39 CEST.

Package FAIL NOTE OK
PSW 1 2 10

Package PSW

Current CRAN status: FAIL: 1, NOTE: 2, OK: 10

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