CRAN Package Check Results for Maintainer ‘Noah Greifer <noah.greifer at gmail.com>’

Last updated on 2025-09-12 10:52:41 CEST.

Package ERROR NOTE OK
cobalt 4 9
fwb 3 10
MatchIt 3 10
optweight 2 1 10
WeightIt 6 7

Package cobalt

Current CRAN status: NOTE: 4, OK: 9

Version: 4.6.1
Check: Rd cross-references
Result: NOTE Unknown package ‘designmatch’ in Rd xrefs 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

Package fwb

Current CRAN status: ERROR: 3, OK: 10

Version: 0.5.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: Note: possible error in 'findInterval(null, ti, ': unused arguments (checkSorted = FALSE, checkNA = FALSE) See ‘/Volumes/Builds/packages/big-sur-arm64/results/4.4/fwb.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-oldrel-macos-arm64

Version: 0.5.0
Check: R code for possible problems
Result: NOTE norm_inter_invert: possible error in findInterval(null, ti, checkSorted = FALSE, checkNA = FALSE): unused arguments (checkSorted = FALSE, checkNA = FALSE) Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/19s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(fwb) > > test_check("fwb") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 114 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-fwb.R:77:3', 'test-fwb.R:139:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-p-values.R:24:3'): p-values correctly invert CIs ─────────────── Error in `findInterval(null, ti, checkSorted = FALSE, checkNA = FALSE)`: unused arguments (checkSorted = FALSE, checkNA = FALSE) Backtrace: ▆ 1. └─fwb:::check_p_value_okay(...) at test-p-values.R:24:3 2. ├─base::suppressWarnings(...) at tests/testthat/helpers.R:101:5 3. │ └─base::withCallingHandlers(...) 4. ├─base::summary(...) at tests/testthat/helpers.R:102:7 5. └─fwb:::summary.fwb(...) 6. └─fwb:::invert_ci(...) 7. └─base::apply(...) 8. └─fwb (local) FUN(newX[, i], ...) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 114 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.5.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: Note: possible error in 'findInterval(null, ti, ': unused arguments (checkSorted = FALSE, checkNA = FALSE) See ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.4/fwb.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-oldrel-macos-x86_64

Version: 0.5.0
Check: tests
Result: ERROR Running ‘testthat.R’ [27s/50s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(fwb) > > test_check("fwb") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-fwb.R:77:3', 'test-fwb.R:139:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-p-values.R:24:3'): p-values correctly invert CIs ─────────────── Error in `findInterval(null, ti, checkSorted = FALSE, checkNA = FALSE)`: unused arguments (checkSorted = FALSE, checkNA = FALSE) Backtrace: ▆ 1. └─fwb:::check_p_value_okay(...) at test-p-values.R:24:3 2. ├─base::suppressWarnings(...) at tests/testthat/helpers.R:101:5 3. │ └─base::withCallingHandlers(...) 4. ├─base::summary(...) at tests/testthat/helpers.R:102:7 5. └─fwb:::summary.fwb(...) 6. └─fwb:::invert_ci(...) 7. └─base::apply(...) 8. └─fwb (local) FUN(newX[, i], ...) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

Version: 0.5.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: Note: possible error in 'findInterval(null, ti, ': unused arguments (checkSorted = FALSE, checkNA = FALSE) See 'd:/Rcompile/CRANpkg/local/4.4/fwb.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-oldrel-windows-x86_64

Version: 0.5.0
Check: tests
Result: ERROR Running 'testthat.R' [67s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(fwb) > > test_check("fwb") [ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-fwb.R:77:3', 'test-fwb.R:139:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-p-values.R:24:3'): p-values correctly invert CIs ─────────────── Error in `findInterval(null, ti, checkSorted = FALSE, checkNA = FALSE)`: unused arguments (checkSorted = FALSE, checkNA = FALSE) Backtrace: ▆ 1. └─fwb:::check_p_value_okay(...) at test-p-values.R:24:3 2. ├─base::suppressWarnings(...) at D:\RCompile\CRANpkg\local\4.4\fwb.Rcheck\tests\testthat\helpers.R:101:5 3. │ └─base::withCallingHandlers(...) 4. ├─base::summary(...) at D:\RCompile\CRANpkg\local\4.4\fwb.Rcheck\tests\testthat\helpers.R:102:7 5. └─fwb:::summary.fwb(...) 6. └─fwb:::invert_ci(...) 7. └─base::apply(...) 8. └─fwb (local) FUN(newX[, i], ...) [ FAIL 1 | WARN 0 | SKIP 2 | PASS 117 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64

Package MatchIt

Current CRAN status: NOTE: 3, OK: 10

Version: 4.7.2
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘gurobi’ Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 4.7.2
Check: installed package size
Result: NOTE installed size is 9.1Mb sub-directories of 1Mb or more: doc 1.3Mb libs 6.6Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package optweight

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

Version: 0.2.5
Check: package subdirectories
Result: NOTE Problems with news in ‘NEWS.md’: No news entries found. Flavor: r-release-linux-x86_64

Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘optweight.Rmd’ using rmarkdown_notangle Quitting from optweight.Rmd:557-574 [unnamed-chunk-36] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NULL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'optweight.Rmd' failed with diagnostics: The argument to `ci.type` should be one of "perc", "bc", "norm", "basic", or "bca". --- failed re-building ‘optweight.Rmd’ SUMMARY: processing the following file failed: ‘optweight.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package WeightIt

Current CRAN status: ERROR: 6, OK: 7

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘WeightIt-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: method_optweight > ### Title: Optimization-Based Weighting > ### Aliases: method_optweight > > ### ** Examples > > ## Don't show: > if (all(sapply(c("optweight", "osqp"), requireNamespace, quietly = TRUE))) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + data("lalonde", package = "cobalt") + + #Balancing covariates between treatment groups (binary) + (W1 <- weightit(treat ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", + tols = 0)) + summary(W1) + cobalt::bal.tab(W1) + plot(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATE", + tols = .01)) + summary(W2) + cobalt::bal.tab(W2) + plot(W2) + + #Balancing covariates with respect to re75 (continuous) + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", tols = 0)) Error in process_tols(...) : unused argument (stop = TRUE) Calls: <Anonymous> ... weightit.fit -> do.call -> weightit2optweight -> <Anonymous> Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed calibrate 4.238 0.279 6.041 Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘WeightIt-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: method_optweight > ### Title: Optimization-Based Weighting > ### Aliases: method_optweight > > ### ** Examples > > ## Don't show: > if (all(sapply(c("optweight", "osqp"), requireNamespace, quietly = TRUE))) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + data("lalonde", package = "cobalt") + + #Balancing covariates between treatment groups (binary) + (W1 <- weightit(treat ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", + tols = 0)) + summary(W1) + cobalt::bal.tab(W1) + plot(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATE", + tols = .01)) + summary(W2) + cobalt::bal.tab(W2) + plot(W2) + + #Balancing covariates with respect to re75 (continuous) + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", tols = 0)) Error in process_tols(...) : unused argument (stop = TRUE) Calls: <Anonymous> ... weightit.fit -> do.call -> weightit2optweight -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘WeightIt-Ex.R’ failed The error most likely occurred in: > ### Name: method_optweight > ### Title: Optimization-Based Weighting > ### Aliases: method_optweight > > ### ** Examples > > ## Don't show: > if (all(sapply(c("optweight", "osqp"), requireNamespace, quietly = TRUE))) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + data("lalonde", package = "cobalt") + + #Balancing covariates between treatment groups (binary) + (W1 <- weightit(treat ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", + tols = 0)) + summary(W1) + cobalt::bal.tab(W1) + plot(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATE", + tols = .01)) + summary(W2) + cobalt::bal.tab(W2) + plot(W2) + + #Balancing covariates with respect to re75 (continuous) + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", tols = 0)) Error in process_tols(...) : unused argument (stop = TRUE) Calls: <Anonymous> ... weightit.fit -> do.call -> weightit2optweight -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-oldrel-windows-x86_64

Version: 1.4.0
Check: examples
Result: ERROR Running examples in ‘WeightIt-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: method_optweight > ### Title: Optimization-Based Weighting > ### Aliases: method_optweight > > ### ** Examples > > ## Don't show: > if (all(sapply(c("optweight", "osqp"), requireNamespace, quietly = TRUE))) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf + ## End(Don't show) + data("lalonde", package = "cobalt") + + #Balancing covariates between treatment groups (binary) + (W1 <- weightit(treat ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", + tols = 0)) + summary(W1) + cobalt::bal.tab(W1) + plot(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATE", + tols = .01)) + summary(W2) + cobalt::bal.tab(W2) + plot(W2) + + #Balancing covariates with respect to re75 (continuous) + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "optweight", estimand = "ATT", tols = 0)) Error in process_tols(...) : unused argument (stop = TRUE) Calls: <Anonymous> ... weightit.fit -> do.call -> weightit2optweight -> <Anonymous> Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed calibrate 3.852 0.077 5.349 Flavor: r-patched-linux-x86_64