pivottabler
Create Pivot Tables
The pivot table package that ships only when R itself changes underneath it.
◆Recent moves
- 1y ago
CRAN note fixes, shipped alongside basictabler
Small changes for CRAN notes, released 83 seconds after its sibling basictabler's equivalent and ending an 18-month silence. Keeps the package on CRAN and nothing more.
View source ↗ - 2y ago
Source fixes for R 4.4.0's is.atomic(NULL) change
Source changes to absorb R 4.4.0 making is.atomic(NULL) return FALSE. The maintainer explicitly notes users need change nothing — this is the package keeping pace with base R, which is what most of its recent releases are.
View source ↗ - 3y ago
findCells gains top-N and bottom-N selection by cell value
The only feature in the recent window: findCells() gains lowN and highN to pull the N lowest or highest cells by value, returned already sorted. It turns a common two-step search-then-order into one call. The rest anticipates R 4.3.0's change to how match() and %in% handle date types.
View source ↗ - 5y ago
v1.5.3: New export options
Word, PowerPoint and PDF output become reachable by routing through basictabler and flextable, rather than being implemented here. Consistent with how this pair of packages works — delegate the format writers, keep the table model. Per-cell border formatting also gets easier.
View source ↗ - 5y ago
v1.5.2: Bug fix for export to Excel via basictabler table
Fixes blank Excel cells for totals and calculation headings when a pivot table was converted to a basictabler table and exported. Notably it was fixed from both ends the same afternoon — pivottabler now assigns raw values to those headings, and basictabler falls back to the formatted value when none exists.
View source ↗ - 5y ago
Maintenance for the R 4.1 stringsAsFactors deprecation
Maintenance around R 4.1.0's stringsAsFactors deprecation, with the actual logic having shipped in 1.5.0, plus a fix for themes supplied as a plain list. No new capability.
View source ↗