Package: gistr
Title: Work with 'GitHub' 'Gists'
Description: Work with 'GitHub' 'gists' from 'R' (e.g., http://en.wikipedia.org/
    wiki/GitHub#Gist, https://help.github.com/articles/about-gists/). A 'gist'
    is simply one or more files with code/text/images/etc. This package allows
    the user to create new 'gists', update 'gists' with new files, rename files,
    delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists',
    open a 'gist' in your default browser, get embed code for a 'gist', list
    'gist' 'commits', and get rate limit information when 'authenticated'. Some
    requests require authentication and some do not. 'Gists' website: https://
    gist.github.com/.
Version: 0.3.6
Authors@R: c(
    person("Ramnath", "Vaidyanathan", role = "aut", email = "ramnath.vaidya@gmail.com"),
    person("Karthik", "Ram", role = "aut", email = "karthik.ram@gmail.com"),
    person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com")
  )
License: MIT + file LICENSE
URL: https://github.com/ropensci/gistr
BugReports: http://www.github.com/ropensci/gistr/issues
VignetteBuilder: knitr
Imports: utils, methods, stats, jsonlite, httr (>= 1.0.0), magrittr,
        assertthat, knitr, rmarkdown, dplyr
Suggests: git2r, testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2015-12-22 21:59:07 UTC; sacmac
Author: Ramnath Vaidyanathan [aut],
  Karthik Ram [aut],
  Scott Chamberlain [aut, cre]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2015-12-22 23:15:41
