Package 'cransays'

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-09-26 05:16:28 UTC
Source: https://github.com/r-hub/cransays

Help Index


Downloads history

Description

Downloads history of packages on the submission queue as recorded on github branch.

Usage

download_history()

Details

For some periods github actions recording the data didn't run, so there are some periods with missing data.

Value

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

Description

Take Snapshot of CRAN incoming folder

Usage

take_snapshot()

Value

A data.frame, one line per submission.