pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-renv devel/R-renv: import R-renv-0.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/905c46e66c8c
branches:  trunk
changeset: 457111:905c46e66c8c
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Aug 17 14:01:02 2021 +0000

description:
devel/R-renv: import R-renv-0.14.0

A dependency management toolkit for R. Using 'renv', you can create
and manage project-local R libraries, save the state of these
libraries to a 'lockfile', and later restore your library as required.
Together, these tools can help make your projects more isolated,
portable, and reproducible.

diffstat:

 devel/R-renv/DESCR    |   5 +++++
 devel/R-renv/Makefile |  25 +++++++++++++++++++++++++
 devel/R-renv/distinfo |   6 ++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 0ab06cdd4d54 -r 905c46e66c8c devel/R-renv/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-renv/DESCR        Tue Aug 17 14:01:02 2021 +0000
@@ -0,0 +1,5 @@
+A dependency management toolkit for R. Using 'renv', you can create
+and manage project-local R libraries, save the state of these
+libraries to a 'lockfile', and later restore your library as required.
+Together, these tools can help make your projects more isolated,
+portable, and reproducible.
diff -r 0ab06cdd4d54 -r 905c46e66c8c devel/R-renv/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-renv/Makefile     Tue Aug 17 14:01:02 2021 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2021/08/17 14:01:02 mef Exp $
+
+R_PKGNAME=     renv
+R_PKGVER=      0.14.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Project Environments
+LICENSE=       mit     # + file LICENSE
+
+USE_LANGUAGES= # none
+REPLACE_SH=    inst/bin/renv inst/resources/scripts-git-askpass.sh
+
+# Packages suggested but not available:
+#   'BiocManager', 'packrat', 'reticulate'
+
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-miniUI-[0-9]*:../../www/R-miniUI
+
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0ab06cdd4d54 -r 905c46e66c8c devel/R-renv/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-renv/distinfo     Tue Aug 17 14:01:02 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/08/17 14:01:02 mef Exp $
+
+SHA1 (R/renv_0.14.0.tar.gz) = 29f8c496a1f3ef96661b0edba9f55858d5bbc9fa
+RMD160 (R/renv_0.14.0.tar.gz) = f59db52cf3e35f2aca7b7e8fe90966853064c188
+SHA512 (R/renv_0.14.0.tar.gz) = 75062bcd441b9e2925368c8f1d9c37521607048dd550dc0ac12a6323bc651a95e0521c804392f64e4c6e091d6758ea9262e600d6a02cf1f2903dc18c4e0194ba
+Size (R/renv_0.14.0.tar.gz) = 448230 bytes



Home | Main Index | Thread Index | Old Index