forked from r-hub/cransays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.75 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: cransays
Title: Creates an Overview of CRAN Incoming Submissions
Version: 0.0.0.9000
Authors@R:
c(person(given = "Maëlle",
family = "Salmon",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "Locke Data",
role = "fnd",
comment = "https://itsalocke.com"),
person(given = "Stephanie",
family = "Locke",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2387-3723")),
person(given = "Mitchell",
family = "O'Hara-Wild",
role = "aut",
comment = c(ORCID = "0000-0001-6729-7695")),
person(given = "Hugo",
family = "Gruson",
role = "aut",
comment = c(ORCID = "0000-0002-4094-1476")),
person(given = "Jim",
family = "Hester",
role = "ctb",
comment = c(ORCID = "0000-0002-2739-7082")),
person(given = "Hadley",
family = "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
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
tidyr,
magrittr,
purrr,
curl,
prettyunits,
reactable,
glue,
tibble,
lubridate,
ps
RoxygenNote: 6.1.0.9000
Suggests:
pkgdown,
knitr,
rmarkdown,
lockedatapkg
VignetteBuilder: knitr
URL: https://github.com/lockedata/cransays
BugReports: https://github.com/lockedata/cransays/issues
Remotes:
lockedatapublished/lockedatapkg,
r-lib/xml2