pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-rstudioapi (math/R-rstudioapi) Updated 0.11 to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/275472887a10
branches: trunk
changeset: 458556:275472887a10
user: mef <mef%pkgsrc.org@localhost>
date: Sat Sep 18 11:30:32 2021 +0000
description:
(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.
diffstat:
math/R-rstudioapi/Makefile | 10 +++++++---
math/R-rstudioapi/distinfo | 10 +++++-----
2 files changed, 12 insertions(+), 8 deletions(-)
diffs (39 lines):
diff -r 03069983be17 -r 275472887a10 math/R-rstudioapi/Makefile
--- a/math/R-rstudioapi/Makefile Sat Sep 18 10:38:44 2021 +0000
+++ b/math/R-rstudioapi/Makefile Sat Sep 18 11:30:32 2021 +0000
@@ -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"
diff -r 03069983be17 -r 275472887a10 math/R-rstudioapi/distinfo
--- a/math/R-rstudioapi/distinfo Sat Sep 18 10:38:44 2021 +0000
+++ b/math/R-rstudioapi/distinfo Sat Sep 18 11:30:32 2021 +0000
@@ -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