Recent Releases of exampletestr

exampletestr - exampletestr 1.7.0

MINOR IMPROVEMENTS

  • Remove ore dependency.

- R
Published by rorynolan over 3 years ago

exampletestr - exampletestr 1.6.3

BUG FIXES

  • Remove LazyData from DESCRIPTION.

- R
Published by rorynolan about 5 years ago

exampletestr - exampletestr 1.6.2

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.

- R
Published by rorynolan over 5 years ago

exampletestr - exampletestr 1.6.0

NEW FEATURES

BUG FIXES

  • Fix for usethis 1.6.0 moving from cat() to rlang::inform() for messaging.

- R
Published by rorynolan about 6 years ago

exampletestr - exampletestr 1.5.2

BUG FIXES

  • Require bug-fixed styler v1.2.0.

- R
Published by rorynolan over 6 years ago

exampletestr - exampletestr 1.5.1

FIXES

  • Fix some documentation typos.

- R
Published by rorynolan almost 7 years ago

exampletestr - exampletestr 1.5.0

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.

- R
Published by rorynolan almost 7 years ago

exampletestr - Contextualize

Add testthat::context() to test shells.

- R
Published by rorynolan over 8 years ago

exampletestr - Address reviewer comments.

The user is no longer told (by an error) to use devtools::use_testthat(), this is done for them automatically.

- R
Published by rorynolan almost 9 years ago

exampletestr - 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.

- R
Published by rorynolan about 9 years ago

exampletestr - Stable release to cran.

This is a version I'm very happy with. I have no ideas for further development but I'm happy to hear suggestions.

- R
Published by rorynolan about 9 years ago