Skip to content

Commit

Permalink
(math/R-rstudioapi) Updated 0.13 to 0.14
Browse files Browse the repository at this point in the history
# rstudioapi 0.14 (UNRELEASED)

* `documentPath()` now marks the encoding of file paths as UTF-8. (#257)

* `getSourceEditorContext()` gains the `id` argument, to be used to request
  the editor context for a document with an already-known ID. (#251)

* Added `documentOpen()`, for opening a document in RStudio and optionally
  navigating the cursor to a particular point in the file. The method is
  synchronous and returns the document ID upon completion.

* Fixed an issue where `rstudioapi::askForSecret()` would erroneously fall back
  to using `rstudioapi::askForPassword()` during Knit.

* Added `registerCommandCallback`, `registerCommandStreamCallback`, and
  `unregisterCommandCallback`, used to execute a callback after an IDE command
  is executed.
  • Loading branch information
mef committed Jun 8, 2023
1 parent 4690bdb commit f49ff5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions math/R-rstudioapi/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2021/09/18 11:30:32 mef Exp $
# $NetBSD: Makefile,v 1.5 2023/06/08 16:09:11 mef Exp $

R_PKGNAME= rstudioapi
R_PKGVER= 0.13
R_PKGVER= 0.14

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Safely access the RStudio API
Expand Down
8 changes: 4 additions & 4 deletions math/R-rstudioapi/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:55:32 nia Exp $
$NetBSD: distinfo,v 1.6 2023/06/08 16:09:11 mef Exp $

BLAKE2s (R/rstudioapi_0.13.tar.gz) = 7b56ebf7da5c007a809838f76e3c4a24b9a939ce28fed6c66f83a2259a8522be
SHA512 (R/rstudioapi_0.13.tar.gz) = 608ad60d2b63e4e2c75a33431dd9a075b52d5ec3c8f7cff72e795a519d764a4e7abb7c949f61d3168183c33cc4ad0ed3f358f822fc20feb98d3cde7e92cee92c
Size (R/rstudioapi_0.13.tar.gz) = 110472 bytes
BLAKE2s (R/rstudioapi_0.14.tar.gz) = ce49707d7a27b1857c3fe3a6ca48a5794af7cb7d606ea1a35c848b6f113b7ee0
SHA512 (R/rstudioapi_0.14.tar.gz) = e7185ca997ba24bc1f8dff0aa803b1bd0560958ba71471c1952d8c13dad65fd1616fdc8ed5275e8e7d2c266225e5832a8a740a966067452f5df172b38d214c30
Size (R/rstudioapi_0.14.tar.gz) = 115390 bytes

0 comments on commit f49ff5f

Please sign in to comment.