diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:26:42 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:26:42 +0000 |
commit | 1b4eb29010f6a8102bebca28803cb8e19e459edd (patch) | |
tree | c4ba5d2d77e2bc26c9e1457b13807d60b8af63df /math/R-rstudioapi | |
parent | e80506a49e863d69c6954524fedbcc81c09a5747 (diff) | |
download | pkgsrc-1b4eb29010f6a8102bebca28803cb8e19e459edd.tar.gz |
R-rstudioapi: initial commit.
Access the RStudio API (if available) and provide informative error
messages when it's not.
Diffstat (limited to 'math/R-rstudioapi')
-rw-r--r-- | math/R-rstudioapi/DESCR | 2 | ||||
-rw-r--r-- | math/R-rstudioapi/Makefile | 16 | ||||
-rw-r--r-- | math/R-rstudioapi/distinfo | 6 |
3 files changed, 24 insertions, 0 deletions
diff --git a/math/R-rstudioapi/DESCR b/math/R-rstudioapi/DESCR new file mode 100644 index 00000000000..d32478cc77a --- /dev/null +++ b/math/R-rstudioapi/DESCR @@ -0,0 +1,2 @@ +Access the RStudio API (if available) and provide informative error +messages when it's not. diff --git a/math/R-rstudioapi/Makefile b/math/R-rstudioapi/Makefile new file mode 100644 index 00000000000..596554c292e --- /dev/null +++ b/math/R-rstudioapi/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:26:42 brook Exp $ + +CATEGORIES= math R + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/rstudioapi/ +COMMENT= Safely access the RStudio API +LICENSE= mit + +R_PKGNAME= rstudioapi +R_PKGVER= 0.10 + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-rstudioapi/distinfo b/math/R-rstudioapi/distinfo new file mode 100644 index 00000000000..fae5c659ea4 --- /dev/null +++ b/math/R-rstudioapi/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:26:42 brook Exp $ + +SHA1 (R/rstudioapi_0.10.tar.gz) = 68f519236fa1aa67b7b1c018db936b5e2bc974ea +RMD160 (R/rstudioapi_0.10.tar.gz) = 21ae727ae1e26b358bfcab40cf86304f7e6e5cd9 +SHA512 (R/rstudioapi_0.10.tar.gz) = 320ef8577c380a191999a53ea86731b745f17cc8618b1d8e96484e45535d4234eb3cc04d4886db8cd0d7613d9fe90ad50e8f566c75b96f07d4cf3ede9f244daa +Size (R/rstudioapi_0.10.tar.gz) = 61888 bytes |