summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 01:26:53 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 01:26:53 +0000
commit2b9c5013bd8b69e1603030a61d7a7bb25351c953 (patch)
tree37d84e2ca489f8cf626805152bb283463dbb98b6 /devel
parent0ac91e6836d1c331da52a332abdf121cd849401d (diff)
downloadpkgsrc-2b9c5013bd8b69e1603030a61d7a7bb25351c953.tar.gz
R-withr: initial commit.
A set of functions to run code 'with' safely and temporarily modified global state. Many of these functions were originally a part of the 'devtools' package, this provides a simple package with limited dependencies to provide access to these functions.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
-rw-r--r--devel/R-withr/DESCR4
-rw-r--r--devel/R-withr/Makefile16
-rw-r--r--devel/R-withr/distinfo6
4 files changed, 28 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 610d7ceacf4..38d0aca8b65 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2874 2019/07/31 01:24:09 brook Exp $
+# $NetBSD: Makefile,v 1.2875 2019/07/31 01:26:53 brook Exp $
#
COMMENT= Development utilities
@@ -42,6 +42,7 @@ SUBDIR+= R-rio
SUBDIR+= R-rlang
SUBDIR+= R-tcltk2
SUBDIR+= R-uuid
+SUBDIR+= R-withr
SUBDIR+= RBTools
SUBDIR+= RTFM
SUBDIR+= RTx-RightsMatrix
diff --git a/devel/R-withr/DESCR b/devel/R-withr/DESCR
new file mode 100644
index 00000000000..8ad5ab4b799
--- /dev/null
+++ b/devel/R-withr/DESCR
@@ -0,0 +1,4 @@
+A set of functions to run code 'with' safely and temporarily modified
+global state. Many of these functions were originally a part of the
+'devtools' package, this provides a simple package with limited
+dependencies to provide access to these functions.
diff --git a/devel/R-withr/Makefile b/devel/R-withr/Makefile
new file mode 100644
index 00000000000..20dfe20f1da
--- /dev/null
+++ b/devel/R-withr/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 01:26:54 brook Exp $
+
+CATEGORIES= devel R
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/withr/
+COMMENT= Run code 'with' temporarily modified global state
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME= withr
+R_PKGVER= 2.1.2
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/R-withr/distinfo b/devel/R-withr/distinfo
new file mode 100644
index 00000000000..ef2fd953f59
--- /dev/null
+++ b/devel/R-withr/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 01:26:54 brook Exp $
+
+SHA1 (R/withr_2.1.2.tar.gz) = f4b5b9914effc5789535e30fb6e63f92b3d8f033
+RMD160 (R/withr_2.1.2.tar.gz) = 410067839460a2579fad7a9ff4a3a9ea8766b9ce
+SHA512 (R/withr_2.1.2.tar.gz) = 23c521e2bfb241ebc6cdb0c6300f7531e28ab2ef2609aeef33459a7572b37dace8bf31370ab87cffe99bff54d51d37de453073e163a60e557097f7c5e5ce9560
+Size (R/withr_2.1.2.tar.gz) = 53578 bytes