-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
38 lines (38 loc) · 1.13 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
Package: blogguidance
Title: rOpenSci Blog Guidelines for Authors & Editors
Version: 0.0.0.9001
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 = "Stefanie",
family = "Butland",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5427-8951")),
person(given = "Steffi",
family = "LaZerte",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7690-8360")))
Description: Provides content and technical guidelines for authors submitting a blog post or tech note to rOpenSci, and for editors reviewing, publishing and promoting those posts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
quarto,
curl,
glue,
details,
gluedown,
purrr,
readr,
xml2,
bslib,
downlit,
knitr (>= 1.31),
yaml
RoxygenNote: 7.2.1