pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/R-reprex



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jan 18 15:12:23 UTC 2024

Modified Files:
        pkgsrc/textproc/R-reprex: Makefile distinfo

Log Message:
(textproc/R-reprex) Updated 2.0.1 to 2.1.0

# reprex 2.1.0

* `reprex()` no longer includes the full traceback by default, as this is
  only useful in relatively rare situations, and otherwise adds a bunch
  of clutter (#448).

* The unexported `prex_*()` functions protect the current session from option
  changes coming from reprex's own machinery, such as disabling color (#427).

# reprex 2.0.2

* The ad placed by `reprex(advertise = TRUE)` has been tweaked for
  `venue = "gh"` (and, therefore, for its aliases `"so"` and `"ds"`) and `venue = "slack"` (#395).

* reprex takes advantage of rlang 1.0.0's improved
  [support for backtraces in knitted documents]
  (https://rlang.r-lib.org/reference/rlang_backtrace_on_error.html#errors-in-rmarkdown)
  and sets the option `rlang_backtrace_on_error_report = "full"` (#377).

* `reprex_rtf()` (a shortcut for `reprex(venue = "rtf")`) now works on Windows,
   even if one of the (possibly temporary) filepaths contains a space,
   e.g. because the username contains a space (#409, @cderv).

* The RStudio addin no longer displays a warning about condition length when
selecting 'current file' as the reprex source (#391, @bisaloo).

* Internal matters:

  - Help files below `man/` have been re-generated, so that they give rise to
    valid HTML5. (This is the impetus for this release, to keep the package
    safely on CRAN.)
  - reprex's condition signalling has been updated to use the current approaches
    provided by the cli, rlang, and lifecycle packages.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/R-reprex/Makefile \
    pkgsrc/textproc/R-reprex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/R-reprex/Makefile
diff -u pkgsrc/textproc/R-reprex/Makefile:1.1 pkgsrc/textproc/R-reprex/Makefile:1.2
--- pkgsrc/textproc/R-reprex/Makefile:1.1       Sat Apr 23 05:35:10 2022
+++ pkgsrc/textproc/R-reprex/Makefile   Thu Jan 18 15:12:23 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/04/23 05:35:10 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/18 15:12:23 mef Exp $
 
 R_PKGNAME=     reprex
-R_PKGVER=      2.0.1
+R_PKGVER=      2.1.0
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -19,12 +19,15 @@ DEPENDS+=   R-rstudioapi>=0.13:../../math/
 DEPENDS+=      R-knitr>=1.23:../../print/R-knitr
 DEPENDS+=      R-rmarkdown>=2.10:../../textproc/R-rmarkdown
 
-# Packages suggested but not available: 'fortunes', 'mockr', 'styler'
+# Packages suggested but not available:
+# 'fortunes', 'rprojroot', 'styler'
 
-TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
-TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
-TEST_DEPENDS+= R-sessioninfo-[0-9]*:../../devel/R-sessioninfo
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-miniUI-[0-9]*:../../www/R-miniUI
+TEST_DEPENDS+= R-sessioninfo-[0-9]*:../../devel/R-sessioninfo
+TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
+TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 
 USE_LANGUAGES= # none
Index: pkgsrc/textproc/R-reprex/distinfo
diff -u pkgsrc/textproc/R-reprex/distinfo:1.1 pkgsrc/textproc/R-reprex/distinfo:1.2
--- pkgsrc/textproc/R-reprex/distinfo:1.1       Sat Apr 23 05:35:10 2022
+++ pkgsrc/textproc/R-reprex/distinfo   Thu Jan 18 15:12:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/23 05:35:10 mef Exp $
+$NetBSD: distinfo,v 1.2 2024/01/18 15:12:23 mef Exp $
 
-BLAKE2s (R/reprex_2.0.1.tar.gz) = c675ab4510c72e81be269f1dc5122990ff46673b24e25f8dd4c4c2be19468e32
-SHA512 (R/reprex_2.0.1.tar.gz) = f5eaeac1854e1d2bc89e27642fdb65744a305937d781e77e1e57a581c11e6b392e34cfebfc8166d21ad4d68b18637f5d7cf114be4428d7bb40d827fa0ee7ee80
-Size (R/reprex_2.0.1.tar.gz) = 1087338 bytes
+BLAKE2s (R/reprex_2.1.0.tar.gz) = 981d749753481a2d71815a8e76094d7c4e61fcb01ff479a65968b1e338317b5f
+SHA512 (R/reprex_2.1.0.tar.gz) = e9ead99ed978d2c7627518034bc2fecec1aab65a671f5653f27e05f0b1a1e2278ce8bd4d0aec6b6796a47b78bddebe65fb15086a58fe57f83bd62e4e608c551a
+Size (R/reprex_2.1.0.tar.gz) = 1088629 bytes



Home | Main Index | Thread Index | Old Index