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 | |
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.
-rw-r--r-- | doc/CHANGES-2019 | 3 | ||||
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/R-rstudioapi/DESCR | 2 | ||||
-rw-r--r-- | math/R-rstudioapi/Makefile | 16 | ||||
-rw-r--r-- | math/R-rstudioapi/distinfo | 6 |
5 files changed, 28 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index efc0b991779..29fb6e06d5c 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3110 2019/07/31 13:25:00 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3111 2019/07/31 13:26:42 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5067,3 +5067,4 @@ Changes to the packages collection and infrastructure in 2019: Added math/R-mitools version 2.4 [brook 2019-07-31] Added math/R-nortest version 1.0.4 [brook 2019-07-31] Added math/R-relimp version 1.0.5 [brook 2019-07-31] + Added math/R-rstudioapi version 0.10 [brook 2019-07-31] diff --git a/math/Makefile b/math/Makefile index c571649d032..a7ade5c27ed 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.420 2019/07/31 13:25:00 brook Exp $ +# $NetBSD: Makefile,v 1.421 2019/07/31 13:26:42 brook Exp $ COMMENT= Mathematics @@ -86,6 +86,7 @@ SUBDIR+= R-quantreg SUBDIR+= R-randomForest SUBDIR+= R-relimp SUBDIR+= R-reshape2 +SUBDIR+= R-rstudioapi SUBDIR+= R-sgeostat SUBDIR+= R-shapefiles SUBDIR+= R-sp 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 |