-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
44 lines (44 loc) · 1.15 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
35
36
37
38
39
40
41
42
43
44
Package: rotemplate
Title: pkgdown template and utilities for rOpenSci docs
Version: 2.0.1
Authors@R:
c(person(given = "Maëlle",
family = "Salmon",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "Jeroen",
family = "Ooms",
role = "aut",
email = "[email protected]"),
person(given = "rOpenSci",
role = "fnd",
comment = "https://ropensci.org/"))
Description: This is a private template for use by rOpenSci
packages. Please don't use it for your own non-rOpenSci package.
License: MIT + file LICENSE
URL: https://github.com/ropensci-org/rotemplate
BugReports: https://github.com/ropensci-org/rotemplate/issues
Suggests:
knitr,
magick,
rmarkdown,
testthat (>= 3.0.0),
usethis,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.2.1.9000
Imports:
curl,
jsonlite,
memoise,
pkgdown (>= 2.0.9.9000),
purrr,
servr,
yaml,
xml2,
commonmark
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3