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 Nov 16 13:32:27 UTC 2024

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

Log Message:
(math/R-rstudioapi) Updated 0.15.0 to 0.17.1

# rstudioapi 0.17.1

* Ensure a more appropriate error message is emitted for calls to
  `rstudioapi::getVersion()` and `rstudioapi::getMode()` outside
  of RStudio.

# rstudioapi 0.17.0

* Added `getMode()`, which can be used to differentiate between Desktop
  and Server installations of RStudio. (#280)

# rstudioapi 0.16.0

* `restartSession()` gains the `clean` argument, for RStudio 2024.04
  and newer.

* Added `setGhostText()` for setting ghost text in the current editor.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-rstudioapi/Makefile
cvs rdiff -u -r1.7 -r1.8 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.6 pkgsrc/math/R-rstudioapi/Makefile:1.7
--- pkgsrc/math/R-rstudioapi/Makefile:1.6       Fri Aug 11 02:21:22 2023
+++ pkgsrc/math/R-rstudioapi/Makefile   Sat Nov 16 13:32:27 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/08/11 02:21:22 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/16 13:32:27 mef Exp $
 
 R_PKGNAME=     rstudioapi
-R_PKGVER=      0.15.0
+R_PKGVER=      0.17.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Safely access the RStudio API
@@ -13,6 +13,13 @@ TEST_DEPENDS+=       R-knitr-[0-9]*:../../prin
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= # none
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-rstudioapi/distinfo
diff -u pkgsrc/math/R-rstudioapi/distinfo:1.7 pkgsrc/math/R-rstudioapi/distinfo:1.8
--- pkgsrc/math/R-rstudioapi/distinfo:1.7       Fri Aug 11 02:21:22 2023
+++ pkgsrc/math/R-rstudioapi/distinfo   Sat Nov 16 13:32:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/08/11 02:21:22 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/11/16 13:32:27 mef Exp $
 
-BLAKE2s (R/rstudioapi_0.15.0.tar.gz) = 2dd71f7127d264f726c977f91ae4e21fb10367c841d49ddfa8bc8e36a78e7826
-SHA512 (R/rstudioapi_0.15.0.tar.gz) = 304b9448915789d948d08cdef66f8c31d22fd3413de172dfa10cb1ccec53bdb3734b8fd797ef3389674c652106b46784fa47b3bb9e3ab61b1149965210dfcd21
-Size (R/rstudioapi_0.15.0.tar.gz) = 115689 bytes
+BLAKE2s (R/rstudioapi_0.17.1.tar.gz) = 79106696798f106c6ac4ca8488e4328548e8e7dca1fddba8a0ce66964cfd28f0
+SHA512 (R/rstudioapi_0.17.1.tar.gz) = 55e78cacbcc0e85ad69184a252ba0b7b5ea64b858b247ec9f959a3239b9a21ada93c78137954ff2d38a9af5a0a7b39b332c43258d1cf39bf582f1e4baf5c822f
+Size (R/rstudioapi_0.17.1.tar.gz) = 118455 bytes



Home | Main Index | Thread Index | Old Index