-
-
-
## Goal
Installing from CRAN is easier for a lot of users. We should scope out what we would need to do to get this package on cran.
## Tasks
- [ ] separate github actions for `R CMD check` with…
-
See https://github.com/jimhester/lintr#testthat
- [ ] lint runs within a Travis Build
nuest updated
7 years ago
-
-
-
There were changes in `testthat` engine 3. Please, read https://testthat.r-lib.org/articles/third-edition.html especially section "Deprecations". Then let's decide if we should start using `testthat` …
-
Is there a plan to support `setup.R`, `teardown.R` and `helper_*.R` files, similar to `testthat`? I use these quite often to set/reset options or to create functions which are used in many different u…
-
In the most recent (3.1.5) release of testthat:
https://github.com/r-lib/testthat/releases/tag/v3.1.5
> New experimental `expect_no_error()`, `expect_no_warning()`, `expect_no_message()`, and `e…
-
each should have some test_that blocks with expect_* statements.
- expect that up cost should be infinite in noPeaks label
- expect that end_vec and mean_vec are correct
- expect that other finite …