Last updated on 2025-04-30 04:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 12.87 | 183.45 | 196.32 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 8.44 | 118.60 | 127.04 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 351.92 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 270.24 | NOTE | |||
r-devel-windows-x86_64 | 0.0.3 | 12.00 | 0.00 | 12.00 | FAIL | |
r-patched-linux-x86_64 | 0.0.3 | 11.70 | 191.23 | 202.93 | NOTE | |
r-release-linux-x86_64 | 0.0.3 | 11.24 | 186.17 | 197.41 | NOTE | |
r-release-macos-arm64 | 0.0.3 | 80.00 | NOTE | |||
r-release-macos-x86_64 | 0.0.3 | 176.00 | NOTE | |||
r-release-windows-x86_64 | 0.0.3 | 14.00 | 177.00 | 191.00 | NOTE | |
r-oldrel-macos-arm64 | 0.0.3 | 87.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.0.3 | 134.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.0.3 | 16.00 | 233.00 | 249.00 | NOTE |
Version: 0.0.3
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Manjari Das <manjari8d@gmail.com>’
The Description field contains
Kennedy EH, and Jewell NP (2021) <arXiv:2104.14091>. The estimator is
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.0.3
Check: Rd files
Result: NOTE
checkRd: (-1) popsize.Rd:70: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize.Rd:71: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize.Rd:72: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize.Rd:73: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize.Rd:74: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize.Rd:75: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize_cond.Rd:52: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize_cond.Rd:53: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize_cond.Rd:54: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize_cond.Rd:55: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize_cond.Rd:56: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) popsize_cond.Rd:57: Lost braces in \itemize; \value handles \item{}{} directly
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.0.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:
> ### nuisance functions
> ### Aliases: tmle
>
> ### ** Examples
>
> data = matrix(sample(c(0,1), 2000, replace = TRUE), ncol = 2)
> xmat = matrix(runif(nrow(data)*3, 0, 1), nrow = nrow(data))
> datmat = cbind(data, data[,1]*data[,2], xmat)
> colnames(datmat) = c("yj", "yk", "yjk", "q10", "q02", "q12")
> datmat = as.data.frame(datmat)
> result = tmle(datmat, margin = 0.005, stop_margin = 0.00001, twolist = TRUE)
Warning: glm.fit: fitted probabilities numerically 0 or 1 occurred
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 5.02 0.36 5.37 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