pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-tibble
Module Name: pkgsrc
Committed By: mef
Date: Fri Jun 2 12:49:09 UTC 2023
Modified Files:
pkgsrc/math/R-tibble: Makefile distinfo
Log Message:
(math/R-tibble) Updated 3.1.8 to 3.2.1
# tibble 3.2.1
## Internal
- Use symbol instead of string in `.Call()`.
# tibble 3.2.0
## Features
- Accurate location of the source of an error in error messages
(#1379, #1065, #1508).
- `as_data_frame()` now also refers to `as.data.frame()` in its
deprecation message (#1149, #1506).
## Breaking changes
- Deprecated functions and arguments where we could not detect usage
by other CRAN packages (#1515):
- `data_frame_()`, `lst_()`, `frame_data()`
- `as_tibble(validate = )`, `as_tibble(NULL)`, `new_tibble(subclass = )`
- `add_row()` and `add_column()` for non-data-frame input
- `add_column()` for input with non-unique names
- corner cases for `tbl[[x]]`
- Breaking change: Remove `knit_print.trunc_mat()` method (#1516).
- Forward `trunc_mat()` to new-style pillar methods (#1517).
## Bug fixes
- Allow `glue()` and other classed characters for subassignment (#1150, #1503).
## Performance
- Reduce overhead of single-column subset assignment (#1363).
## Documentation
- New `vignette("extending")` (#275, #1512).
- Minor updates (#1151, #1070, #1512, #1485).
- Update example for `nrow` argument to `new_tibble()` (@heavywatal, #1394).
- Fix display of mermaid diagrams in `vignette("formats")` (@maelle, #1497, #1498).
- Remove ANSI escapes from invariants article on pkgdown (#1374).
## Internal
- Require vctrs >= 0.4.1 and pillar >= 1.8.1
- Use cli for formatting conditions (#1387).
- Use `vec_as_location(missing = "error")` for better error messages
(#741, #1511).
- Remove compatibility code for RSDA package which is broken anyway
due to other changes (#923, #1509).
- Skip tests if suggested packages not available (#1246, @MichaelChirico).
- Remove obsolete tests (#1513).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-tibble/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-tibble/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-tibble/Makefile
diff -u pkgsrc/math/R-tibble/Makefile:1.11 pkgsrc/math/R-tibble/Makefile:1.12
--- pkgsrc/math/R-tibble/Makefile:1.11 Sun Jan 1 05:38:16 2023
+++ pkgsrc/math/R-tibble/Makefile Fri Jun 2 12:49:09 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/01/01 05:38:16 mef Exp $
+# $NetBSD: Makefile,v 1.12 2023/06/02 12:49:09 mef Exp $
R_PKGNAME= tibble
-R_PKGVER= 3.1.8
+R_PKGVER= 3.2.1
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Simple data frames
Index: pkgsrc/math/R-tibble/distinfo
diff -u pkgsrc/math/R-tibble/distinfo:1.7 pkgsrc/math/R-tibble/distinfo:1.8
--- pkgsrc/math/R-tibble/distinfo:1.7 Sun Jan 1 05:38:16 2023
+++ pkgsrc/math/R-tibble/distinfo Fri Jun 2 12:49:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/01/01 05:38:16 mef Exp $
+$NetBSD: distinfo,v 1.8 2023/06/02 12:49:09 mef Exp $
-BLAKE2s (R/tibble_3.1.8.tar.gz) = 38370e84e4ce22d71565d65828492bd8440164b0528b89145d4f03af7f8738c0
-SHA512 (R/tibble_3.1.8.tar.gz) = 6a61d239f6cdd16abfeedb9903ecef30dae8431f077a3c76e017f92a8414ea7dd2e9ce57fce6019a92c4fcbc7bd3a18b1c7bf9520c13d3db8cec4552ee93f205
-Size (R/tibble_3.1.8.tar.gz) = 672336 bytes
+BLAKE2s (R/tibble_3.2.1.tar.gz) = 011e7afb21d73e02cf23954339d2f77871f074f0978db6069245f69904c5ccc2
+SHA512 (R/tibble_3.2.1.tar.gz) = cb1cc5248dae6394e2f102c4f3695d3aee17e3f4f838acbf2059adc713f07bdd613c88e1ba1c7cf0b80efc136240d66ef2afac814506deba4f87a67d7ce80f36
+Size (R/tibble_3.2.1.tar.gz) = 565982 bytes
Home |
Main Index |
Thread Index |
Old Index