Skip to content

Releases: bcgov/bcgovr

v1.0.5

03 Nov 21:41
2deb41c
Compare
Choose a tag to compare

bcgovr v1.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

v1.0.3

09 Oct 19:46
Compare
Choose a tag to compare

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.

v1.0.2

22 Aug 16:39
1.0.2
9ebc8fd
Compare
Choose a tag to compare

bcgovr 1.0.2

  • Bump minimum usethis and git2r version

1.0.1

17 Aug 20:40
1.0.1
7c0bce5
Compare
Choose a tag to compare

bcgovr 1.0.1

  • Internal fixes only - no user facing changes
  • Fixed bugs due to changes in usethis internal functions (#45, #46)

bcgovr 1.0: NO FUNCTION LEFT STANDING

01 Jun 18:29
v1.0
bfc55e8
Compare
Choose a tag to compare

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 v0.1.7

08 Dec 20:47
Compare
Choose a tag to compare
  • Added ability to start a new analysis or package skeleton via RStudio project templates
    (New Project -> New Directory -> BC Gov Analysis/Package Skeleton)

0.1.6

05 Dec 00:35
0.1.6
019d214
Compare
Choose a tag to compare
  • Default analysis_skeleton behaviour doesn't open a new RStudio session

v0.1.5

02 Dec 00:24
v0.1.5
86c04d7
Compare
Choose a tag to compare

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 v0.1.4

24 Nov 18:19
Compare
Choose a tag to compare
  • Add new BCDevExchange Project State Badges to devex_badge() and RStudio addin

bcgovr v0.1.3

20 Oct 21:45
Compare
Choose a tag to compare
  • More consistent provision of README files in analysis_skeleton() and package_skeleton() (#19)
  • Tidy formatting of README files