Package: ghapps
Type: Package
Title: Authenticate as a 'GitHub' App
Version: 1.0.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), 
    email = "jeroen@berkeley.edu",
    comment = c(ORCID = "0000-0002-4035-0289"))
Description: 'GitHub' apps provide a powerful way to manage fine grained
    programmatic access to specific 'git' repositories, without having to
    create dummy users, and which are safer than a personal access token
    for automated tasks. This package extends the 'gh' package to let you
    authenticate and interact with 'GitHub' <https://docs.github.com/en/rest/overview>
    in 'R' as an app.
License: MIT + file LICENSE
URL: https://github.com/r-lib/ghapps
Encoding: UTF-8
RoxygenNote: 7.2.1
Imports: gh, jose, openssl
NeedsCompilation: no
Packaged: 2022-11-04 20:01:52 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2022-11-07 18:20:02 UTC
Built: R 4.1.3; ; 2023-04-17 16:43:41 UTC; windows
