(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.
This commit is contained in:
parent
0a311d1fbd
commit
3c4948caaa
2 changed files with 12 additions and 8 deletions
|
@ -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
|
||||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue