* using log directory ‘/Users/ripley/R/packages/tests-devel/distplyr.Rcheck’ * using R Under development (unstable) (2026-09-14 r90538) * using platform: aarch64-apple-darwin27.0.0 * R was compiled by Apple clang version 21.0.0 (clang-2100.3.34.2) GNU Fortran (GCC) 14.2.0 * running under: macOS Golden Gate 27.0 * using session charset: UTF-8 * current time: 2026-09-14 19:09:17 UTC * using option ‘--no-stop-on-test-error’ * checking for file ‘distplyr/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘distplyr’ version ‘0.2.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘distplyr’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking R/sysdata.rda ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... 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 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ ERROR 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 ──────────────── 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 ─────────────── 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 ────────────── 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 ───────────────────────────────── 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 ───────────────── 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 ───────────── 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 ────────── 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 ──────────────── 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 ────────── 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 ──────────── 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. ── 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. ── 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(``, ``) 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 ──────── 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. ───────────────────────── 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 ────────────────────── 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 ─────────────────────── 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 ───────────────────── 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 ────────────────────── 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 ─────────────────────────── 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 ────────────────────── 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 ─────────────────────── 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 ───────────────────── 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 ────────────────────── 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 ─────────────────────────── 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 ──────────────────────────────── 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 ───────────────────────────────── 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 ─────────────────────────────── 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 ───────────────────── 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 ──── 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 ─────────────── 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(``, ``) 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 ────────── 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. ──────── 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(``, ``, ``, weights = ``) 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 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building ‘manipulating.Rmd’ using rmarkdown Quitting from manipulating.Rmd:68-71 [operators-fn] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 3 ERRORs See ‘/Users/ripley/R/packages/tests-devel/distplyr.Rcheck/00check.log’ for details. 32.88 real 20.98 user 7.87 sys