pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-renv



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Aug 17 14:01:02 UTC 2021

Added Files:
        pkgsrc/devel/R-renv: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-renv/DESCR pkgsrc/devel/R-renv/Makefile \
    pkgsrc/devel/R-renv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-renv/DESCR
diff -u /dev/null pkgsrc/devel/R-renv/DESCR:1.1
--- /dev/null   Tue Aug 17 14:01:02 2021
+++ pkgsrc/devel/R-renv/DESCR   Tue Aug 17 14:01:02 2021
@@ -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.
Index: pkgsrc/devel/R-renv/Makefile
diff -u /dev/null pkgsrc/devel/R-renv/Makefile:1.1
--- /dev/null   Tue Aug 17 14:01:02 2021
+++ pkgsrc/devel/R-renv/Makefile        Tue Aug 17 14:01:02 2021
@@ -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"
Index: pkgsrc/devel/R-renv/distinfo
diff -u /dev/null pkgsrc/devel/R-renv/distinfo:1.1
--- /dev/null   Tue Aug 17 14:01:02 2021
+++ pkgsrc/devel/R-renv/distinfo        Tue Aug 17 14:01:02 2021
@@ -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