Skip to content

Commit

Permalink
Merge pull request #42 from bcgov/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
stephhazlitt authored Jun 1, 2018
2 parents 5356357 + b9b8f26 commit bfc55e8
Show file tree
Hide file tree
Showing 76 changed files with 2,354 additions and 1,355 deletions.
31 changes: 17 additions & 14 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
Package: bcgovr
Type: Package
Title: BC Government R user start-up package
Version: 0.1.7
Date: 2017-12-08
Package: bcgovr
Title: Set up of bcgov R projects & packages
Version: 1.0
Authors@R: c(person("Andy", "Teucher", role = c("aut", "cre"), email =
"[email protected]"),
person("Stephanie", "Hazlitt", role = "aut",
email = "[email protected]"),
person("Sam", "Albers", role = "aut",
email = "[email protected]"),
person("Province of British Columbia", role = "cph"))
Description: Create directories that contain all the files needed to meet BC Government GitHub requirements and sensible R analysis or package templates.
Depends:
R (>= 3.4.0),
Imports:
usethis (>= 1.1.0),
crayon (>= 1.3.4),
Description: The 'bcgovr' package provides functions and RStudio Addins that automate the creation and set up of bcgov R projects and packages that meet bcgov GitHub requirements.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/bcgov/bcgovr
BugReports: https://github.com/bcgov/bcgovr/issues
Depends:
R (>= 3.2.0)
Imports:
clisymbols (>= 1.2.0),
crayon (>= 1.3.4),
git2r (>= 0.15.0),
miniUI (>= 0.1),
rstudioapi (>= 0.7.0),
shiny (>= 1.0),
miniUI (>= 0.1)
License: Apache License (== 2.0) | file LICENSE
usethis (>= 1.1.0)
Suggests:
testthat,
roxygen2
LazyData: true
Suggests:
testthat
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
32 changes: 16 additions & 16 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Generated by roxygen2: do not edit by hand

export(add_code_of_conduct)
export(add_contributing)
export(add_license)
export(add_license_header)
export(add_readme)
export(add_rproj)
export(analysis_skeleton)
export(create_bcgov_package)
export(create_bcgov_project)
export(create_from_bcgov_github)
export(devex_badge)
export(package_skeleton)
export(set_cran_repo)
export(set_home)
export(setup_r)
import(miniUI)
import(shiny)
importFrom(git2r,clone)
importFrom(git2r,init)
importFrom(git2r,repository)
export(insert_bcgov_apache_header)
export(insert_bcgov_cc_header)
export(insert_bcgov_devex_badge)
export(use_bcgov_code_of_conduct)
export(use_bcgov_contributing)
export(use_bcgov_git)
export(use_bcgov_gitattributes)
export(use_bcgov_github)
export(use_bcgov_licence)
export(use_bcgov_license)
export(use_bcgov_readme)
export(use_bcgov_readme_rmd)
export(use_bcgov_req)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,insertText)
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# bcgovr 1.0
### 🎉 NO FUNCTION LEFT STANDING 🎉
* Redesigned under-the-hood of `bcgovr`, all functions now wrap a subset of [`usethis`](https://cran.r-project.org/web/packages/usethis/index.html) 📦 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)
Expand Down
202 changes: 0 additions & 202 deletions R/add_meta.R

This file was deleted.

Loading

0 comments on commit bfc55e8

Please sign in to comment.