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:           Thu Jun  8 16:09:11 UTC 2023

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

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

# 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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-rstudioapi/Makefile
cvs rdiff -u -r1.5 -r1.6 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.4 pkgsrc/math/R-rstudioapi/Makefile:1.5
--- pkgsrc/math/R-rstudioapi/Makefile:1.4       Sat Sep 18 11:30:32 2021
+++ pkgsrc/math/R-rstudioapi/Makefile   Thu Jun  8 16:09:11 2023
@@ -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@localhost
 COMMENT=       Safely access the RStudio API

Index: pkgsrc/math/R-rstudioapi/distinfo
diff -u pkgsrc/math/R-rstudioapi/distinfo:1.5 pkgsrc/math/R-rstudioapi/distinfo:1.6
--- pkgsrc/math/R-rstudioapi/distinfo:1.5       Tue Oct 26 10:55:32 2021
+++ pkgsrc/math/R-rstudioapi/distinfo   Thu Jun  8 16:09:11 2023
@@ -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



Home | Main Index | Thread Index | Old Index