exampletestr 1.6.5
BUG FIXES
- Hadn’t fixed the 
readr vroom thing in the test directory. 
exampletestr 1.6.4
BUG FIXES
- Now that 
readr uses vroom, reading with readr is safer with lazy = FALSE. 
exampletestr 1.6.3
BUG FIXES
- Remove 
LazyData from DESCRIPTION. 
exampletestr 1.6.2
MINOR IMPROVEMENTS
- Lighten dependencies by importing 
strex rather than filesstrings. 
exampletestr 1.6.1
BUG FIXES
clipr should be in Suggests. 
exampletestr 1.6.0
NEW FEATURES
BUG FIXES
- Fix for 
usethis 1.6.0 moving from cat() to rlang::inform() for messaging. 
exampletestr 1.5.2
BUG FIXES
- Require bug-fixed 
styler v1.2.0. 
exampletestr 1.5.1
FIXES
- Fix some documentation typos.
 
exampletestr 1.5.0
REFACTORING
- Move away from 
rprojroot to usethis::proj_*(). 
BUG FIXES
- Require necessary versions of 
glue and usethis. 
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 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
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
BUG FIXES
- Enforce bug-fixed new versions of 
styler and filesstrings. 
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: 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
NEW FEATURES
exampletestr now names its test files in the same way as usethis::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.
 
exampletestr 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.
 
exampletestr 1.0.1
BUG FIXES
- The CITATION is now correct.
 
exampletestr 1.0.0
- 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
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
- First CRAN-worthy version.