-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.18 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
45
46
47
48
49
Package: devguider
Type: Package
Title: Tools for automating processes to manage rOpenSci's DevGuide
Version: 0.0.1.008
Description: Tools for automating processes to manage rOpenSci's DevGuide.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
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 = "Maëlle",
family = "Salmon",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "rOpenSci",
role = "fnd",
comment = "https://ropensci.org/"))
URL: https://github.com/ropensci-org/devguider
BugReports: https://github.com/ropensci-org/devguider/issues
Imports:
commonmark,
crul,
dplyr,
fs,
gert,
gh,
gitcreds,
glue,
jsonlite,
lubridate,
magrittr,
memoise,
purrr,
ratelimitr,
spelling,
stringr,
tibble,
urltools,
withr,
xml2
Suggests:
gt
SystemRequirements: GitHub cli
RoxygenNote: 7.3.0