Skip to content

Commit 37e5521

Browse files
authored
Revert "update_dev_pkg uses GH for R repo (#5720)" (#5762)
This reverts commit 94e8fbe.
1 parent a63a89f commit 37e5521

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/devel.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dcf.repo = function(pkg, repo, field, type) {
1717
dcf[dcf[,"Package"]==pkg, field][[1L]]
1818
}
1919

20-
update_dev_pkg = function(object="data.table", repo="https://Rdatatable.github.io/data.table", field="Revision", type=getOption("pkgType"), lib=NULL, ...) {
20+
update_dev_pkg = function(object="data.table", repo="https://Rdatatable.gitlab.io/data.table", field="Revision", type=getOption("pkgType"), lib=NULL, ...) {
2121
# this works for any package, not just data.table
2222
pkg = object
2323
# perform package upgrade when new Revision present

man/update_dev_pkg.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Downloads and installs latest development version only when a new commit is available which has also passed all tests. Defaults are set to update \code{data.table}, other packages can be used as well. Their repository has to include git commit information in PACKAGES file.
66
}
77
\usage{update_dev_pkg(object="data.table",
8-
repo="https://Rdatatable.github.io/data.table",
8+
repo="https://Rdatatable.gitlab.io/data.table",
99
field="Revision", type=getOption("pkgType"), lib=NULL, \dots)
1010
}
1111
\arguments{

0 commit comments

Comments
 (0)