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

Last updated on 2026-03-10 19:50:29 CET.

Package ERROR WARN NOTE OK
adrftools 14
cobalt 14
fwb 3 11
MatchIt 3 11
optweight 9 5
WeightIt 9 1 4

Package adrftools

Current CRAN status: OK: 14

Package cobalt

Current CRAN status: OK: 14

Package fwb

Current CRAN status: WARN: 3, OK: 11

Version: 0.5.1
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.1
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.1
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.1
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

Package MatchIt

Current CRAN status: NOTE: 3, OK: 11

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: WARN: 9, OK: 5

Version: 2.0.0
Check: examples
Result: WARN Found the following significant warnings: Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Warning: ! The `polish` argument is deprecated. Deprecated functions may be defunct as soon as of the next release of R. See ?Deprecated. 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-windows-x86_64, r-oldrel-windows-x86_64

Package WeightIt

Current CRAN status: ERROR: 9, WARN: 1, OK: 4

Version: 1.5.1
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_energy > ### Title: Energy Balancing > ### Aliases: method_energy > > ### ** Examples > > ## Don't show: > if (rlang::is_installed("osqp")) withAutoprint({ # 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 = "energy", estimand = "ATE")) + + summary(W1) + + cobalt::bal.tab(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATT", + focal = "black")) + + summary(W2) + + cobalt::bal.tab(W2) + + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATE")) Warning: ! The `polish` argument is deprecated. ℹ Use `polishing` instead. Error in eval(ei, envir) : OSQP setup failed with error code 2: Solver settings validation. Calls: withAutoprint ... <Anonymous> -> withVisible -> <Anonymous> -> osqp -> osqpSetup Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.5.1
Check: tests
Result: ERROR Running ‘testthat.R’ [267s/344s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.5.1
Check: tests
Result: ERROR Running ‘testthat.R’ [184s/219s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.5.1
Check: examples
Result: ERROR Running examples in ‘WeightIt-Ex.R’ failed The error most likely occurred in: > ### Name: method_energy > ### Title: Energy Balancing > ### Aliases: method_energy > > ### ** Examples > > ## Don't show: > if (rlang::is_installed("osqp")) withAutoprint({ # 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 = "energy", estimand = "ATE")) + + summary(W1) + + cobalt::bal.tab(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATT", + focal = "black")) + + summary(W2) + + cobalt::bal.tab(W2) + + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATE")) Warning: ! The `polish` argument is deprecated. ℹ Use `polishing` instead. Error in eval(ei, envir) : OSQP setup failed with error code 2: Solver settings validation. Calls: withAutoprint ... <Anonymous> -> withVisible -> <Anonymous> -> osqp -> osqpSetup Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 1.5.1
Check: tests
Result: ERROR Running ‘testthat.R’ [383s/482s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.5.1
Check: tests
Result: ERROR Running ‘testthat.R’ [355s/416s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.5.1
Check: tests
Result: ERROR Running 'testthat.R' [303s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.5.1
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_energy > ### Title: Energy Balancing > ### Aliases: method_energy > > ### ** Examples > > ## Don't show: > if (rlang::is_installed("osqp")) withAutoprint({ # 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 = "energy", estimand = "ATE")) + + summary(W1) + + cobalt::bal.tab(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATT", + focal = "black")) + + summary(W2) + + cobalt::bal.tab(W2) + + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATE")) Warning: ! The `polish` argument is deprecated. ℹ Use `polishing` instead. Error in eval(ei, envir) : OSQP setup failed with error code 2: Solver settings validation. Calls: withAutoprint ... <Anonymous> -> withVisible -> <Anonymous> -> osqp -> osqpSetup Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed calibrate 3.774 0.087 5.392 Flavor: r-patched-linux-x86_64

Version: 1.5.1
Check: tests
Result: ERROR Running ‘testthat.R’ [254s/332s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 1.5.1
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_energy > ### Title: Energy Balancing > ### Aliases: method_energy > > ### ** Examples > > ## Don't show: > if (rlang::is_installed("osqp")) withAutoprint({ # 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 = "energy", estimand = "ATE")) + + summary(W1) + + cobalt::bal.tab(W1) + + #Balancing covariates with respect to race (multi-category) + (W2 <- weightit(race ~ age + educ + married + + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATT", + focal = "black")) + + summary(W2) + + cobalt::bal.tab(W2) + + ## Don't show: + }) # examplesIf > data("lalonde", package = "cobalt") > (W1 <- weightit(treat ~ age + educ + married + nodegree + re74, data = lalonde, + method = "energy", estimand = "ATE")) Warning: ! The `polish` argument is deprecated. ℹ Use `polishing` instead. Error in eval(ei, envir) : OSQP setup failed with error code 2: Solver settings validation. Calls: withAutoprint ... <Anonymous> -> withVisible -> <Anonymous> -> osqp -> osqpSetup Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed calibrate 3.761 0.085 5.074 Flavor: r-release-linux-x86_64

Version: 1.5.1
Check: tests
Result: ERROR Running ‘testthat.R’ [257s/313s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 1.5.1
Check: tests
Result: ERROR Running 'testthat.R' [301s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64

Version: 1.5.1
Check: PDF version of manual
Result: WARN LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! Infinite glue shrinkage found in box being split. <argument> Infinite shrink error above ignored ! l.5017 } Flavor: r-oldrel-macos-arm64

Version: 1.5.1
Check: tests
Result: ERROR Running 'testthat.R' [392s] 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(WeightIt) > > test_check("WeightIt") Saving _problems/test-moments-26.R Saving _problems/test-moments-34.R Saving _problems/test-moments-90.R Saving _problems/test-moments-98.R [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-method_cbps.R:2:3', 'test-method_cbps.R:108:3', 'test-method_cbps.R:197:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-moments.R:21:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:30:5'): moments works as expected, binary ────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:85:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. ── Failure ('test-moments.R:94:5'): moments works as expected, multi ─────────── Expected `{ ... }` not to throw any conditions. Actually got a <simpleWarning> with message: ! The `polish` argument is deprecated. i Use `polishing` instead. [ FAIL 4 | WARN 0 | SKIP 3 | PASS 2061 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.