pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/R-readr (textproc/R-readr) Updated 2.0.1 to 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc61e64d3cd9
branches: trunk
changeset: 378278:fc61e64d3cd9
user: mef <mef%pkgsrc.org@localhost>
date: Sun May 01 15:52:39 2022 +0000
description:
(textproc/R-readr) Updated 2.0.1 to 2.1.2
# readr 2.1.2
* `read_table()`, `read_log()`, and `read_delim_chunked()` (and
friends) gain the `show_col_types` argument found elsewhere. All
`read_*()` functions now respect the `show_col_types` argument or
option, even when using the first edition parsing engine (#1331).
* `show_progress()` uses `rlang::is_interactive()` instead of
`base::interactive()` (#1356).
* `read_builtin()` does more argument checking, so that we catch
obviously malformed input before passing along to `utils::data()`
(#1361).
* `chickens.csv` and `whitespace-sample.txt` are new example datasets
accessible via `readr_example()` (#1354).
# readr 2.1.1
* Jenny Bryan is now the maintainer.
* Fix buffer overflow when trying to parse an integer from a field
that is over 64 characters long (#1326)
# readr 2.1.0
* All readr functions again read eagerly by default. Unfortunately
many users experienced frustration from the drawbacks of lazy
reading, in particular locking files on Windows, so it was decided
to disable lazy reading default. However `options(readr.read_lazy =
TRUE)` can be used to set the default to by lazy if desired.
* New `readr.read_lazy` global option to control if readr reads files
lazily or not (#1266)
# readr 2.0.2
* minor test tweak for compatibility with testthat 3.1.0 (#@lionel-, #1304)
* `write_rds()` gains a `text=` argument, to control using a text
based object representation, like the `ascii=` argument in
`saveRDS()` (#1270)
diffstat:
textproc/R-readr/Makefile | 4 ++--
textproc/R-readr/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 4d2bdc580eb3 -r fc61e64d3cd9 textproc/R-readr/Makefile
--- a/textproc/R-readr/Makefile Sun May 01 14:35:40 2022 +0000
+++ b/textproc/R-readr/Makefile Sun May 01 15:52:39 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2021/09/11 01:07:42 mef Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/01 15:52:39 mef Exp $
R_PKGNAME= readr
-R_PKGVER= 2.0.1
+R_PKGVER= 2.1.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 4d2bdc580eb3 -r fc61e64d3cd9 textproc/R-readr/distinfo
--- a/textproc/R-readr/distinfo Sun May 01 14:35:40 2022 +0000
+++ b/textproc/R-readr/distinfo Sun May 01 15:52:39 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:21:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/05/01 15:52:39 mef Exp $
-BLAKE2s (R/readr_2.0.1.tar.gz) = a6b4a5eca1bef10fa8f7a02948eb0e46ee293342df572f12f84291afb3841319
-SHA512 (R/readr_2.0.1.tar.gz) = b63c0c82316245eaca84cdb95232e52dabd81f3feecd7df9b6cb87e55f48d833ba3ae7dd07919f3d91555f13f1b94d33a102542d236b7af5a8accda609103269
-Size (R/readr_2.0.1.tar.gz) = 517944 bytes
+BLAKE2s (R/readr_2.1.2.tar.gz) = 16fb9cffe0a8e39f8cc8d583427cf272568ec5d228f04d41e791d207b5252265
+SHA512 (R/readr_2.1.2.tar.gz) = 449bb104a244448b72fe7d9f4c99e622652bc09a3636dbd1091c12de3971b822e5e10d09918ed97ae346508ef8819640a9a778feaf56f82de5af4300f4bdd021
+Size (R/readr_2.1.2.tar.gz) = 302240 bytes
Home |
Main Index |
Thread Index |
Old Index