- Fixed a bug where if a user supplied multiple arguments to the
dir_struct
argument ofcreate_bcgov_project()
it would throw a warning (#66) - Fixed
create_bcgov_project()
so that the default for thermarkdown
argument isFALSE
, matching the documentation (#69)
- Added function
insert_bcgov_lifecycle_badge()
to access new bcgov project lifecycle badges - Deprecated
insert_bcgov_devex_badge()
and removed reference todevex_badge()
- Updated Insert bcgov Lifecycle Badge RStudio addin
- 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.
- Fixed a bug where if a user supplied
""
to thedir_struct
argument ofcreate_bcgov_project()
it would throw an error.
- Bump minimum usethis and git2r version
- Fixed bugs due to changes in
usethis
internal functions (#45, #46)
- Redesigned under-the-hood of
bcgovr
, all functions now wrap a subset ofusethis
📦 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
- Added ability to start a new analysis or package skeleton via RStudio project templates (New Project -> New Directory -> BC Gov Analysis/Package Skeleton)
- Default
analysis_skeleton
behaviour doesn't open a new RStudio session
- 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
- Add new BCDevExchange Project State Badges to
devex_badge()
and RStudio addin
- More consistent provision of README files in
analysis_skeleton()
andpackage_skeleton()
(#19) - Tidy formatting of README files
- Making use of rstudioapi functions
- fixed small bug in
analysis_skeleton()
tests - Now depends on rstudioapi >=0.7.0
- 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 inanalysis_skeleton()
andpackage_skeleton()
didn't work (#14) - Enhanced the Insert BCDevex Badge RStudio Addin (#15)
- Initial release.