1.3.1
BUG FIXES
- Enforce bug-fixed new verisons of
styler
and filesstrings
.
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: 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.
1.2.0
NEW FEATURES
exampletestr
now names its test files in the same way as devtools::use_test()
.
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.
1.1.0
MINOR IMPROVEMENTS
- Add
testthat::context()
to test shells.
- Update for
filesstrings
v2.0.0.
BUG FIXES
- Fix issues with open text connections.
1.0.1
BUG FIXES
- The CITATION is now correct.
1.0.0
- The package has now passed peer review.
0.5.0
MINOR IMPROVEMENTS
- Minor documentation improvement.
- There’s no longer an error telling you to run
devtools::use_testthat()
, now this is just done for you.
0.4.2
MINOR IMPROVEMENTS
- Add explicit LICENSE file to github.
- Publish to Wellcome Open Research.
0.4.1
BUG FIXES
- Fix to an error in DESCRIPTION.
MINOR IMPROVEMENTS
- Minor documentation improvement.
0.4.0
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.
0.3.1
BUG FIXES
exampletestr 0.3.0
- First CRAN-worthy version.