Skip to content

v0.7.0-cran

Latest
Compare
Choose a tag to compare
@statnmap statnmap released this 25 Jan 16:50

New features

  • Adding sepuku(), allowing to remove all traces of a fusen-related files and tags in the package (#257 #258 #259) @ymansiaux
  • inflate and inflate_all() proposes to compute the package code coverage using covr::package_coverage() using the codecov parameter (default is FALSE)
  • RStudio Addin "Fusen : Add fusen chunks" as well as fusen::add_fusen_chunks() add a development chunk in complement to the "function", "example" and "test" chunks already provided (#255) @ymansiaux

Minor changes

  • Add # nolint: line_length_linter in created files to avoid line length linter warnings (#278) @LBeaulaton

Bug fixes