-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.01 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
Package: cranology
Title: The CRAN Chronology
Version: 1.0.0
Authors@R: c(
person("Antoine", "Languillaume", , "antoine@thinkr.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9843-5632")),
person("Sebastien", "Rochette", , "sebastien@thinkr.fr", role = "aut",
comment = c(ORCID = "0000-0002-1565-9313")),
person("Vincent", "Guyader", , "vincent@thinkr.fr", role = "aut",
comment = c(ORCID = "0000-0003-0671-9270")),
person("ThinkR", role = "cph")
)
Description: Scraping routines and datasets to monitor the evolution of
the number of packages on CRAN.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
cli,
devtools,
dplyr,
furrr,
ggplot2,
lubridate,
magrittr,
purrr,
readr,
rvest,
stringi,
stringr,
utils
Suggests:
checkhelper,
knitr,
testthat,
usethis,
withr
VignetteBuilder:
knitr
Remotes:
thinkr-open/checkhelper
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1