Skip to content

Commit

Permalink
fledge: CRAN release v1.10.0 (#718)
Browse files Browse the repository at this point in the history
* CRAN comments

* fledge: Bump version to 1.10.0

* NEWS
  • Loading branch information
krlmlr authored Dec 17, 2024
1 parent 0359069 commit 15e84c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 37 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pillar
Title: Coloured Formatting for Columns
Version: 1.9.99.9903
Version: 1.10.0
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
Expand Down
41 changes: 6 additions & 35 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,21 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# pillar 1.9.99.9903
# pillar 1.10.0

## Chore

- IDE.


# pillar 1.9.99.9902

## Chore
## Features

- Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).
- `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).

## Testing
- New `tbl_nrow()` generic to support lazy data frames (#679).

- Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670).
- Show missing values in red in `glimpse()` (@ryanzomorrodi, #662).

- Fix tests for older R versions.
- 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).


# pillar 1.9.99.9901

## Bug fixes

- Fix printing of infinite times (#645, #710).
Expand All @@ -34,29 +24,10 @@

## Documentation

- Add `index.md`.

- Describe `getOption("width")` (#671, #708).


# pillar 1.9.99.9900

## 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()` 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).

## Documentation

- Update `_pkgdown.yml` to bring back search bar (@olivroy, #667).

- Only implement `type_sum.accel()` in pkgdown mode (#661).

- Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657).


Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pillar 1.9.99.9900
pillar 1.10.0

## Cran Repository Policy

Expand Down

0 comments on commit 15e84c2

Please sign in to comment.