Home
last modified time | relevance | path

Searched refs:install_github (Results 1 – 25 of 133) sorted by relevance

123456

/dports/misc/R-cran-xfun/xfun/man/
H A Dinstall_github.Rd3 \name{install_github}
4 \alias{install_github}
5 \title{An alias of \code{remotes::install_github()}}
7 install_github(...)
11 \code{remotes::\link[remotes]{install_github}()}.}
14 This alias is to make autocomplete faster via \code{xfun::install_github},
16 only use \code{install_github} and it is inconvenient to autocomplete it,
17 e.g. \code{install_git} always comes before \code{install_github}, but I
19 \code{xfun::install_github}.
/dports/devel/R-cran-remotes/remotes/man/
H A Dgithub_refs.Rd16 Use as \code{ref} parameter to \code{\link[=install_github]{install_github()}}.
23 \code{\link[=install_github]{install_github()}}
H A Dinstall_github.Rd3 \name{install_github}
4 \alias{install_github}
7 install_github(
105 install_github("klutometis/roxygen")
106 install_github("wch/ggplot2", ref = github_pull("142"))
107 install_github(c("rstudio/httpuv", "rstudio/shiny"))
108 install_github(c("hadley/httr@v0.4", "klutometis/roxygen#142",
115 install_github("hadley/private", auth_token = "abc")
119 install_github("rstudio/shiny", INSTALL_opts = c("--with-keep.source", "--install-tests"))
H A Dinstall_dev.Rd15 \item{...}{Additional arguments passed to \code{\link[=install_github]{install_github()}},
41 \code{\link{install_github}()},
/dports/devel/R-cran-remotes/remotes/tests/testthat/
H A Dtest-install-github.R67 install_github(
92 install_github("cran/falsy", lib = lib, quiet = TRUE)
124 install_github("falsy", lib = lib, quiet = TRUE),
208 install_github(
H A Dtest-install-deps.R16 install_github("cran/desc", lib = lib, quiet = TRUE)
/dports/devel/R-cran-devtools/devtools/R/
H A Dremotes.R66 install_github <- with_pkgbuild_build_tools(with_ellipsis(remotes::install_github)) globalVar
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/man/
H A Dpackages.Rd21 …lic GitHub repositories, so long as they are installed via the \code{install_github} function from…
23 This works because \code{install_github} records the exact Github commit that was installed locally…
29 install_github("devtools", "hadley")
/dports/devel/R-cran-devtools/devtools/man/
H A Dremote-reexports.Rd10 \alias{install_github}
94 install_github(
227 …stall_git]{remotes::install_git()}}, \code{\link[remotes:install_github]{remotes::install_github()…
/dports/devel/R-cran-remotes/remotes/
H A DREADME.md59 remotes::install_github("r-lib/conflicted")
67 install_github("dmlc/xgboost/R-package", build = FALSE)
74 remotes::install_github("gaborcsardi/pkgconfig@v2.0.0")
81 remotes::install_github("gaborcsardi/pkgconfig@*release")
88 remotes::install_github("r-lib/pkgconfig#7")
127 * GitHub repositories via `install_github`.
/dports/misc/R-cran-xfun/xfun/R/
H A Dpackages.R263 #' An alias of \code{remotes::install_github()}
274 install_github = function(...) remotes::install_github(...) function
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/plumber/scripts/
H A Drevdepcheck.R3 if (!require("revdepcheck")) devtools::install_github("r-lib/revdepcheck")
/dports/devel/R-cran-devtools/devtools/
H A DNAMESPACE43 export(install_github)
102 importFrom(remotes,install_github)
H A DREADME.md21 devtools::install_github("r-lib/devtools")
61 * `install_github()` from GitHub
137 `install_github()`).
167 or `remotes::install_github()` vs `devtools::install_github()`.
/dports/math/R-cran-RcppRoll/RcppRoll/
H A DREADME.md9 install_github("kevinushey/RcppRoll")
/dports/devel/spark/spark-2.1.1/dev/
H A Dlint-r.R30 devtools::install_github("jimhester/lintr@a769c0b")
/dports/textproc/R-cran-bibtex/bibtex/
H A DREADME.md11 devtools::install_github("romainfrancois/bibtex")
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/plumber/inst/examples/03-github/
H A Dplumber.R31 devtools::install_github("trestletech/plumber")
/dports/misc/py-xgboost/xgboost-1.5.1/R-package/demo/
H A Dcaret_wrapper.R2 devtools::install_github("topepo/caret/pkg/caret")
/dports/misc/xgboost/xgboost-1.5.1/R-package/demo/
H A Dcaret_wrapper.R2 devtools::install_github("topepo/caret/pkg/caret")
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/
H A DREADME.md13 devtools::install_github("rstudio/rsconnect")
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/plumber/
H A DDockerfile11 RUN R -e 'devtools::install_github("trestletech/plumber")'
/dports/devel/R-cran-remotes/remotes/inst/doc/
H A Ddependencies.Rmd44 …ify a specific hash, tag, or pull request (using the same syntax as `install_github()` if you want…
67 Also' section in `?install_github` for a complete list.
/dports/devel/R-cran-remotes/remotes/vignettes/
H A Ddependencies.Rmd44 …ify a specific hash, tag, or pull request (using the same syntax as `install_github()` if you want…
67 Also' section in `?install_github` for a complete list.
/dports/math/R-cran-truncnorm/truncnorm/
H A DREADME.md11 install_github("olafmersmann/truncnorm")

123456