CRAN Package Check Results for Package mltools

Last updated on 2025-12-19 14:50:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.5 6.29 66.41 72.70 NOTE
r-devel-linux-x86_64-debian-gcc 0.3.5 5.31 49.61 54.92 NOTE
r-devel-linux-x86_64-fedora-clang 0.3.5 12.00 102.51 114.51 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.5 12.00 91.58 103.58 ERROR
r-devel-windows-x86_64 0.3.5 8.00 77.00 85.00 NOTE
r-patched-linux-x86_64 0.3.5 8.03 61.06 69.09 NOTE
r-release-linux-x86_64 0.3.5 6.80 59.73 66.53 NOTE
r-release-macos-arm64 0.3.5 NOTE
r-release-macos-x86_64 0.3.5 5.00 65.00 70.00 NOTE
r-release-windows-x86_64 0.3.5 8.00 74.00 82.00 NOTE
r-oldrel-macos-arm64 0.3.5 NOTE
r-oldrel-macos-x86_64 0.3.5 5.00 48.00 53.00 NOTE
r-oldrel-windows-x86_64 0.3.5 10.00 98.00 108.00 NOTE

Check Details

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: examples
Result: ERROR Running examples in ‘mltools-Ex.R’ failed The error most likely occurred in: > ### Name: empirical_cdf > ### Title: Empirical Cumulative Distribution Function > ### Aliases: empirical_cdf > > ### ** Examples > > library(data.table) Attaching package: ‘data.table’ The following object is masked from ‘package:base’: %notin% > dt <- data.table(x=c(0.3, 1.3, 1.4, 3.6), y=c(1.2, 1.2, 3.8, 3.9)) > empirical_cdf(dt$x, ubounds=1:4) UpperBound N.cum CDF <num> <int> <num> 1: 1 1 0.25 2: 2 3 0.75 3: 3 3 0.75 4: 4 4 1.00 > empirical_cdf(dt, ubounds=CJ(x = 1:4, y = 1:4)) Error in `[.data.table`(uboundsUniques, , `:=`(N.cum, cumsum(N)), by = fixedCols) : attempt access index 3/3 in VECTOR_ELT Calls: empirical_cdf -> [ -> [.data.table Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc