Tests

Developmental issues

library(httr)
library(jsonlite)

res <- GET('https://api.github.com/repos/stefanedwards/Siccuracy/issues', query=list(state='open', per_page=100, page=1))
github_df <- fromJSON(content(res, type='text'), flatten=TRUE)
cat(paste0('* ', github_df$title, ' (#', github_df$number, ')\n'), '\n')


stefanedwards/Siccuracy documentation built on May 30, 2019, 10:44 a.m.