-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.08 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
Package: autoimport
Version: 0.1.1.9002
Title: Automatic Generation of @importFrom Tags
Authors@R:
c(person(given = "Dan",
family = "Chaltiel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3488-779X")))
Description: A toolbox to read all R files inside a package and
automatically generate @importFrom 'roxygen2' tags in the right place.
Includes a 'shiny' application to review the changes before applying them.
License: GPL-3
URL: https://github.com/DanChaltiel/autoimport, https://danchaltiel.github.io/autoimport/
BugReports: https://github.com/DanChaltiel/autoimport/issues
Depends:
R (>= 3.6.0)
Imports:
cli,
desc,
diffviewer,
digest,
dplyr,
fs,
glue,
purrr,
readr,
rlang,
shiny,
stringr,
tibble,
tidyr,
utils
Suggests:
callr,
covr,
devtools,
knitr,
pkgload,
rstudioapi,
testthat (>= 3.0.0),
tidyverse
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3