-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDESCRIPTION
More file actions
22 lines (22 loc) · 753 Bytes
/
DESCRIPTION
File metadata and controls
22 lines (22 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: template
Title: Package Title (one line, title case)
Version: 0.0.0.9000
Authors@R: person("Carl", "Boettiger",
email = "cboettig@gmail.com",
role = c("aut", "cre", "cph"),
comment=c(ORCID = "http://orcid.org/0000-0002-1642-628X"))
Description: This package is a template for my research projects using the R
package structure (research compendium). This package also includes
a helpful template function to deploy the template as a new repository
with a different name.
Depends: R (>= 3.1.2)
License: MIT + file LICENSE
LazyData: true
Suggests: testthat,
knitr,
covr
VignetteBuilder: knitr
Imports:
git2r,
gh
RoxygenNote: 6.0.1