forked from r-lib/devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremotes.R
59 lines (45 loc) · 1.06 KB
/
remotes.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#' @importFrom remotes install_bioc
#' @export
remotes::install_bioc
#' @importFrom remotes install_bitbucket
#' @export
remotes::install_bitbucket
#' @importFrom remotes install_cran
#' @export
remotes::install_cran
#' @importFrom remotes install_dev
#' @export
remotes::install_dev
#' @importFrom remotes install_git
#' @export
remotes::install_git
#' @importFrom remotes install_github
#' @export
remotes::install_github
#' @importFrom remotes github_pull
#' @export
remotes::github_pull
#' @importFrom remotes github_release
#' @export
remotes::github_release
#' @importFrom remotes install_gitlab
#' @export
remotes::install_gitlab
#' @importFrom remotes install_local
#' @export
remotes::install_local
#' @importFrom remotes install_svn
#' @export
remotes::install_svn
#' @importFrom remotes install_url
#' @export
remotes::install_url
#' @importFrom remotes install_version
#' @export
remotes::install_version
#' @importFrom remotes update_packages
#' @export
remotes::update_packages
#' @importFrom remotes dev_package_deps
#' @export
remotes::dev_package_deps