pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-remotes (devel/R-remotes) Updated 2.2.0 to 2.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/780839e0b9a0
branches: trunk
changeset: 453844:780839e0b9a0
user: mef <mef%pkgsrc.org@localhost>
date: Thu Jun 03 14:09:16 2021 +0000
description:
(devel/R-remotes) Updated 2.2.0 to 2.3.0
# remotes 2.3.0
## Major changes
* `Install_*()` functions will no longer fail by default if there
warnings from `install.packages()`. Concretely the default value of
`R_REMOTES_NO_ERRORS_FROM_WARNINGS` has changed to `true` from the
previous value of `false`. (#403)
## Minor improvements and fixes
* `install_bioc()` now respects the environment variable
R_BIOC_VERSION, and will use the git branch corresponding to this
Bioconductor version (@bbimber, #580).
* remotes without package names are now unconditionally installed
(#532, @jakubkovac)
* It is now possible to specify a custom host for dependencies listed
in the `DESCRIPTION` file with `Remotes:
<type>[@host]::<username>/<repo>[@ref]`. The `ref` now supports `/`
in it for `GitLab` repositories as it did for
`GitHub`repositories. (@dagola, #448)
* Internal `package2remote()` function now supports local remotes created by pak.
* `github_pat()` will now check if `GITHUB_TOKEN` is set if it cannot
find `GITHUB_PAT`. (@coatless)
* `system_requirements()` now supports querying released packages as
well as development dependencies (#545)
* `system_requirements()` now supports OS name + version in the `os`
argument (#549, @krlmlr).
diffstat:
devel/R-remotes/Makefile | 7 +++++--
devel/R-remotes/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r cd554b04b24c -r 780839e0b9a0 devel/R-remotes/Makefile
--- a/devel/R-remotes/Makefile Thu Jun 03 12:34:28 2021 +0000
+++ b/devel/R-remotes/Makefile Thu Jun 03 14:09:16 2021 +0000
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2020/09/20 01:50:10 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/03 14:09:16 mef Exp $
R_PKGNAME= remotes
-R_PKGVER= 2.2.0
+R_PKGVER= 2.3.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= R package installation from remote repositories, including 'GitHub'
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+# Package suggested but not available: 'webfakes'
+#EST_DEPENDS+= R-webfake-[0-9]*:../../www/R-webfakes
+
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
diff -r cd554b04b24c -r 780839e0b9a0 devel/R-remotes/distinfo
--- a/devel/R-remotes/distinfo Thu Jun 03 12:34:28 2021 +0000
+++ b/devel/R-remotes/distinfo Thu Jun 03 14:09:16 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/20 01:50:10 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/06/03 14:09:16 mef Exp $
-SHA1 (R/remotes_2.2.0.tar.gz) = 85e78134d4ab9be15a812b921c57eac23a725296
-RMD160 (R/remotes_2.2.0.tar.gz) = f40a529e155f370c72c26c438a87f11b4d52a758
-SHA512 (R/remotes_2.2.0.tar.gz) = b0b4e880901870f990c69a46d08590162cbc9c94fe8875eee5b18d263fc9950b5c739e304e7f399d4febb979f1d55b6268a7588f93df91b060048fd6bd7fabe4
-Size (R/remotes_2.2.0.tar.gz) = 145553 bytes
+SHA1 (R/remotes_2.3.0.tar.gz) = 3505d2719fb7c777ff90b8636152c51c31679768
+RMD160 (R/remotes_2.3.0.tar.gz) = a5ecb3d888ff16b651ce6b5d09f861d9188540d9
+SHA512 (R/remotes_2.3.0.tar.gz) = 37a7d56e434d426f6b3cfa3497233245756c27258971ccdc11641b67f1562e8bd1ff63d59f4f215ed3551c30358aa25b12b667d7b406a34655936174ca33731d
+Size (R/remotes_2.3.0.tar.gz) = 148405 bytes
Home |
Main Index |
Thread Index |
Old Index