-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·43 lines (43 loc) · 1.84 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
Package: fusen
Title: Build a Package from Rmarkdown Files
Version: 0.7.1
Authors@R: c(
person("Sebastien", "Rochette", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1565-9313", "creator")),
person("Vincent", "Guyader", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0671-9270")),
person("Yohann", "Mansiaux", , "[email protected]", role = "aut"),
person("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 file
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
Depends: R (>= 3.5.0)
Imports: attachment, cli, desc, devtools, glue, here (>= 1.0.0),
lightparser, magrittr, methods, pkgload, roxygen2, stats,
stringi, tibble, tidyr, tools, usethis (>= 2.0.0), utils, yaml
Suggests: covr, gert, knitr, rcmdcheck, rmarkdown, rstudioapi, styler,
testthat (>= 3.2.0), withr
VignetteBuilder: knitr
Config/fusen/version: 0.7.0
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-01-25 18:06:59 UTC; srochett
Author: Sebastien Rochette [aut] (<https://orcid.org/0000-0002-1565-9313>,
creator),
Vincent Guyader [aut, cre] (<https://orcid.org/0000-0003-0671-9270>),
Yohann Mansiaux [aut],
ThinkR [cph]
Maintainer: Vincent Guyader <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-26 07:10:02 UTC