Last updated on 2025-05-23 10:49:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.5 | 8.11 | 66.35 | 74.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.5 | 5.29 | 49.26 | 54.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.5 | 108.36 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.5 | 102.69 | NOTE | |||
r-devel-windows-x86_64 | 0.3.5 | 8.00 | 0.00 | 8.00 | FAIL | |
r-patched-linux-x86_64 | 0.3.5 | 7.28 | 59.98 | 67.26 | NOTE | |
r-release-linux-x86_64 | 0.3.5 | 7.30 | 59.91 | 67.21 | NOTE | |
r-release-macos-arm64 | 0.3.5 | 36.00 | NOTE | |||
r-release-macos-x86_64 | 0.3.5 | 70.00 | NOTE | |||
r-release-windows-x86_64 | 0.3.5 | 8.00 | 108.00 | 116.00 | NOTE | |
r-oldrel-macos-arm64 | 0.3.5 | 33.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.3.5 | 53.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.3.5 | 11.00 | 101.00 | 112.00 | NOTE |
Version: 0.3.5
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Ben Gorman <bgorman@GormAnalysis.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Ben",
family = "Gorman",
role = c("aut", "cre"),
email = "bgorman@gormanalysis.com")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.5
Check: Rd files
Result: NOTE
checkRd: (-1) bin_data.Rd:16: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:17: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:18: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:22: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:23: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:27: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:28: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:29: Lost braces in \itemize; meant \describe ?
checkRd: (-1) bin_data.Rd:30: Lost braces in \itemize; meant \describe ?
checkRd: (-1) date_factor.Rd:22: Lost braces; missing escapes or markup?
22 | Map a vector of dates to a factor at one of these levels {"yearmonth", "yearquarter", "quarter", "month"}
| ^
checkRd: (-1) date_factor.Rd:13: Lost braces; missing escapes or markup?
13 | \item{type}{One of {"year", "yearquarter", "yearmonth", "quarter", "month"}}
| ^
checkRd: (-1) mse.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) mse.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) msle.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) msle.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) rmse.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) rmse.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) rmsle.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) rmsle.Rd:12: Lost braces; missing escapes or markup?
12 | \item{actuals}{A vector of actuals values in {0, 1}, or {FALSE, TRUE}}
| ^
checkRd: (-1) sparsify.Rd:36: Lost braces; missing escapes or markup?
36 | Column names are feature_level, e.g. {"color_red", "color_blue"}
| ^
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.3.5
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:
[3,] 1 NA
[4,] 1 NA
> sparsify(dt[, list(realCol)], naCols="efficient")
4 x 2 sparse Matrix of class "dgCMatrix"
realCol_NotNA realCol
[1,] . NA
[2,] 1 2
[3,] . NA
[4,] . NA
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
detaching 'package:Matrix', 'package:data.table'
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 4.97 0.17 5.42 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