-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.03 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
Package: poissontemplate
Title: 'pkgdown' Templates for Poisson Consulting Packages
Version: 0.0.0.9000
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Ayla", "Pearson", role = "aut"),
person("Maëlle", "Salmon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Poisson Consulting", role = "fnd")
)
Description: This is a private template for use by Poisson consulting
packages. Please don't use for your own code.
License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/poissontemplate/,
https://github.com/poissonconsulting/poissontemplate
BugReports: https://github.com/poissonconsulting/poissontemplate/issues
Imports:
cli,
desc,
yaml
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/Needs/website: poissonconsulting/poissontemplate