Skip to content

Releases: ThinkR-open/checkhelper

checkhelper 0.1.1

22 Jan 12:37
a6b33a5
Compare
Choose a tag to compare

checkhelper 0.1.1

Bug fixes

  • Modification of unit tests following {roxygen2} changes. find_missing_values only return messages instead of warnings. (#86)

checkhelper 0.1.0 - First CRAN Release

22 Jun 09:40
8a7a175
Compare
Choose a tag to compare

checkhelper 0.1.0

Major changes

  • Check that there is no new file after tests, examples, vignettes of full check with check_clean_userspace() (#13)

Minor changes

  • Clean userspace after examples and tests
  • Export create_example_pkg() to get examples in functions documentation

Bring the package up to standard (#25)

  • Modify the LICENCE to MIT
  • Update Code Of Conduct to a recent version
  • Add a package documentation
  • Update Github Actions workflows

v0.0.1

12 Jan 10:38
Compare
Choose a tag to compare
  • Check with same variables and parameters as CRAN (#21)
  • Find missing tags in your roxygen skeletons with find_missing_tags()
  • Print code to add to 'globals.R' with print_globals()
  • Extract "no visibles" from notes of rcmdcheck()
  • Added a NEWS.md file to track changes to the package.