ropensci_review_dates: get date that submissions were approved in ropensci software...

Description Usage Arguments Examples

View source: R/ropensci_review_dates.R

Description

get date that submissions were approved in ropensci software review repo

Usage

1

Arguments

token

(optional) a github PAT

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
library(dplyr)
# all approved packages
df <- ropensci_review_dates()
# filter to some subset
## those approved in 2018
tbl_df(df) %>%
  arrange(date_approved) %>%
  filter(date_approved >= "2018-01-01", date_approved < "2019-01-01") %>%
  data.frame %>%
  NROW

ropensci/rostats documentation built on Oct. 15, 2019, 1:37 p.m.