Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 2.86 KB

NEWS.md

File metadata and controls

74 lines (49 loc) · 2.86 KB

bcgovr 1.0.5.9999

  • Fixed a bug where if a user supplied multiple arguments to the dir_struct argument of create_bcgov_project() it would throw a warning (#66)
  • Fixed create_bcgov_project() so that the default for the rmarkdown argument is FALSE, matching the documentation (#69)

bcgovr 1.0.5

  • Added function insert_bcgov_lifecycle_badge() to access new bcgov project lifecycle badges
  • Deprecated insert_bcgov_devex_badge() and removed reference to devex_badge()
  • Updated Insert bcgov Lifecycle Badge RStudio addin

bcgovr 1.0.4

  • fixed several bugs introduced by changes in usethis; predominately around project switching/activation.
  • Added function check_licence_header() to check for the existence of a license header in one or more files.

bcgovr 1.0.3

  • Fixed a bug where if a user supplied "" to the dir_struct argument of create_bcgov_project() it would throw an error.

bcgovr 1.0.2

  • Bump minimum usethis and git2r version

bcgovr 1.0.1

  • Fixed bugs due to changes in usethis internal functions (#45, #46)

bcgovr 1.0

🎉 NO FUNCTION LEFT STANDING 🎉

  • Redesigned under-the-hood of bcgovr, all functions now wrap a subset of usethis 📦 functions with the addition of bcgov-specific defaults & requirements
  • Renamed all bcgovr functions, functions now start with verbs with easier look-up & auto-complete when using RStudio
  • Added an RStudio Addin for inserting the boiler-plate Creative Commons Attribution 4.0 International License header

bcgovr 0.1.7

  • Added ability to start a new analysis or package skeleton via RStudio project templates (New Project -> New Directory -> BC Gov Analysis/Package Skeleton)

bcgovr 0.1.6

  • Default analysis_skeleton behaviour doesn't open a new RStudio session

bcgovr 0.1.5

  • Utilized as many usethis functions as was reasonable for bcgov format
  • removed devtools dependency
  • add nicer messages for what is added to the repo
  • removed add_rbuildignore

bcgovr 0.1.4

bcgovr 0.1.3

  • More consistent provision of README files in analysis_skeleton() and package_skeleton() (#19)
  • Tidy formatting of README files

bcgovr 0.1.2

  • Making use of rstudioapi functions
  • fixed small bug in analysis_skeleton() tests
  • Now depends on rstudioapi >=0.7.0

bcgovr 0.1.1

  • Updated README with better instructions (#12)
  • Added the ability to customize directory structure in analysis_skeleton() (#13)
  • Fixed a bug where the git_clone argument in analysis_skeleton() and package_skeleton() didn't work (#14)
  • Enhanced the Insert BCDevex Badge RStudio Addin (#15)

bcgovr 0.1

  • Initial release.