Home
last modified time | relevance | path

Searched refs:github_pull (Results 1 – 14 of 14) sorted by relevance

/dports/devel/R-cran-remotes/remotes/man/
H A Dgithub_refs.Rd3 \name{github_pull}
4 \alias{github_pull}
8 github_pull(pull)
20 github_pull("42")
H A Dinstall_github.Rd34 name, or a call to \code{\link[=github_pull]{github_pull()}} or \code{\link[=github_release]{github…
106 install_github("wch/ggplot2", ref = github_pull("142"))
123 \code{\link[=github_pull]{github_pull()}}
H A Dgithub_remote.Rd25 name, or a call to \code{\link[=github_pull]{github_pull()}} or \code{\link[=github_release]{github…
/dports/devel/R-cran-remotes/remotes/tests/testthat/
H A Dtest-parse-git.R7 github_pull("7")
11 github_pull("7")
99 list("user/repo#123", ref = github_pull("123")),
103 list("pkg=user/repo#123", package = "pkg", ref = github_pull("123")),
113 list("https://github.com/user/repo/pull/108", ref = github_pull("108")),
H A Dtest-install-github.R32 github_pull("1"),
210 ref = github_pull(64),
/dports/devel/R-cran-devtools/devtools/man/
H A Dreexports.Rd14 \alias{github_pull}
29 …\item{remotes}{\code{\link[remotes:github_refs]{github_pull}}, \code{\link[remotes:github_refs]{gi…
/dports/devel/R-cran-remotes/remotes/
H A DNAMESPACE16 S3method(github_resolve_ref,github_pull)
70 export(github_pull)
H A DNEWS.md15 * Clarify `github_pull()` documentation (@ms609 #640).
/dports/devel/R-cran-devtools/devtools/
H A DNAMESPACE31 export(github_pull)
95 importFrom(remotes,github_pull)
H A DNEWS.md1309 * To download a specified pull request, use `ref = github_pull(...)`
/dports/devel/R-cran-devtools/devtools/R/
H A Dremotes.R71 remotes::github_pull
/dports/devel/R-cran-remotes/remotes/R/
H A Dparse-git.R107 params$ref <- github_pull(params$pull)
H A Dinstall-github.R163 github_pull <- function(pull) structure(pull, class = "github_pull") function
/dports/devel/R-cran-remotes/remotes/inst/
H A Dinstall-github.R3080 github_pull <- function(pull) structure(pull, class = "github_pull") function
4881 params$ref <- github_pull(params$pull)