NEWS
exampletestr 1.7.3 (2024-10-07)
BUG FIXES
glue
had breaking changes for which exampletestr
needed to be fixed.
exampletestr 1.7.2 (2024-08-17)
BUG FIXES
usethis
had breaking changes for which exampletestr
needed to be fixed.
exampletestr 1.7.1 (2023-06-11)
BUG FIXES
usethis
and purrr
had breaking changes for which exampletestr
needed to be fixed.
exampletestr 1.7.0 (2022-12-06)
MINOR IMPROVEMENTS
exampletestr 1.6.5 (2021-08-08)
BUG FIXES
- Hadn't fixed the
readr
vroom
thing in the test directory.
exampletestr 1.6.4 (2021-08-02)
BUG FIXES
- Now that
readr
uses vroom
, reading with readr
is safer with lazy = FALSE
.
exampletestr 1.6.3 (2021-04-24)
BUG FIXES
- Remove
LazyData
from DESCRIPTION
.
exampletestr 1.6.2 (2020-11-17)
MINOR IMPROVEMENTS
- Lighten dependencies by importing
strex
rather than filesstrings
.
exampletestr 1.6.1 (2020-04-15)
BUG FIXES
clipr
should be in Suggests
.
exampletestr 1.6.0 (2020-04-08)
NEW FEATURES
BUG FIXES
- Fix for
usethis
1.6.0 moving from cat()
to rlang::inform()
for messaging.
exampletestr 1.5.2 (2019-11-05)
BUG FIXES
- Require bug-fixed
styler
v1.2.0.
exampletestr 1.5.1 (2019-08-04)
FIXES
- Fix some documentation typos.
exampletestr 1.5.0 (2019-07-05)
REFACTORING
- Move away from
rprojroot
to usethis::proj_*()
.
BUG FIXES
- Require necessary versions of
glue
and usethis
.
exampletestr 1.4.2 (2019-05-31)
BUG FIXES
- Quick and dirty fix for CRAN mac. Better to come when the new version of usethis is released.
exampletestr 1.4.1 (2018-11-07)
BUG FIXES
- Some calls to
tempdir()
needed to be tempdir(check = TRUE)
.
- This necessitates a dependency on R >= 3.5.0 (this is when the
check
option appeared in tempdir()
).
exampletestr 1.4.0 (2018-09-27)
NEW FEATURES
- A
pkgdown
site at https://rorynolan.github.io/exampletestr/index.html.
- More vignettes.
MINOR IMPROVEMENTS
- Better messages and warnings, in the style of the
usethis
package.
BUG FIXES
- Now depending appropriately on
usethis
instead of relying on devtools
for things that are now implemented in usethis
.
exampletestr 1.3.1 (2018-07-09)
BUG FIXES
- Enforce bug-fixed new versions of
styler
and filesstrings
.
exampletestr 1.3.0 (2018-04-23)
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: https://github.com/rorynolan/exampletestr/issues/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
rprojroot
package.
exampletestr 1.2.0 (2018-01-26)
NEW FEATURES
exampletestr
now names its test files in the same way as usethis::use_test()
.
exampletestr 1.1.1 (2017-12-12)
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.
exampletestr 1.1.0 (2017-12-03)
MINOR IMPROVEMENTS
- Add
testthat::context()
to test shells.
- Update for
filesstrings
v2.0.0.
BUG FIXES
- Fix issues with open text connections.
exampletestr 1.0.1 (2017-07-31)
BUG FIXES
- The CITATION is now correct.
exampletestr 1.0.0 (2017-07-05)
- The package has now passed peer review.
exampletestr 0.5.0
MINOR IMPROVEMENTS
- Minor documentation improvement.
- There's no longer an error telling you to run
usethis::use_testthat()
, now this is just done for you.
exampletestr 0.4.2
MINOR IMPROVEMENTS
- Add explicit LICENSE file to github.
- Publish to Wellcome Open Research.
exampletestr 0.4.1
BUG FIXES
- Fix to an error in DESCRIPTION.
MINOR IMPROVEMENTS
- Minor documentation improvement.
exampletestr 0.4.0 (2017-04-12)
NEW FEATURES
- There is now the option to not put stuff in
expect_equal()
statements by default.
MINOR IMPROVEMENTS
- The package now uses .Rd files to read the examples rather than
roxygen2
tags.
- Comments in examples are handled better.
exampletestr 0.3.1
BUG FIXES
exampletestr 0.3.0 (2017-03-18)
- First CRAN-worthy version.