-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.86 KB
/
DESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.86 KB
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
Package: attachment
Title: Deal with Dependencies
Version: 0.4.5.0001
Authors@R: c(
person("Vincent", "Guyader", , "vincent@thinkr.fr", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-0671-9270")),
person("Sébastien", "Rochette", , "sebastienrochettefr@gmail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-1565-9313", "previous maintainer")),
person("Murielle", "Delmotte", , "murielle@thinkr.fr", role = "aut",
comment = c(ORCID = "0000-0002-1339-2424")),
person("Swann", "Floc'hlay", , "swann@thinkr.fr", role = "aut",
comment = c(ORCID = "0000-0003-1477-830X")),
person("ThinkR", role = c("cph", "fnd"))
)
Description: Manage dependencies during package development. This can
retrieve all dependencies that are used in ".R" files in the "R/"
directory, in ".Rmd" files in "vignettes/" directory and in 'roxygen2'
documentation of functions. There is a function to update the
"DESCRIPTION" file of your package with 'CRAN' packages or any other
remote package. All functions to retrieve dependencies of ".R"
scripts and ".Rmd" or ".qmd" files can be used independently of a
package development.
License: GPL-3
URL: https://thinkr-open.github.io/attachment/,
https://github.com/ThinkR-open/attachment
BugReports: https://github.com/ThinkR-open/attachment/issues
VignetteBuilder: knitr
Config/fusen/version: 0.6.0
Config/Needs/website: ThinkR-open/thinkrtemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
Depends:
R (>= 3.4)
Imports:
cli,
desc (>= 1.2.0),
glue (>= 1.3.0),
knitr (>= 1.20),
magrittr (>= 1.5),
rmarkdown (>= 1.10),
roxygen2,
stats,
stringr (>= 1.3.1),
utils,
withr,
yaml
Suggests:
lifecycle,
renv (>= 0.8.4),
rstudioapi,
testthat (>= 3.0.0)