BUG FIXES

  • usethis and purrr had breaking changes for which exampletestr needed to be fixed.

MINOR IMPROVEMENTS

  • Remove ore dependency.

BUG FIXES

  • Hadn’t fixed the readr vroom thing in the test directory.

BUG FIXES

  • Now that readr uses vroom, reading with readr is safer with lazy = FALSE.

BUG FIXES

  • Remove LazyData from DESCRIPTION.

MINOR IMPROVEMENTS

  • Lighten dependencies by importing strex rather than filesstrings.

BUG FIXES

  • clipr should be in Suggests.

NEW FEATURES

BUG FIXES

BUG FIXES

  • Require bug-fixed styler v1.2.0.

FIXES

  • Fix some documentation typos.

REFACTORING

  • Move away from rprojroot to usethis::proj_*().

BUG FIXES

  • Require necessary versions of glue and usethis.

BUG FIXES

  • Quick and dirty fix for CRAN mac. Better to come when the new version of usethis is released.

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()).

NEW FEATURES

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.

BUG FIXES

  • Enforce bug-fixed new versions of styler and filesstrings.

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.

NEW FEATURES

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.

MINOR IMPROVEMENTS

BUG FIXES

  • Fix issues with open text connections.

BUG FIXES

  • The CITATION is now correct.
  • The package has now passed peer review.

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.

MINOR IMPROVEMENTS

  • Add explicit LICENSE file to github.
  • Publish to Wellcome Open Research.

BUG FIXES

  • Fix to an error in DESCRIPTION.

MINOR IMPROVEMENTS

  • Minor documentation improvement.

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.

BUG FIXES

  • Minor fix to vignette.
  • First CRAN-worthy version.