pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-rstudioapi



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 18 11:30:32 UTC 2021

Modified Files:
        pkgsrc/math/R-rstudioapi: Makefile distinfo

Log Message:
(math/R-rstudioapi) Updated 0.11 to 0.13

# rstudioapi 0.13

* Fixed an issue where `rstudioapi::insertText()` would fail. (#208)

# rstudioapi 0.12

* Fixed an issue where remote `rstudioapi` calls would erroneously use
  a previous response in some cases.

* Allow `navigateToFile` to accept an empty file. This file will
  default to the file currently in view in the active column.

* Added `registerChunkExecCallback` and `unregisterChunkExecCallback`,
  used to execute a callback after a chunk is ran.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-rstudioapi/Makefile
cvs rdiff -u -r1.2 -r1.3 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/math/R-rstudioapi/Makefile
diff -u pkgsrc/math/R-rstudioapi/Makefile:1.3 pkgsrc/math/R-rstudioapi/Makefile:1.4
--- pkgsrc/math/R-rstudioapi/Makefile:1.3       Sun Sep 20 14:50:51 2020
+++ pkgsrc/math/R-rstudioapi/Makefile   Sat Sep 18 11:30:32 2021
@@ -1,13 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2020/09/20 14:50:51 mef Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/18 11:30:32 mef Exp $
 
 R_PKGNAME=     rstudioapi
-R_PKGVER=      0.11
-CATEGORIES=    math
+R_PKGVER=      0.13
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Safely access the RStudio API
 LICENSE=       mit
 
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-clipr-[0-9]*:../../devel/R-clipr
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-rstudioapi/distinfo
diff -u pkgsrc/math/R-rstudioapi/distinfo:1.2 pkgsrc/math/R-rstudioapi/distinfo:1.3
--- pkgsrc/math/R-rstudioapi/distinfo:1.2       Sun Sep 20 14:50:51 2020
+++ pkgsrc/math/R-rstudioapi/distinfo   Sat Sep 18 11:30:32 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/09/20 14:50:51 mef Exp $
+$NetBSD: distinfo,v 1.3 2021/09/18 11:30:32 mef Exp $
 
-SHA1 (R/rstudioapi_0.11.tar.gz) = 4899ac3f8705dbd138a65fe870a9fe00f2a751e3
-RMD160 (R/rstudioapi_0.11.tar.gz) = 0302a8d52010aac7c9aa8af8a5413baefeda68b1
-SHA512 (R/rstudioapi_0.11.tar.gz) = 90867658947935621ba7ebfeab07f88b62ab606a2221e868b9b8eaeb93e098fdc432d26e73a012e3f722ba353238010c60ae8db02ba4a998b973f5a3c02741aa
-Size (R/rstudioapi_0.11.tar.gz) = 98082 bytes
+SHA1 (R/rstudioapi_0.13.tar.gz) = b6ed431507d6f46ff0d8fcc507efa9f6b867d867
+RMD160 (R/rstudioapi_0.13.tar.gz) = 0be1a6f6d84a0c5ae67806692ae760c126307173
+SHA512 (R/rstudioapi_0.13.tar.gz) = 608ad60d2b63e4e2c75a33431dd9a075b52d5ec3c8f7cff72e795a519d764a4e7abb7c949f61d3168183c33cc4ad0ed3f358f822fc20feb98d3cde7e92cee92c
+Size (R/rstudioapi_0.13.tar.gz) = 110472 bytes



Home | Main Index | Thread Index | Old Index