CRAN Package Check Results for Package distplyr

Last updated on 2026-09-15 02:50:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 3.46 730.21 733.67 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 2.54 40.23 42.77 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 36.88 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.0 42.40 ERROR
r-devel-windows-x86_64 0.2.0 7.00 541.00 548.00 OK
r-patched-linux-x86_64 0.2.0 3.10 675.07 678.17 OK
r-release-linux-x86_64 0.2.0 3.30 673.19 676.49 OK
r-release-macos-arm64 0.2.0 1.00 144.00 145.00 OK
r-release-macos-x86_64 0.2.0 3.00 583.00 586.00 OK
r-release-windows-x86_64 0.2.0 6.00 528.00 534.00 OK
r-oldrel-macos-arm64 0.2.0 1.00 138.00 139.00 OK
r-oldrel-macos-x86_64 0.2.0 3.00 643.00 646.00 OK
r-oldrel-windows-x86_64 0.2.0 7.00 824.00 831.00 OK

Additional issues

M1mac

Check Details

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘distplyr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Math.dst > ### Title: Mathematical Transformations for Distributions > ### Aliases: Math.dst > > ### ** Examples > > # Logarithmic transformations > d <- distionary::dst_unif(1, 10) > log(d) # Natural log Error: ! The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. ℹ Please use the `.support` argument instead. ℹ A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. ℹ Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Math.dst(d) 2. └─distplyr:::log_distribution(x, ...) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(distplyr) > > test_check("distplyr") Saving _problems/test-Math-12.R Saving _problems/test-Math-35.R Saving _problems/test-Math-46.R Saving _problems/test-Math-52.R Saving _problems/test-Ops-8.R Saving _problems/test-Ops-26.R Saving _problems/test-Ops-43.R Saving _problems/test-Ops-64.R Saving _problems/test-Ops-89.R Saving _problems/test-flip-45.R Saving _problems/test-flip-54.R Saving _problems/test-internal_consistency-26.R Saving _problems/test-invert-18.R Saving _problems/test-invert-33.R Saving _problems/test-maximize-17.R Saving _problems/test-maximize-225.R Saving _problems/test-maximize-236.R Saving _problems/test-maximize-301.R Saving _problems/test-maximize-335.R Saving _problems/test-minimize-17.R Saving _problems/test-minimize-225.R Saving _problems/test-minimize-236.R Saving _problems/test-minimize-301.R Saving _problems/test-minimize-335.R Saving _problems/test-mix-17.R Saving _problems/test-mix-229.R Saving _problems/test-mix-236.R Saving _problems/test-mix-261.R Saving _problems/test-multiply-57.R Saving _problems/test-realize-15.R Saving _problems/test-shift-47.R Saving _problems/test-simplifications-141.R [ FAIL 32 | WARN 0 | SKIP 0 | PASS 244 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-Math.R:9:3'): log function dispatches correctly ──────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(log(unif_dist), log_distribution(unif_dist)) at test-Math.R:9:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(unif_dist) 5. └─distplyr:::log_distribution(x, ...) 6. └─distionary::distribution(...) 7. └─lifecycle::deprecate_stop(...) 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-Math.R:32:3'): exp function dispatches correctly ─────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(exp(gamma_dist), exp_distribution(gamma_dist)) at test-Math.R:32:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(gamma_dist) 5. └─distplyr:::exp_distribution(x) 6. └─distionary::distribution(...) 7. └─lifecycle::deprecate_stop(...) 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-Math.R:43:3'): sqrt function dispatches correctly ────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(sqrt(chi_sq_dist), chi_sq_dist^0.5) at test-Math.R:43:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(chi_sq_dist) 5. └─distplyr:::Ops.dst(x, 0.5) 6. └─distplyr:::Math.dst(e1) 7. └─distplyr:::log_distribution(x, ...) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-Math.R:52:3'): Simplifications ───────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(log(exp(dist)), dist) at test-Math.R:52:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(dist) 5. └─distplyr:::exp_distribution(x) 6. └─distionary::distribution(...) 7. └─lifecycle::deprecate_stop(...) 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:8:3'): addition operator works correctly ───────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:8:3 2. └─distplyr::shift(e1, e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:26:3'): subtraction operator works correctly ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:26:3 2. └─distplyr::shift(e1, -e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:43:3'): multiplication operator works correctly ────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:43:3 2. └─distplyr::multiply(e1, e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:64:3'): division operator works correctly ──────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:64:3 2. └─distplyr::multiply(e1, 1/e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:89:3'): exponentiation operator works correctly ────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(unif_dist, 0) at test-Ops.R:89:3 2. └─distplyr:::Math.dst(e1) 3. └─distplyr:::log_distribution(x, ...) 4. └─distionary::distribution(...) 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-flip.R:45:3'): Flip - special cases - light testing ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-flip.R:45:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::flip(flip(dst_nbinom(3, 0.5))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::flip(dst_nbinom(3, 0.5)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-flip.R:54:3'): Flip correctly executes right-inverse when flat CDF. ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr::mix(dst_unif(-2, -1), dst_unif(2, 4)) at test-flip.R:54:3 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-internal_consistency.R:26:7'): Internal consistency of the distributions arising from verbs. ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─rlang::exec(verb, !!!params) at test-internal_consistency.R:26:7 2. └─distplyr::mix(`<dst>`, `<dst>`) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-invert.R:18:3'): Invert - special cases - light testing ──────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-invert.R:18:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::invert(invert(dst_norm(1, 1))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::invert(dst_norm(1, 1)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-invert.R:33:3'): Invert - ranges work. ───────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr::mix(dst_unif(-2, -1), dst_unif(2, 4)) at test-invert.R:33:3 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:14:3'): Maximize - NA handling ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::maximize(d1, d2, dst_null(), na_action_dst = "drop") 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:222:3'): Maximize - Recycling ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:222:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::maximize(dst_exp(1), draws = 1:3) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:233:3'): Maximize - Aggregation ───────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:233:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::maximize(dst_exp(1), dst_norm(0, 1), dst_exp(1)) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:260:3'): Maximize - Edge cases ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr::maximize(dst_gamma(1, 3), draws = 2) at test-maximize.R:260:3 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:335:3'): Maximize - vtype ─────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:335:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distionary::vtype(maximize(dst_gamma(2, 3), dst_exp(3))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::maximize(dst_gamma(2, 3), dst_exp(3)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:14:3'): Minimize - NA handling ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::minimize(d1, d2, dst_null(), na_action_dst = "drop") 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:222:3'): Minimize - Recycling ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:222:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::minimize(dst_exp(1), draws = 1:3) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:233:3'): Minimize - Aggregation ───────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:233:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::minimize(dst_exp(1), dst_norm(0, 1), dst_exp(1)) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:260:3'): Minimize - Edge cases ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(dst_gamma(1, 3)) at test-minimize.R:260:3 2. └─distplyr::flip(e1) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:335:3'): Minimize - vtype ─────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:335:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distionary::vtype(minimize(dst_gamma(2, 3), dst_exp(3))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::minimize(dst_gamma(2, 3), dst_exp(3)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-mix.R:14:3'): Mix - NA handling ──────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(d1, d2, dst_null(), na_action_dst = "drop") 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-mix.R:226:3'): Mix - Recycling ───────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:226:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(dst_t(3), dst_gamma(2, 3), dst_pois(4), weights = 2.2) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-mix.R:233:3'): Mix - Aggregation ─────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:233:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(dst_exp(1), dst_norm(0, 1), dst_exp(1)) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-mix.R:258:3'): Mix - Weights Normalization ───────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:258:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(dst_t(3), dst_gamma(2, 3), dst_pois(4), weights = 2) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-multiply.R:54:3'): Multiply - special cases - light testing ──── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-multiply.R:54:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::multiply(multiply(dst_pois(1), 2), -3) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::multiply(dst_pois(1), 2) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-realize.R:15:7'): Random number generation works ─────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─rlang::exec(verb, !!!paramset) at test-realize.R:15:7 2. └─distplyr::mix(`<dst>`, `<dst>`) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-shift.R:47:3'): Shift - special cases - light testing ────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-shift.R:47:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::shift(shift(dst_pois(1), 5), -3) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::shift(dst_pois(1), 5) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-simplifications.R:141:7'): Simplifications: CDFs match. ──────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─rlang::exec(verb, !!!case) at test-simplifications.R:141:7 2. └─distplyr::mix(`<dst>`, `<dst>`, `<dst>`, weights = `<dbl>`) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) [ FAIL 32 | WARN 0 | SKIP 0 | PASS 244 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘manipulating.Rmd’ using rmarkdown Quitting from manipulating.Rmd:68-71 [operators-fn] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. ℹ Please use the `.support` argument instead. ℹ A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. ℹ Build one with `continuous()`, `discrete()`, or `mixed()`. --- Backtrace: ▆ 1. └─distplyr::shift(d, 5) 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'manipulating.Rmd' failed with diagnostics: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. ℹ Please use the `.support` argument instead. ℹ A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. ℹ Build one with `continuous()`, `discrete()`, or `mixed()`. --- failed re-building ‘manipulating.Rmd’ SUMMARY: processing the following file failed: ‘manipulating.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘distplyr-Ex.R’ failed The error most likely occurred in: > ### Name: Math.dst > ### Title: Mathematical Transformations for Distributions > ### Aliases: Math.dst > > ### ** Examples > > # Logarithmic transformations > d <- distionary::dst_unif(1, 10) > log(d) # Natural log Error: ! The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. ℹ Please use the `.support` argument instead. ℹ A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. ℹ Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Math.dst(d) 2. └─distplyr:::log_distribution(x, ...) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(distplyr) > > test_check("distplyr") Saving _problems/test-Math-12.R Saving _problems/test-Math-35.R Saving _problems/test-Math-46.R Saving _problems/test-Math-52.R Saving _problems/test-Ops-8.R Saving _problems/test-Ops-26.R Saving _problems/test-Ops-43.R Saving _problems/test-Ops-64.R Saving _problems/test-Ops-89.R Saving _problems/test-flip-45.R Saving _problems/test-flip-54.R Saving _problems/test-internal_consistency-26.R Saving _problems/test-invert-18.R Saving _problems/test-invert-33.R Saving _problems/test-maximize-17.R Saving _problems/test-maximize-225.R Saving _problems/test-maximize-236.R Saving _problems/test-maximize-301.R Saving _problems/test-maximize-335.R Saving _problems/test-minimize-17.R Saving _problems/test-minimize-225.R Saving _problems/test-minimize-236.R Saving _problems/test-minimize-301.R Saving _problems/test-minimize-335.R Saving _problems/test-mix-17.R Saving _problems/test-mix-229.R Saving _problems/test-mix-236.R Saving _problems/test-mix-261.R Saving _problems/test-multiply-57.R Saving _problems/test-realize-15.R Saving _problems/test-shift-47.R Saving _problems/test-simplifications-141.R [ FAIL 32 | WARN 0 | SKIP 0 | PASS 244 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-Math.R:9:3'): log function dispatches correctly ──────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(log(unif_dist), log_distribution(unif_dist)) at test-Math.R:9:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(unif_dist) 5. └─distplyr:::log_distribution(x, ...) 6. └─distionary::distribution(...) 7. └─lifecycle::deprecate_stop(...) 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-Math.R:32:3'): exp function dispatches correctly ─────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(exp(gamma_dist), exp_distribution(gamma_dist)) at test-Math.R:32:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(gamma_dist) 5. └─distplyr:::exp_distribution(x) 6. └─distionary::distribution(...) 7. └─lifecycle::deprecate_stop(...) 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-Math.R:43:3'): sqrt function dispatches correctly ────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(sqrt(chi_sq_dist), chi_sq_dist^0.5) at test-Math.R:43:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(chi_sq_dist) 5. └─distplyr:::Ops.dst(x, 0.5) 6. └─distplyr:::Math.dst(e1) 7. └─distplyr:::log_distribution(x, ...) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-Math.R:52:3'): Simplifications ───────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(log(exp(dist)), dist) at test-Math.R:52:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr:::Math.dst(dist) 5. └─distplyr:::exp_distribution(x) 6. └─distionary::distribution(...) 7. └─lifecycle::deprecate_stop(...) 8. └─lifecycle:::deprecate_stop0(msg) 9. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:8:3'): addition operator works correctly ───────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:8:3 2. └─distplyr::shift(e1, e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:26:3'): subtraction operator works correctly ───────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:26:3 2. └─distplyr::shift(e1, -e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:43:3'): multiplication operator works correctly ────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:43:3 2. └─distplyr::multiply(e1, e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:64:3'): division operator works correctly ──────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(gamma_dist, 5) at test-Ops.R:64:3 2. └─distplyr::multiply(e1, 1/e2) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-Ops.R:89:3'): exponentiation operator works correctly ────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(unif_dist, 0) at test-Ops.R:89:3 2. └─distplyr:::Math.dst(e1) 3. └─distplyr:::log_distribution(x, ...) 4. └─distionary::distribution(...) 5. └─lifecycle::deprecate_stop(...) 6. └─lifecycle:::deprecate_stop0(msg) 7. └─rlang::cnd_signal(...) ── Error ('test-flip.R:45:3'): Flip - special cases - light testing ──────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-flip.R:45:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::flip(flip(dst_nbinom(3, 0.5))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::flip(dst_nbinom(3, 0.5)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-flip.R:54:3'): Flip correctly executes right-inverse when flat CDF. ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr::mix(dst_unif(-2, -1), dst_unif(2, 4)) at test-flip.R:54:3 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-internal_consistency.R:26:7'): Internal consistency of the distributions arising from verbs. ── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─rlang::exec(verb, !!!params) at test-internal_consistency.R:26:7 2. └─distplyr::mix(`<dst>`, `<dst>`) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-invert.R:18:3'): Invert - special cases - light testing ──────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-invert.R:18:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::invert(invert(dst_norm(1, 1))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::invert(dst_norm(1, 1)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-invert.R:33:3'): Invert - ranges work. ───────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr::mix(dst_unif(-2, -1), dst_unif(2, 4)) at test-invert.R:33:3 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:14:3'): Maximize - NA handling ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::maximize(d1, d2, dst_null(), na_action_dst = "drop") 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:222:3'): Maximize - Recycling ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:222:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::maximize(dst_exp(1), draws = 1:3) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:233:3'): Maximize - Aggregation ───────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:233:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::maximize(dst_exp(1), dst_norm(0, 1), dst_exp(1)) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:260:3'): Maximize - Edge cases ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr::maximize(dst_gamma(1, 3), draws = 2) at test-maximize.R:260:3 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) 5. └─rlang::cnd_signal(...) ── Error ('test-maximize.R:335:3'): Maximize - vtype ─────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-maximize.R:335:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distionary::vtype(maximize(dst_gamma(2, 3), dst_exp(3))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::maximize(dst_gamma(2, 3), dst_exp(3)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:14:3'): Minimize - NA handling ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::minimize(d1, d2, dst_null(), na_action_dst = "drop") 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:222:3'): Minimize - Recycling ─────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:222:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::minimize(dst_exp(1), draws = 1:3) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:233:3'): Minimize - Aggregation ───────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:233:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::minimize(dst_exp(1), dst_norm(0, 1), dst_exp(1)) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:260:3'): Minimize - Edge cases ────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. └─distplyr:::Ops.dst(dst_gamma(1, 3)) at test-minimize.R:260:3 2. └─distplyr::flip(e1) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-minimize.R:335:3'): Minimize - vtype ─────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-minimize.R:335:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distionary::vtype(minimize(dst_gamma(2, 3), dst_exp(3))) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::minimize(dst_gamma(2, 3), dst_exp(3)) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-mix.R:14:3'): Mix - NA handling ──────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:14:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(d1, d2, dst_null(), na_action_dst = "drop") 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-mix.R:226:3'): Mix - Recycling ───────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:226:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(dst_t(3), dst_gamma(2, 3), dst_pois(4), weights = 2.2) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-mix.R:233:3'): Mix - Aggregation ─────────────────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:233:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(dst_exp(1), dst_norm(0, 1), dst_exp(1)) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-mix.R:258:3'): Mix - Weights Normalization ───────────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-mix.R:258:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─distplyr::mix(dst_t(3), dst_gamma(2, 3), dst_pois(4), weights = 2) 5. └─distionary::distribution(...) 6. └─lifecycle::deprecate_stop(...) 7. └─lifecycle:::deprecate_stop0(msg) 8. └─rlang::cnd_signal(...) ── Error ('test-multiply.R:54:3'): Multiply - special cases - light testing ──── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-multiply.R:54:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::multiply(multiply(dst_pois(1), 2), -3) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::multiply(dst_pois(1), 2) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-realize.R:15:7'): Random number generation works ─────────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─rlang::exec(verb, !!!paramset) at test-realize.R:15:7 2. └─distplyr::mix(`<dst>`, `<dst>`) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) ── Error ('test-shift.R:47:3'): Shift - special cases - light testing ────────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-shift.R:47:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─distplyr::shift(shift(dst_pois(1), 5), -3) 5. │ └─checkmate::assert_class(distribution, "dst") 6. │ └─checkmate::checkClass(x, classes, ordered, null.ok) 7. └─distplyr::shift(dst_pois(1), 5) 8. └─distionary::distribution(...) 9. └─lifecycle::deprecate_stop(...) 10. └─lifecycle:::deprecate_stop0(msg) 11. └─rlang::cnd_signal(...) ── Error ('test-simplifications.R:141:7'): Simplifications: CDFs match. ──────── <lifecycle_error_deprecated/defunctError/rlang_error/error/condition> Error: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. i Please use the `.support` argument instead. i A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. i Build one with `continuous()`, `discrete()`, or `mixed()`. Backtrace: ▆ 1. ├─rlang::exec(verb, !!!case) at test-simplifications.R:141:7 2. └─distplyr::mix(`<dst>`, `<dst>`, `<dst>`, weights = `<dbl>`) 3. └─distionary::distribution(...) 4. └─lifecycle::deprecate_stop(...) 5. └─lifecycle:::deprecate_stop0(msg) 6. └─rlang::cnd_signal(...) [ FAIL 32 | WARN 0 | SKIP 0 | PASS 244 ] Error: ! Test failures. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘manipulating.Rmd’ using rmarkdown Quitting from manipulating.Rmd:68-71 [operators-fn] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/lifecycle_error_deprecated> Error: ! The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. ℹ Please use the `.support` argument instead. ℹ A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. ℹ Build one with `continuous()`, `discrete()`, or `mixed()`. --- Backtrace: ▆ 1. └─distplyr::shift(d, 5) 2. └─distionary::distribution(...) 3. └─lifecycle::deprecate_stop(...) 4. └─lifecycle:::deprecate_stop0(msg) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'manipulating.Rmd' failed with diagnostics: The `.vtype` argument of `distribution()` was deprecated in distionary 0.2.0 and is now defunct. ℹ Please use the `.support` argument instead. ℹ A variable type cannot stand in for a support: it says what kind of probability there is, not where it lives. ℹ Build one with `continuous()`, `discrete()`, or `mixed()`. --- failed re-building ‘manipulating.Rmd’ SUMMARY: processing the following file failed: ‘manipulating.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc