pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-readr



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun May  1 15:52:39 UTC 2022

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

Log Message:
(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)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/R-readr/Makefile \
    pkgsrc/textproc/R-readr/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-readr/Makefile
diff -u pkgsrc/textproc/R-readr/Makefile:1.5 pkgsrc/textproc/R-readr/Makefile:1.6
--- pkgsrc/textproc/R-readr/Makefile:1.5        Sat Sep 11 01:07:42 2021
+++ pkgsrc/textproc/R-readr/Makefile    Sun May  1 15:52:39 2022
@@ -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
Index: pkgsrc/textproc/R-readr/distinfo
diff -u pkgsrc/textproc/R-readr/distinfo:1.5 pkgsrc/textproc/R-readr/distinfo:1.6
--- pkgsrc/textproc/R-readr/distinfo:1.5        Tue Oct 26 11:21:31 2021
+++ pkgsrc/textproc/R-readr/distinfo    Sun May  1 15:52:39 2022
@@ -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