From 38c31546d786f0dc478a5f7fb31751fe42d7e4d7 Mon Sep 17 00:00:00 2001 From: jangorecki Date: Fri, 3 Nov 2023 08:33:34 +0100 Subject: [PATCH] update_dev_pkg uses GH for R repo --- R/devel.R | 2 +- man/update_dev_pkg.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/devel.R b/R/devel.R index 8bd7a1466..df77eb0e0 100644 --- a/R/devel.R +++ b/R/devel.R @@ -17,7 +17,7 @@ dcf.repo = function(pkg, repo, field, type) { dcf[dcf[,"Package"]==pkg, field][[1L]] } -update_dev_pkg = function(object="data.table", repo="https://Rdatatable.gitlab.io/data.table", field="Revision", type=getOption("pkgType"), lib=NULL, ...) { +update_dev_pkg = function(object="data.table", repo="https://Rdatatable.github.io/data.table", field="Revision", type=getOption("pkgType"), lib=NULL, ...) { # this works for any package, not just data.table pkg = object # perform package upgrade when new Revision present diff --git a/man/update_dev_pkg.Rd b/man/update_dev_pkg.Rd index 3db5b9831..9914138c8 100644 --- a/man/update_dev_pkg.Rd +++ b/man/update_dev_pkg.Rd @@ -5,7 +5,7 @@ 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. } \usage{update_dev_pkg(object="data.table", - repo="https://Rdatatable.gitlab.io/data.table", + repo="https://Rdatatable.github.io/data.table", field="Revision", type=getOption("pkgType"), lib=NULL, \dots) } \arguments{