pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/R-pillar
Module Name: pkgsrc
Committed By: mef
Date: Wed Jan 29 11:27:50 UTC 2025
Modified Files:
pkgsrc/misc/R-pillar: Makefile distinfo
Log Message:
(misc/R-pillar) Updated 0.9.0 to 1.10.1
# pillar 1.10.1
## Documentation
- Define `type_sum.accel()` only in help page to avoid silent errors
when loading (#720, #721).
# pillar 1.10.0
## Features
- `tbl_format_setup()` gains a `setup` argument that supports printing
the header before the data for the body is available, e.g., for
remote backends such as databases (#686).
- New `tbl_nrow()` generic to support lazy data frames (#679).
- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662).
- Math operations on `num()` objects now pass additional arguments to
the mathematical function (@gvelasq, #659, #660).
## Breaking changes
- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
## Bug fixes
- Fix printing of infinite times (#645, #710).
- Fix tibble tests (#665, #709).
## Documentation
- Describe `getOption("width")` (#671, #708).
- Update `_pkgdown.yml` to bring back search bar (@olivroy, #667).
- Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/R-pillar/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/R-pillar/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/R-pillar/Makefile
diff -u pkgsrc/misc/R-pillar/Makefile:1.10 pkgsrc/misc/R-pillar/Makefile:1.11
--- pkgsrc/misc/R-pillar/Makefile:1.10 Fri Jun 2 12:39:11 2023
+++ pkgsrc/misc/R-pillar/Makefile Wed Jan 29 11:27:50 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/06/02 12:39:11 mef Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/29 11:27:50 mef Exp $
R_PKGNAME= pillar
-R_PKGVER= 1.9.0
+R_PKGVER= 1.10.1
CATEGORIES= misc
MAINTAINER= minskim%NetBSD.org@localhost
@@ -17,11 +17,18 @@ DEPENDS+= R-utf8>=1.1.0:../../textproc/R
DEPENDS+= R-lifecycle-[0-9]*:../../devel/R-lifecycle
# Packages suggested but not available:
-# 'debugme', 'DiagrammeR', 'formattable', 'nanotime', 'nycflights13',
-# 'palmerpenguins', 'vdiffr'
+# 'DiagrammeR', 'formattable', 'nycflights13', 'palmerpenguins',
+# 'vdiffr'
+TEST_DEPENDS+= R-DBI-[0-9]*:../../math/R-DBI
+TEST_DEPENDS+= R-bit64-[0-9]*:../../devel/R-bit64
+TEST_DEPENDS+= R-debugme-[0-9]*:../../devel/R-debugme
TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
+TEST_DEPENDS+= R-nanotime-[0-9]*:../../time/R-nanotime
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
TEST_DEPENDS+= R-units-[0-9]*:../../math/R-units
Index: pkgsrc/misc/R-pillar/distinfo
diff -u pkgsrc/misc/R-pillar/distinfo:1.9 pkgsrc/misc/R-pillar/distinfo:1.10
--- pkgsrc/misc/R-pillar/distinfo:1.9 Fri Jun 2 12:39:11 2023
+++ pkgsrc/misc/R-pillar/distinfo Wed Jan 29 11:27:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/06/02 12:39:11 mef Exp $
+$NetBSD: distinfo,v 1.10 2025/01/29 11:27:50 mef Exp $
-BLAKE2s (R/pillar_1.9.0.tar.gz) = 00ab85daf61a113cd53996cb8761d770ab9cd2f131aeb8c02dde632b857fd19e
-SHA512 (R/pillar_1.9.0.tar.gz) = 3f3e37e39fb677d0a9792c4ee7b5d6701288b7ad09ed7f2cb74a7a91372550e985de3f18e59d439dc6242354bc10c6be8ac04fe3a95ffd6e5b951150a420ceb0
-Size (R/pillar_1.9.0.tar.gz) = 444528 bytes
+BLAKE2s (R/pillar_1.10.1.tar.gz) = beeede5dde353367cdc3bf696a41b78db8a8369318278b94db429bbd015539f4
+SHA512 (R/pillar_1.10.1.tar.gz) = c54c2c75d9e2714fd90c92519ce5c51564ef358b60250027d55a79ae0f65f8e3a43ef40dff834e841332f093cb4165a3280b41bf16345455121d231669c2e8cb
+Size (R/pillar_1.10.1.tar.gz) = 407070 bytes
Home |
Main Index |
Thread Index |
Old Index