File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ Authors@R:
9
9
comment = c(ORCID = "0000-0002-2815-0399")),
10
10
person(given = "Locke Data",
11
11
role = "fnd",
12
- comment = "https://itsalocke.com"))
12
+ comment = "https://itsalocke.com"),
13
+ person(given = "Stephanie",
14
+ family = "Locke",
15
+ role = "aut",
16
+
13
17
Description: It scrapes the CRAN incoming ftp folder to find where
14
18
each of the submission is.
15
19
License: MIT + file LICENSE
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ knitr::opts_chunk$set(
18
18
)
19
19
```
20
20
21
+ The data in this table stems from our querying ftp://cran.r-project.org/incoming/ We update it every hour.
22
+
21
23
``` {r get-data}
22
24
cran_incoming <- cransays::take_snapshot()
23
25
cran_incoming$submitted <- glue::glue("{cran_incoming$howlongago} day(s) ago")
You can’t perform that action at this time.
0 commit comments