Package: ghapps Type: Package Title: Authenticate as a 'GitHub' App Version: 1.1.1 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com", 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' in 'R' as an app. License: MIT + file LICENSE URL: https://r-lib.r-universe.dev/ghapps BugReports: https://github.com/r-lib/ghapps/issues Encoding: UTF-8 RoxygenNote: 7.3.2.9000 Imports: gh, jose, openssl Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libssl-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2024-10-03 18:18:52 UTC RemoteUrl: https://github.com/r-lib/ghapps RemoteRef: HEAD RemoteSha: af331fe9917ddf29ee2187cf1f4b04d3b080eb56 NeedsCompilation: no Packaged: 2026-06-06 15:19:35 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms