waldo
waldo copied to clipboard
Find differences between R objects
``` r testthat::expect_equal( tibble::tibble(x = bit64::as.integer64(1)), tibble::tibble(x = 1) ) ``` produces ``` Error: ! tibble::tibble(x = bit64::as.integer64(1)) (`actual`) not equal to tibble::tibble(x = 1) (`expected`). `class(actual$x)` is a character...
* [x] https://github.com/IDSIA/bayesRecon — https://github.com/IDSIA/bayesRecon/pull/18 * [x] https://github.com/cynkra/dm (S4) — https://github.com/cynkra/dm/issues/2236 * [x] https://github.com/expos-model/ExposR — https://github.com/expos-model/ExposR/pull/5 * [x] https://github.com/hriebl/lmls — https://github.com/hriebl/lmls/pull/3 * [x] https://github.com/ucbds-infra/ottr — https://github.com/ucbds-infra/ottr/pull/25 * [x] https://github.com/pharmaverse/sdtm.oak —...
Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_waldo.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote = TRUE, manual...