-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1004 Bytes
/
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
Package: annotater
Title: Annotate Package Load Calls
Version: 0.2.3.9000
Authors@R: c(
person(given = "Luis D.",
family = "Verde Arregoitia",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9520-6543")),
person("Juan","Cruz Rodriguez",role="ctb"),
person("Hadley","Wickham",role="ctb"))
Description: Provides non-invasive annotation of package load calls
such as \code{library()}, \code{p_load()}, and \code{require()} so that we can have an idea of what
the packages we are loading are meant for.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
dplyr,
knitr,
purrr,
readr,
rlang,
rstudioapi,
stringi,
stringr,
tibble,
tidyr
URL: https://github.com/luisDVA/annotater, https://annotater.liomys.mx
BugReports: https://github.com/luisDVA/annotater/issues
Suggests:
covr,
rmarkdown,
testthat
VignetteBuilder: knitr