Skip to content

Releases: rorynolan/exampletestr

exampletestr 1.7.0

11 Dec 00:56
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Remove ore dependency.

exampletestr 1.6.3

29 Apr 05:31
Compare
Choose a tag to compare

BUG FIXES

  • Remove LazyData from DESCRIPTION.

exampletestr 1.6.2

25 Oct 16:17
Compare
Choose a tag to compare

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

09 Apr 05:14
Compare
Choose a tag to compare

NEW FEATURES

BUG FIXES

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

exampletestr 1.5.2

06 Nov 00:21
Compare
Choose a tag to compare

BUG FIXES

  • Require bug-fixed styler v1.2.0.

exampletestr 1.5.1

04 Aug 10:57
Compare
Choose a tag to compare

FIXES

  • Fix some documentation typos.

exampletestr 1.5.0

28 Jul 19:26
Compare
Choose a tag to compare

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

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: #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.

Contextualize

03 Dec 14:49
Compare
Choose a tag to compare

Add testthat::context() to test shells.

Address reviewer comments.

19 Jun 09:37
Compare
Choose a tag to compare

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

Archived version of code at time of Wellcome Open Research publication

12 May 08:34
Compare
Choose a tag to compare

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.