forked from ThinkR-open/fusen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.25 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: fusen
Title: Build a Package from RMarkdown File
Version: 0.2.0
Authors@R:
c(person(given = "Sebastien",
family = "Rochette",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1565-9313")),
person(given = "ThinkR",
role = "cph"))
Description: Use RMarkdown First method to build your package. Start your
package with documentation, functions, examples and tests in the same
unique file. Everything can be set from the RMarkdown template
provided in your project, then inflated as a package. Inflating the
template copies the relevant chunks and sections in the appropriate
files required for package development.
License: MIT + file LICENSE
URL: https://thinkr-open.github.io/fusen/,
https://github.com/Thinkr-open/fusen
Imports:
attachment,
cli,
desc,
glue,
here (>= 1.0.0),
magrittr,
parsermd,
rcmdcheck,
roxygen2,
stats,
stringr,
tibble,
tidyr,
usethis (>= 1.5.0)
Suggests:
knitr,
pkgload,
rmarkdown,
spelling,
testthat,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1