pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-remotes
Module Name: pkgsrc
Committed By: mef
Date: Thu Jun 3 14:09:16 UTC 2021
Modified Files:
pkgsrc/devel/R-remotes: Makefile distinfo
Log Message:
(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).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-remotes/Makefile \
pkgsrc/devel/R-remotes/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-remotes/Makefile
diff -u pkgsrc/devel/R-remotes/Makefile:1.2 pkgsrc/devel/R-remotes/Makefile:1.3
--- pkgsrc/devel/R-remotes/Makefile:1.2 Sun Sep 20 01:50:10 2020
+++ pkgsrc/devel/R-remotes/Makefile Thu Jun 3 14:09:16 2021
@@ -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"
Index: pkgsrc/devel/R-remotes/distinfo
diff -u pkgsrc/devel/R-remotes/distinfo:1.2 pkgsrc/devel/R-remotes/distinfo:1.3
--- pkgsrc/devel/R-remotes/distinfo:1.2 Sun Sep 20 01:50:10 2020
+++ pkgsrc/devel/R-remotes/distinfo Thu Jun 3 14:09:16 2021
@@ -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