-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1 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
Package: autoimport
Version: 0.1.0.9001
Title: Automatically generate @importFrom roxygen 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 roxygen in the right place.
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