CRAN Package Check Results for Maintainer ‘Mark Ramos <mlr6219 at psu.edu>’

Last updated on 2025-07-01 18:49:07 CEST.

Package ERROR OK
CCSRfind 13
glorenz 1 12
miebl 13

Package CCSRfind

Current CRAN status: OK: 13

Package glorenz

Current CRAN status: ERROR: 1, OK: 12

Version: 0.1.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: Note: possible error in 'Lorenz.curve(y = d1[[group]], ': unused argument (graph = FALSE) Note: possible error in 'Lorenz.curve(y = d2[[group]], ': unused argument (graph = FALSE) See ‘/data/gannet/ripley/R/packages/tests-clang/glorenz.Rcheck/00install.out’ for details. Information on the location(s) of code generating the ‘Note’s can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to ‘yes’. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: R code for possible problems
Result: NOTE tlorenz: possible error in Lorenz.curve(y = d1[[group]], graph = FALSE, na.rm = TRUE, ties.method = c("mean", "random"), seed = NULL, weights = d1[[newwts]]): unused argument (graph = FALSE) tlorenz: possible error in Lorenz.curve(y = d2[[group]], graph = FALSE, na.rm = TRUE, ties.method = c("mean", "random"), seed = NULL, weights = d2[[newwts]]): unused argument (graph = FALSE) Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘glorenz-Ex.R’ failed The error most likely occurred in: > ### Name: tlorenz > ### Title: Compute relevant probabilities and estimates for selecting > ### performance criteria > ### Aliases: tlorenz > > ### ** Examples > > df_samp <- data.frame(x1 = rnorm(500, mean = 5, sd = 2),newwts = rep(1, 500)) > df_samp2 <- data.frame(x1 = rnorm(500, mean = 4.5, sd = 2),newwts = rep(1, 500)) > p_vals <- seq(0, 1, length.out = 100) > lc_vals <- tlorenz(p_vals, d1 = df_samp, group = "x1", d2 = df_samp2) Error in Lorenz.curve(y = d1[[group]], graph = FALSE, na.rm = TRUE, ties.method = c("mean", : unused argument (graph = FALSE) Calls: tlorenz Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Package miebl

Current CRAN status: OK: 13