Package: gistr
Title: Work with 'GitHub' 'Gists'
Description: Work with 'GitHub' 'gists' from 'R' (e.g., 
    <https://en.wikipedia.org/wiki/GitHub#Gist>, 
    <https://docs.github.com/en/github/writing-on-github/creating-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.9.0
Authors@R: c(
    person("Scott", "Chamberlain", role = c("aut", "cre"), 
        email = "myrmecocystus@gmail.com", 
        comment = c(ORCID="0000-0003-1444-9135")),
    person("Ramnath", "Vaidyanathan", role = "aut"),
    person("Karthik", "Ram", role = "aut")
  )
License: MIT + file LICENSE
URL: https://github.com/ropensci/gistr (devel),
        https://docs.ropensci.org/gistr (website)
BugReports: https://github.com/ropensci/gistr/issues
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Imports: jsonlite, crul, httr, magrittr, assertthat, knitr, rmarkdown,
        dplyr
Suggests: git2r, testthat
RoxygenNote: 7.1.1
X-schema.org-applicationCategory: Web
X-schema.org-keywords: http, https, API, web-services, GitHub, GitHub
        API, gist, gists, code, script, snippet
X-schema.org-isPartOf: https://ropensci.org
NeedsCompilation: no
Packaged: 2020-07-28 22:45:33 UTC; sckott
Author: Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>),
  Ramnath Vaidyanathan [aut],
  Karthik Ram [aut]
Maintainer: Scott Chamberlain <myrmecocystus@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-29 05:10:15 UTC
Built: R 4.6.0; ; 2025-08-18 10:11:21 UTC; unix
