-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
34 lines (34 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Type: Package
Package: bcgovr
Title: Set Up of 'bcgov' R Projects & Packages
Version: 1.0.5.9999
Authors@R: c(person("Andy", "Teucher", role = c("aut", "cre"), email =
"andy.teucher@gov.bc.ca"),
person("Stephanie", "Hazlitt", role = "aut",
email = "stephanie.hazlitt@gov.bc.ca"),
person("Sam", "Albers", role = "aut",
email = "sam.albers@gov.bc.ca"),
person("Province of British Columbia", role = "cph"))
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:
stats,
clisymbols (>= 1.2.0),
crayon (>= 1.3.4),
git2r (>= 0.23.0),
miniUI (>= 0.1),
rstudioapi (>= 0.7.0),
shiny (>= 1.0),
usethis (>= 1.4.0)
Suggests:
testthat,
roxygen2,
rmarkdown
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8