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: Sun Jun 14 05:00:46 UTC 2026
Modified Files:
pkgsrc/math/R-tibble: Makefile distinfo
Log Message:
(math/R-tibble) Updated 3.2.1. to 3.3.2, (Fixed build against R-4.6.0)
# tibble 3.3.1
--------------
## Chore
- Remove deprecated `vctrs::partial_factor()` and
`vctrs::partial_frame()` references (#1678, #1680).
- Avoid use of `SET_OBJECT()`, `ATTRIB()` and `SET_ATTRIB()` (#1671).
- Spring Cleaning (@Layalchristine24, #1643, #1644).
- Use Quarto-style formatting in vignettes.
## Documentation
- Posit as copyright holder.
# tibble 3.3.0
--------------
## Bug fixes
- Subset tibble with `"0"` for row index (@eitsupi, #1636, #1637).
- `new_tibble()` and `as_tibble()` support attributes named `"n"` and
`"x"` (#1573, #1574).
## Features
- Support new vctrs `.name_repair` options: `unique_quiet`,
`universal_quiet` (@andreranza, #1549, #1625).
- Rework `view()` to better work with RStudio and Positron
(@DavisVaughan, #1551, #1603).
- `as_tibble()` calls `as.data.frame()` for objects that are not
subclasses of `"tbl_df"` (@TimTaylor, #1556, #1557).
## Documentation
- Update comparison between tibble and data.frame (@olivroy, #1567).
- Use pak for installing dev version in README (@luisDVA, #1600).
- Document that `...` must be empty in `print.tbl_df()`.
- Request to not edit `NEWS.md`.
- Fix rendering if suggested packages are missing.
- Alt text (@maelle, #1528, #1539).
## Testing
- Skip tests if packages are missing.
- Override `::` to avoid failures in tests without suggested packages.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-tibble/Makefile
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/math/R-tibble/Makefile:1.13
--- pkgsrc/math/R-tibble/Makefile:1.12 Fri Jun 2 12:49:09 2023
+++ pkgsrc/math/R-tibble/Makefile Sun Jun 14 05:00:46 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2023/06/02 12:49:09 mef Exp $
+# $NetBSD: Makefile,v 1.13 2026/06/14 05:00:46 mef Exp $
R_PKGNAME= tibble
-R_PKGVER= 3.2.1
+R_PKGVER= 3.3.1
MAINTAINER= minskim%NetBSD.org@localhost
COMMENT= Simple data frames
Index: pkgsrc/math/R-tibble/distinfo
diff -u pkgsrc/math/R-tibble/distinfo:1.8 pkgsrc/math/R-tibble/distinfo:1.9
--- pkgsrc/math/R-tibble/distinfo:1.8 Fri Jun 2 12:49:09 2023
+++ pkgsrc/math/R-tibble/distinfo Sun Jun 14 05:00:46 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/06/02 12:49:09 mef Exp $
+$NetBSD: distinfo,v 1.9 2026/06/14 05:00:46 mef Exp $
-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
+BLAKE2s (R/tibble_3.3.1.tar.gz) = 2b0e3d49b3e994c97e118cdde2b17876695f25740a03f28bde12b5ca64c0af72
+SHA512 (R/tibble_3.3.1.tar.gz) = 15652ac49806457eba1de8e54b64fe92ca274b8107e6c93c3c040e4dc745897773abf86dc077224922b6b1305cf112d7b1dd44f2874746d8c9761c371d31ac02
+Size (R/tibble_3.3.1.tar.gz) = 557135 bytes
Home |
Main Index |
Thread Index |
Old Index