Skip to content

Commit 47f3fab

Browse files
committed
add Steph as author and writes how often the data is updated
1 parent b9bb8b5 commit 47f3fab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

DESCRIPTION

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Authors@R:
99
comment = c(ORCID = "0000-0002-2815-0399")),
1010
person(given = "Locke Data",
1111
role = "fnd",
12-
comment = "https://itsalocke.com"))
12+
comment = "https://itsalocke.com"),
13+
person(given = "Stephanie",
14+
family = "Locke",
15+
role = "aut",
16+
email = "[email protected]"))
1317
Description: It scrapes the CRAN incoming ftp folder to find where
1418
each of the submission is.
1519
License: MIT + file LICENSE

vignettes/dashboard.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ knitr::opts_chunk$set(
1818
)
1919
```
2020

21+
The data in this table stems from our querying ftp://cran.r-project.org/incoming/ We update it every hour.
22+
2123
```{r get-data}
2224
cran_incoming <- cransays::take_snapshot()
2325
cran_incoming$submitted <- glue::glue("{cran_incoming$howlongago} day(s) ago")

0 commit comments

Comments
 (0)