pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-rstudioapi: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0186741fe550
branches:  trunk
changeset: 337049:0186741fe550
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:26:42 2019 +0000

description:
R-rstudioapi: initial commit.

Access the RStudio API (if available) and provide informative error
messages when it's not.

diffstat:

 doc/CHANGES-2019           |   3 ++-
 math/Makefile              |   3 ++-
 math/R-rstudioapi/DESCR    |   2 ++
 math/R-rstudioapi/Makefile |  16 ++++++++++++++++
 math/R-rstudioapi/distinfo |   6 ++++++
 5 files changed, 28 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r c6d67e59adb4 -r 0186741fe550 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:25:00 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:26:42 2019 +0000
@@ -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 @@
        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 -r c6d67e59adb4 -r 0186741fe550 math/Makefile
--- a/math/Makefile     Wed Jul 31 13:25:00 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:26:42 2019 +0000
@@ -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-randomForest
 SUBDIR+=       R-relimp
 SUBDIR+=       R-reshape2
+SUBDIR+=       R-rstudioapi
 SUBDIR+=       R-sgeostat
 SUBDIR+=       R-shapefiles
 SUBDIR+=       R-sp
diff -r c6d67e59adb4 -r 0186741fe550 math/R-rstudioapi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-rstudioapi/DESCR   Wed Jul 31 13:26:42 2019 +0000
@@ -0,0 +1,2 @@
+Access the RStudio API (if available) and provide informative error
+messages when it's not.
diff -r c6d67e59adb4 -r 0186741fe550 math/R-rstudioapi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-rstudioapi/Makefile        Wed Jul 31 13:26:42 2019 +0000
@@ -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@localhost
+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 -r c6d67e59adb4 -r 0186741fe550 math/R-rstudioapi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-rstudioapi/distinfo        Wed Jul 31 13:26:42 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index