Title: | Creates an Overview of CRAN Incoming Submissions |
---|---|
Description: | It scrapes the CRAN incoming FTP folder to find where each submission is. |
Authors: | Hugo Gruson [cre, aut] , Maëlle Salmon [aut, ccp] , Locke Data [fnd] (https://itsalocke.com), Stephanie Locke [aut] , Mitchell O'Hara-Wild [aut] , Lluís Revilla Sancho [aut] , Jim Hester [ctb] , Hadley Wickham [ctb] |
Maintainer: | Hugo Gruson <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-10-26 05:13:19 UTC |
Source: | https://github.com/lockedata/cransays |
Downloads history of packages on the submission queue as recorded on github branch.
download_history()
download_history()
For some periods github actions recording the data didn't run, so there are some periods with missing data.
A 'data.frame' with columns: - 'package': the package name - 'version': the package submitted version - 'snapshot_time': time of the cransays snapshot, in '"Europe/Vienna"' timezone, same, as the CRAN servers. - 'folder': folder where the submitted package is stored at the time of the snapshot - 'subfolder': subfolder where the submitted package is stored at the time of the snapshot - 'submission_time': time when the package was submitted to CRAN, in '"Europe/Vienna"' timezone, same as the CRAN servers
Take Snapshot of CRAN incoming folder
take_snapshot()
take_snapshot()
A data.frame, one line per submission.