-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
66 lines (66 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Type: Package
Package: roblog
Title: rOpenSci's blog guidance
Version: 0.1.0
Authors@R:
c(person(given = "Maëlle",
family = "Salmon",
role = c("aut", "cre"),
email = "maelle.salmon@yahoo.se",
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "Stefanie",
family = "Butland",
role = "aut"),
person(given = "rOpenSci",
role = "fnd",
comment = "https://ropensci.org/"),
person(given = "Amanda",
family = "Dobbyn",
role = "ctb",
email = "amanda.e.dobbyn@gmail.com"),
person(given = "Christophe",
family = "Dervieux",
role = "ctb"),
person(given = "Romain",
family = "LESUR",
role = "ctb"))
Description: It provides templates for roweb2 blogging and help
for a GitHub forking workflow.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/roblog/,
https://github.com/ropenscilabs/roblog
BugReports: https://github.com/ropenscilabs/roblog/issues
Imports:
base64enc,
clipr,
commonmark,
crul (>= 0.9.1.9992),
dplyr,
fs,
gh,
glue,
magrittr,
purrr,
rlang,
rstudioapi,
stringr,
textutils,
tibble,
urltools,
usethis,
whoami,
xml2,
xmlparsedata
Suggests:
details,
gluedown,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Config/testthat/edition: 3