-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.35 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
Type: Package
Package: plume
Title: A Simple Author Handler for Scientific Writing
Version: 0.2.5.9000
Authors@R:
person("Arnaud", "Gallou", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1002-4247"))
Description: Handles and formats author information in scientific writing
in 'R Markdown' and 'Quarto'. 'plume' provides easy-to-use and
flexible tools for injecting author metadata in 'YAML' headers as well
as generating author and contribution lists (among others) as strings
from tabular data.
License: GPL (>= 3)
URL: https://arnaudgallou.github.io/plume/,
https://github.com/arnaudgallou/plume
BugReports: https://github.com/arnaudgallou/plume/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr (>= 1.0.0),
glue (>= 1.3.2),
jsonlite (>= 1.6.0),
knitr (>= 1.40),
lifecycle (>= 1.0.3),
purrr (>= 1.0.0),
R6,
readr (>= 1.0.0),
rlang (>= 1.0.0),
stringr,
tibble (>= 3.0.0),
tidyr (>= 1.1.0),
tidyselect (>= 1.0.0),
vctrs (>= 0.3.0),
yaml (>= 2.3.8)
Suggests:
covr,
fontawesome,
gt,
rmarkdown,
testthat,
waldo (>= 0.3.0),
withr
VignetteBuilder:
knitr
Config/Needs/website: arnaudgallou/cygne
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2