From a3f039f0b0b3335a29beedca2d3930f6d0d69924 Mon Sep 17 00:00:00 2001 From: ChristineStawitz-NOAA Date: Tue, 3 Jan 2023 23:56:27 +0000 Subject: [PATCH] Docs: run devtools::document() --- DESCRIPTION | 2 +- man/get_issues.Rd | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 114238c..fc7470f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,7 +7,7 @@ Description: This uses an API key to retrieve information about pull requests an License: GPL (>= 3) | file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.0 +RoxygenNote: 7.2.3 Imports: blastula, dplyr, diff --git a/man/get_issues.Rd b/man/get_issues.Rd index 630276f..335b23d 100644 --- a/man/get_issues.Rd +++ b/man/get_issues.Rd @@ -4,7 +4,7 @@ \alias{get_issues} \title{Query the Github API} \usage{ -get_issues(appname_, key_, secret_, repo_name) +get_issues(appname_, key_, secret_, repo_name, type = "issues") } \arguments{ \item{appname_}{The name of the application you have authorized on Github.} @@ -25,8 +25,10 @@ the Github api and \code{httr} package to query the API for the issues in that repository. } \examples{ +\dontrun{ get_issues(appname_ = "github", key_ = "56b637a5baffac62cad9", secret_ = "8e107541ae1791259e9987d544ca568633da2ebf", repo_name = "r-lib/httr") } +}