Releases: rorynolan/exampletestr
Releases · rorynolan/exampletestr
exampletestr 1.7.0
exampletestr 1.6.3
BUG FIXES
- Remove
LazyDatafromDESCRIPTION.
exampletestr 1.6.2
exampletestr 1.6.2
MINOR IMPROVEMENTS
- Lighten dependencies by importing
strexrather thanfilesstrings.
exampletestr 1.6.1
BUG FIXES
cliprshould be inSuggests.
exampletestr 1.6.0
NEW FEATURES
- Integration with
roxytest.
BUG FIXES
- Fix for
usethis1.6.0 moving fromcat()torlang::inform()for messaging.
exampletestr 1.5.2
BUG FIXES
- Require bug-fixed
stylerv1.2.0.
exampletestr 1.5.1
FIXES
- Fix some documentation typos.
exampletestr 1.5.0
exampletestr 1.5.0
REFACTORING
- Move away from
rprojroottousethis::proj_*().
BUG FIXES
- Require necessary versions of
glueandusethis.
exampletestr 1.4.2
BUG FIXES
- Quick and dirty fix for CRAN mac. Better to come when the new version of usethis is released.
exampletestr 1.4.1
BUG FIXES
- Some calls to
tempdir()needed to betempdir(check = TRUE).- This necessitates a dependency on R >= 3.5.0 (this is when the
checkoption appeared intempdir()).
- This necessitates a dependency on R >= 3.5.0 (this is when the
exampletestr 1.4.0
NEW FEATURES
- A
pkgdownsite at https://rorynolan.github.io/exampletestr/index.html. - More vignettes.
MINOR IMPROVEMENTS
- Better messages and warnings, in the style of the
usethispackage.
BUG FIXES
- Now depending appropriately on
usethisinstead of relying ondevtoolsfor things that are now implemented inusethis.
exampletestr 1.3.1
BUG FIXES
- Enforce bug-fixed new versions of
stylerandfilesstrings.
exampletestr 1.3.0
NEW FEATURES
- The naming of created files is now less likely to cause conflicts. Now each file created ends with "examples".
- There's a new function
make_test_shell_fun()for making test shells one function at a time. This is thanks to a suggestion by Lorenz Walthert: #6. - Created files are now optionally opened in the editor when they are created.
- The use of file paths is now more stable thanks to the
rprojrootpackage.
exampletestr 1.2.0
NEW FEATURES
exampletestrnow names its test files in the same way asusethis::use_test().
exampletestr 1.1.1
BUG FIXES
- The new R doesn't like it when the working directory is changed by running examples. This required a fix which this patch provides.
Contextualize
Add testthat::context() to test shells.
Address reviewer comments.
The user is no longer told (by an error) to use devtools::use_testthat(), this is done for them automatically.
Archived version of code at time of Wellcome Open Research publication
For the Wellcome open research paper, there's a requirement to have an archived version of the code at the time of publication and to get a DOI for it with Zenodo. This release is part of that process.