Skip to content

Commit 88fcfbf

Browse files
committed
update to using roxygen v7; put docs link in description and use en-us lang
1 parent 3869404 commit 88fcfbf

21 files changed

+217
-182
lines changed

DESCRIPTION

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Description: Work with 'GitHub' 'gists' from 'R' (e.g.,
1010
'gist' 'commits', and get rate limit information when 'authenticated'. Some
1111
requests require authentication and some do not. 'Gists' website:
1212
<https://gist.github.com/>.
13-
Version: 0.4.3.9110
13+
Version: 0.4.3.9210
1414
Authors@R: c(
1515
person("Scott", "Chamberlain", role = c("aut", "cre"),
1616
email = "[email protected]",
@@ -19,10 +19,13 @@ Authors@R: c(
1919
person("Karthik", "Ram", role = "aut")
2020
)
2121
License: MIT + file LICENSE
22-
URL: https://github.com/ropensci/gistr
22+
URL: https://github.com/ropensci/gistr (devel),
23+
https://docs.ropensci.org/gistr (website)
2324
BugReports: https://github.com/ropensci/gistr/issues
25+
Roxygen: list(markdown = TRUE)
2426
VignetteBuilder: knitr
2527
Encoding: UTF-8
28+
Language: en-US
2629
Imports:
2730
jsonlite (>= 1.4),
2831
httr (>= 1.2.0),
@@ -34,7 +37,7 @@ Imports:
3437
Suggests:
3538
git2r,
3639
testthat
37-
RoxygenNote: 6.1.1
40+
RoxygenNote: 7.0.0
3841
X-schema.org-applicationCategory: Web
3942
X-schema.org-keywords: http, https, API, web-services, GitHub, GitHub API, gist, gists, code, script, snippet
4043
X-schema.org-isPartOf: https://ropensci.org

R/update.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' @param gist A gist object or something coerceable to a gist
55
#' @param description (character) Brief description of gist (optional)
66
#' @template all
7-
#' @return
7+
#' @return an object of class `gist`
88
#' @examples \dontrun{
99
#' file1 <- system.file("examples", "alm.md", package = "gistr")
1010
#' file2 <- system.file("examples", "zoo.json", package = "gistr")

man/commits.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/create_gists.Rd

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/delete.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/embed.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/fork.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/forks.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gist.Rd

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gist_auth.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)