This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 4
4
# ' @importFrom knitr knit
5
5
# ' @importFrom rmarkdown render
6
6
# ' @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.
7
9
# ' @seealso \code{\link{gist_create_obj}}, \code{\link{gist_create_git}}
8
10
# ' @examples \dontrun{
9
11
# ' gist_create(files="~/stuff.md", description='a new cool gist')
Original file line number Diff line number Diff line change 17
17
# ' \code{.Rmd} file to upload files to \url{http://imgur.com/}. This will be ignored
18
18
# ' if the file is a sweave/latex file because the rendered pdf can't be uploaded
19
19
# ' 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.
22
20
# ' @param ... Further args passed on to \code{link[httr]{POST}}
Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ anyway. Default: FALSE}
47
47
exists, we use that remote, and this parameter is ignored.}
48
48
49
49
\i tem{...}{Further args passed on to \c ode{link[httr]{POST}}}
50
-
51
- \i tem{rmarkdown}{(logical) If \c ode{TRUE}, use \c ode{\l ink[rmarkdown]{render}}
52
- instead of \c ode{\l ink[knitr]{knit}} to render the document.}
53
50
}
54
51
\d escription{
55
52
Create a gist via git instead of the GitHub Gists HTTP API
You can’t perform that action at this time.
0 commit comments