From 1b4eb29010f6a8102bebca28803cb8e19e459edd Mon Sep 17 00:00:00 2001 From: brook Date: Wed, 31 Jul 2019 13:26:42 +0000 Subject: R-rstudioapi: initial commit. Access the RStudio API (if available) and provide informative error messages when it's not. --- math/R-rstudioapi/DESCR | 2 ++ math/R-rstudioapi/Makefile | 16 ++++++++++++++++ math/R-rstudioapi/distinfo | 6 ++++++ 3 files changed, 24 insertions(+) create mode 100644 math/R-rstudioapi/DESCR create mode 100644 math/R-rstudioapi/Makefile create mode 100644 math/R-rstudioapi/distinfo (limited to 'math/R-rstudioapi') 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 -- cgit v1.2.3