Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a4739b8

Browse files
committed
moved man-roxygen param back into gist_create man file
1 parent 569458f commit a4739b8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

R/gist_create.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#' @importFrom knitr knit
55
#' @importFrom rmarkdown render
66
#' @template args
7+
#' @param rmarkdown (logical) If \code{TRUE}, use \code{\link[rmarkdown]{render}}
8+
#' instead of \code{\link[knitr]{knit}} to render the document.
79
#' @seealso \code{\link{gist_create_obj}}, \code{\link{gist_create_git}}
810
#' @examples \dontrun{
911
#' gist_create(files="~/stuff.md", description='a new cool gist')

man-roxygen/args.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@
1717
#' \code{.Rmd} file to upload files to \url{http://imgur.com/}. This will be ignored
1818
#' if the file is a sweave/latex file because the rendered pdf can't be uploaded
1919
#' anyway. Default: FALSE
20-
#' @param rmarkdown (logical) If \code{TRUE}, use \code{\link[rmarkdown]{render}}
21-
#' instead of \code{\link[knitr]{knit}} to render the document.
2220
#' @param ... Further args passed on to \code{link[httr]{POST}}

man/gist_create_git.Rd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ anyway. Default: FALSE}
4747
exists, we use that remote, and this parameter is ignored.}
4848
4949
\item{...}{Further args passed on to \code{link[httr]{POST}}}
50-
51-
\item{rmarkdown}{(logical) If \code{TRUE}, use \code{\link[rmarkdown]{render}}
52-
instead of \code{\link[knitr]{knit}} to render the document.}
5350
}
5451
\description{
5552
Create a gist via git instead of the GitHub Gists HTTP API

0 commit comments

Comments
 (0)