pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:26:43 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-rstudioapi: DESCR Makefile distinfo

Log Message:
R-rstudioapi: initial commit.

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


To generate a diff of this commit:
cvs rdiff -u -r1.3110 -r1.3111 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.420 -r1.421 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-rstudioapi/DESCR \
    pkgsrc/math/R-rstudioapi/Makefile pkgsrc/math/R-rstudioapi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3110 pkgsrc/doc/CHANGES-2019:1.3111
--- pkgsrc/doc/CHANGES-2019:1.3110      Wed Jul 31 13:25:00 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:26:42 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 i
        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]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.420 pkgsrc/math/Makefile:1.421
--- pkgsrc/math/Makefile:1.420  Wed Jul 31 13:25:00 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:26:42 2019
@@ -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

Added files:

Index: pkgsrc/math/R-rstudioapi/DESCR
diff -u /dev/null pkgsrc/math/R-rstudioapi/DESCR:1.1
--- /dev/null   Wed Jul 31 13:26:43 2019
+++ pkgsrc/math/R-rstudioapi/DESCR      Wed Jul 31 13:26:42 2019
@@ -0,0 +1,2 @@
+Access the RStudio API (if available) and provide informative error
+messages when it's not.
Index: pkgsrc/math/R-rstudioapi/Makefile
diff -u /dev/null pkgsrc/math/R-rstudioapi/Makefile:1.1
--- /dev/null   Wed Jul 31 13:26:43 2019
+++ pkgsrc/math/R-rstudioapi/Makefile   Wed Jul 31 13:26:42 2019
@@ -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"
Index: pkgsrc/math/R-rstudioapi/distinfo
diff -u /dev/null pkgsrc/math/R-rstudioapi/distinfo:1.1
--- /dev/null   Wed Jul 31 13:26:43 2019
+++ pkgsrc/math/R-rstudioapi/distinfo   Wed Jul 31 13:26:42 2019
@@ -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