-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from bcgov/devel
Devel
- Loading branch information
Showing
76 changed files
with
2,354 additions
and
1,355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.