-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.5 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
47
48
49
Package: cransays
Title: Creates an Overview of CRAN Incoming Submissions
Version: 0.0.0.9000
Authors@R: c(
person("Hugo", "Gruson", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-4094-1476")),
person("Maëlle", "Salmon", role = c("aut", "ccp"),
comment = c(ORCID = "0000-0002-2815-0399")),
person("Locke Data", role = "fnd",
comment = "https://itsalocke.com"),
person("Stephanie", "Locke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2387-3723")),
person("Mitchell", "O'Hara-Wild", role = "aut",
comment = c(ORCID = "0000-0001-6729-7695")),
person("Lluís", "Revilla Sancho", role = "aut",
comment = c(ORCID = "0000-0001-9747-2570")),
person("Jim", "Hester", role = "ctb",
comment = c(ORCID = "0000-0002-2739-7082")),
person("Hadley", "Wickham", role = "ctb",
comment = c(ORCID = "0000-0003-4757-117X"))
)
Description: It scrapes the CRAN incoming FTP folder to find where each
submission is.
License: MIT + file LICENSE
URL: https://github.com/r-hub/cransays, https://r-hub.github.io/cransays/
BugReports: https://github.com/r-hub/cransays/issues
Depends:
R (>= 4.1.0)
Imports:
curl,
dplyr,
glue,
lubridate,
prettyunits,
ps,
purrr,
reactable,
tibble,
tidyr,
utils
Suggests:
knitr,
pkgdown,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2