diff --git a/news-files-annotated/duckplyr.md b/news-files-annotated/duckplyr.md index c8750d4..749a964 100644 --- a/news-files-annotated/duckplyr.md +++ b/news-files-annotated/duckplyr.md @@ -8,7 +8,7 @@ !begin-bullets-1! - !begin-bullet! - New `ducksql()` (duckdb/duckdb-r#32, #397). + New `duck_sql()` (duckdb/duckdb-r#32, #397). !end-bullet! - !begin-bullet! @@ -65,7 +65,7 @@ !begin-bullets-4! - !begin-bullet! - New `ducksql()` (duckdb/duckdb-r#32, #397). + New `duck_sql()` (duckdb/duckdb-r#32, #397). !end-bullet! - !begin-bullet! diff --git a/news-files-annotated/pillar.md b/news-files-annotated/pillar.md index f41902c..5f09c30 100644 --- a/news-files-annotated/pillar.md +++ b/news-files-annotated/pillar.md @@ -1,50 +1,48 @@ ```{=html} ``` -# pillar 1.9.99.9902 +# pillar 1.10.0 -## Chore +## Features !begin-bullets-1! - !begin-bullet! - Breaking change: Hard-deprecate ellipsis for printing and formatting - (#585, #637). - !end-bullet! - -!end-bullets-1! - -## Testing + `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). -!begin-bullets-2! + !end-bullet! +- !begin-bullet! + New `tbl_nrow()` generic to support lazy data frames (#679). + !end-bullet! - !begin-bullet! - Snapshot updates for R-CMD-check-dev ({"package":"ggplot2"}) (#670). + Show missing values in red in `glimpse()` (@ryanzomorrodi, #662). !end-bullet! - !begin-bullet! - Fix tests for older R versions. + Math operations on `num()` objects now pass additional arguments to + the mathematical function (@gvelasq, #659, #660). !end-bullet! -!end-bullets-2! +!end-bullets-1! ## Breaking changes -!begin-bullets-3! +!begin-bullets-2! - !begin-bullet! Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637). !end-bullet! -!end-bullets-3! - -# pillar 1.9.99.9901 +!end-bullets-2! ## Bug fixes -!begin-bullets-4! +!begin-bullets-3! - !begin-bullet! Fix printing of infinite times (#645, #710). @@ -55,62 +53,19 @@ !end-bullet! -!end-bullets-4! +!end-bullets-3! ## Documentation -!begin-bullets-5! - -- !begin-bullet! - Add `index.md`. +!begin-bullets-4! - !end-bullet! - !begin-bullet! Describe `getOption("width")` (#671, #708). !end-bullet! - -!end-bullets-5! - -# pillar 1.9.99.9900 - -## Features - -!begin-bullets-6! - -- !begin-bullet! - `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). - - !end-bullet! -- !begin-bullet! - New `tbl_nrow()` to support lazy data frames (#679). - - !end-bullet! -- !begin-bullet! - Show missing values in red in `glimpse()` (@ryanzomorrodi, #662). - - !end-bullet! -- !begin-bullet! - Math operations on `num()` objects now pass additional arguments to - the mathematical function (@gvelasq, #659, #660). - - !end-bullet! - -!end-bullets-6! - -## Documentation - -!begin-bullets-7! - - !begin-bullet! Update `_pkgdown.yml` to bring back search bar (@olivroy, #667). - !end-bullet! -- !begin-bullet! - Only implement `type_sum.accel()` in pkgdown mode (#661). - !end-bullet! - !begin-bullet! Avoid displaying deprecated argument in `@inheritDotParams` @@ -118,13 +73,13 @@ !end-bullet! -!end-bullets-7! +!end-bullets-4! # pillar 1.9.0 ## Features -!begin-bullets-8! +!begin-bullets-5! - !begin-bullet! Math operations on `num()` objects no longer perform type checks. @@ -132,11 +87,11 @@ #632). !end-bullet! -!end-bullets-8! +!end-bullets-5! ## Printing -!begin-bullets-9! +!begin-bullets-6! - !begin-bullet! The default for the `pillar.min_title_chars` option has been bumped @@ -150,22 +105,22 @@ !end-bullet! -!end-bullets-9! +!end-bullets-6! ## Breaking changes -!begin-bullets-10! +!begin-bullets-7! - !begin-bullet! `colonnade()`, `extra_cols()` and `squeeze()` are now hard-deprecated (#272, #374, #631). !end-bullet! -!end-bullets-10! +!end-bullets-7! ## Bug fixes -!begin-bullets-11! +!begin-bullets-8! - !begin-bullet! Show `colnames()` hint only when needed (tidyverse/tibble#1488, @@ -191,11 +146,11 @@ !end-bullet! -!end-bullets-11! +!end-bullets-8! ## Documentation -!begin-bullets-12! +!begin-bullets-9! - !begin-bullet! Polish `?pillar_options` (#583). @@ -207,23 +162,23 @@ !end-bullet! -!end-bullets-12! +!end-bullets-9! ## Internal -!begin-bullets-13! +!begin-bullets-10! - !begin-bullet! Require vctrs \>= 0.5.0 !end-bullet! -!end-bullets-13! +!end-bullets-10! # pillar 1.8.1 ## Features -!begin-bullets-14! +!begin-bullets-11! - !begin-bullet! New `pillar.advice` option to turn off advice in the footer, see @@ -231,13 +186,13 @@ (#577). !end-bullet! -!end-bullets-14! +!end-bullets-11! # pillar 1.8.0 ## Display -!begin-bullets-15! +!begin-bullets-12! - !begin-bullet! Column names that are abbreviated in the header gain a footnote and @@ -267,11 +222,11 @@ !end-bullet! -!end-bullets-15! +!end-bullets-12! ## Features -!begin-bullets-16! +!begin-bullets-13! - !begin-bullet! Pick up `"pillar_focus"` attribute on printing to define focus @@ -284,11 +239,11 @@ !end-bullet! -!end-bullets-16! +!end-bullets-13! ## Bug fixes -!begin-bullets-17! +!begin-bullets-14! - !begin-bullet! Fix printing of `Surv` and `Surv2` objects (#561). @@ -304,11 +259,11 @@ !end-bullet! -!end-bullets-17! +!end-bullets-14! ## Documentation -!begin-bullets-18! +!begin-bullets-15! - !begin-bullet! `ctl_new_pillar_list()` is documented on a separate help page @@ -320,11 +275,11 @@ !end-bullet! -!end-bullets-18! +!end-bullets-15! ## Chore -!begin-bullets-19! +!begin-bullets-16! - !begin-bullet! Drop crayon dependency (#559). @@ -340,11 +295,11 @@ !end-bullet! -!end-bullets-19! +!end-bullets-16! ## API -!begin-bullets-20! +!begin-bullets-17! - !begin-bullet! Soft-deprecate `colonnade()`, `squeeze()` and `extra_cols()` (#496). @@ -355,13 +310,13 @@ !end-bullet! -!end-bullets-20! +!end-bullets-17! # pillar 1.7.0 ## Breaking changes -!begin-bullets-21! +!begin-bullets-18! - !begin-bullet! `colonnade()` is now soft-deprecated (#485). @@ -374,11 +329,11 @@ `new_pillar()` deprecates `extra` argument (#497). !end-bullet! -!end-bullets-21! +!end-bullets-18! ## Features -!begin-bullets-22! +!begin-bullets-19! - !begin-bullet! Focus columns specified via the `focus` argument to @@ -386,46 +341,46 @@ the maximum width and with the "type" component underlined (#465). !end-bullet! -!end-bullets-22! +!end-bullets-19! ## Bug fixes -!begin-bullets-23! +!begin-bullets-20! - !begin-bullet! Update `s3_register()` to use new implementation from rlang, this fixes CRAN checks related to `scale_type()` (#462). !end-bullet! -!end-bullets-23! +!end-bullets-20! ## Internal -!begin-bullets-24! +!begin-bullets-21! - !begin-bullet! Single pillars constructed with `pillar()` use only as much width as required when printing (#484). !end-bullet! -!end-bullets-24! +!end-bullets-21! # pillar 1.6.5 ## Breaking changes -!begin-bullets-25! +!begin-bullets-22! - !begin-bullet! New `ctl_new_pillar_list()`, supersedes `ctl_new_compound_pillar()` (#433). !end-bullet! -!end-bullets-25! +!end-bullets-22! ## Features -!begin-bullets-26! +!begin-bullets-23! - !begin-bullet! If some but not all sub-columns of a data frame or matrix column are @@ -464,11 +419,11 @@ return value (#390). !end-bullet! -!end-bullets-26! +!end-bullets-23! ## Bug fixes -!begin-bullets-27! +!begin-bullets-24! - !begin-bullet! Extra columns in footer show backticks again if they are @@ -482,21 +437,21 @@ Fix support for `nanotime::nanotime()` classes (#378, #380). !end-bullet! -!end-bullets-27! +!end-bullets-24! ## Documentation -!begin-bullets-28! +!begin-bullets-25! - !begin-bullet! `?num` and `?char` now point to tibble (#382). !end-bullet! -!end-bullets-28! +!end-bullets-25! ## Internal -!begin-bullets-29! +!begin-bullets-26! - !begin-bullet! Use eager registration via `NAMESPACE` for own methods for classes @@ -519,13 +474,13 @@ (#279). !end-bullet! -!end-bullets-29! +!end-bullets-26! # pillar 1.6.4 ## Bug fixes -!begin-bullets-30! +!begin-bullets-27! - !begin-bullet! Fix printing for some tibbles where a fixed-width column is followed @@ -535,44 +490,44 @@ Avoid nested backtick blocks in vignette. !end-bullet! -!end-bullets-30! +!end-bullets-27! ## Breaking changes -!begin-bullets-31! +!begin-bullets-28! - !begin-bullet! `num()` requires an integerish `digits` argument (#362). !end-bullet! -!end-bullets-31! +!end-bullets-28! ## Documentation -!begin-bullets-32! +!begin-bullets-29! - !begin-bullet! Link to tibble vignettes and documentation pages. !end-bullet! -!end-bullets-32! +!end-bullets-29! # pillar 1.6.3 -!begin-bullets-33! +!begin-bullets-30! - !begin-bullet! Avoid blanket import for lifecycle package for compatibility with upcoming rlang (#368, @romainfrancois). !end-bullet! -!end-bullets-33! +!end-bullets-30! # pillar 1.6.2 ## Options -!begin-bullets-34! +!begin-bullets-31! - !begin-bullet! Options `pillar.print_max`, `pillar.print_min`, `pillar.width` and @@ -590,11 +545,11 @@ in addition to the existing `tibble.max_extra_cols` option (#263). !end-bullet! -!end-bullets-34! +!end-bullets-31! ## Formatting -!begin-bullets-35! +!begin-bullets-32! - !begin-bullet! If a column doesn't make use of all horizontal width offered to it, @@ -610,11 +565,11 @@ implementation of custom `pillar_shaft()` methods (#347). !end-bullet! -!end-bullets-35! +!end-bullets-32! ## Features -!begin-bullets-36! +!begin-bullets-33! - !begin-bullet! `num()` gains `extra_sigfig` argument to automatically show more @@ -631,11 +586,11 @@ argument to `max_extra_cols` for consistency (#360). !end-bullet! -!end-bullets-36! +!end-bullets-33! ## Bug fixes -!begin-bullets-37! +!begin-bullets-34! - !begin-bullet! Avoid mangling of duplicate column names in footer (#332). @@ -644,11 +599,11 @@ Fix warning with zero of type `bit64::integer64()` (#319). !end-bullet! -!end-bullets-37! +!end-bullets-34! ## Documentation -!begin-bullets-38! +!begin-bullets-35! - !begin-bullet! All package options are now documented in `?pillar_options` (#339). @@ -662,11 +617,11 @@ `vctrs::vec_restore()` (#322). !end-bullet! -!end-bullets-38! +!end-bullets-35! ## Internal -!begin-bullets-39! +!begin-bullets-36! - !begin-bullet! Using `attr(exact = TRUE)` everywhere. @@ -678,11 +633,11 @@ Fix internal logic around `vec_proxy()` and `vec_restore()` (#316). !end-bullet! -!end-bullets-39! +!end-bullets-36! # pillar 1.6.1 -!begin-bullets-40! +!begin-bullets-37! - !begin-bullet! Bump required versions of ellipsis and vctrs to avoid warning during @@ -692,13 +647,13 @@ `obj_sum()` no longer includes shape twice (#315). !end-bullet! -!end-bullets-40! +!end-bullets-37! # pillar 1.6.0 ## Features -!begin-bullets-41! +!begin-bullets-38! - !begin-bullet! New `num()` and `char()` offer a flexible way to customize the @@ -720,11 +675,11 @@ same rules regarding significant or decimal digits (#297). !end-bullet! -!end-bullets-41! +!end-bullets-38! ## Bug fixes -!begin-bullets-42! +!begin-bullets-39! - !begin-bullet! Load the debugme package only if the `DEBUGME` environment variable @@ -739,21 +694,21 @@ character columns. !end-bullet! -!end-bullets-42! +!end-bullets-39! ## Documentation -!begin-bullets-43! +!begin-bullets-40! - !begin-bullet! New `vignette("numbers")` and `vignette("digits")` (#308). !end-bullet! -!end-bullets-43! +!end-bullets-40! ## Internal -!begin-bullets-44! +!begin-bullets-41! - !begin-bullet! Compatibility with vctrs 0.3.7 (#291). @@ -763,34 +718,34 @@ longer defaults to `pillar_na()` (#273). !end-bullet! -!end-bullets-44! +!end-bullets-41! # pillar 1.5.1 ## Features -!begin-bullets-45! +!begin-bullets-42! - !begin-bullet! New `format_glimpse()` (#177). !end-bullet! -!end-bullets-45! +!end-bullets-42! ## Bug fixes -!begin-bullets-46! +!begin-bullets-43! - !begin-bullet! Color and formatting can now be reliably turned off by setting the `"cli.num_colors"` option to 1 (#269). !end-bullet! -!end-bullets-46! +!end-bullets-43! ## Documentation -!begin-bullets-47! +!begin-bullets-44! - !begin-bullet! Add examples for new functions (#264). @@ -799,13 +754,13 @@ Fix lifecycle badges everywhere. !end-bullet! -!end-bullets-47! +!end-bullets-44! # pillar 1.5.0 ## Breaking changes -!begin-bullets-48! +!begin-bullets-45! - !begin-bullet! `obj_sum()` now always returns a string. `pillar_shaft.list()` @@ -822,11 +777,11 @@ !end-bullet! -!end-bullets-48! +!end-bullets-45! ## Extensibility -!begin-bullets-49! +!begin-bullets-46! - !begin-bullet! New `size_sum()` generic (#239). @@ -851,11 +806,11 @@ !end-bullet! -!end-bullets-49! +!end-bullets-46! ## Formatting -!begin-bullets-50! +!begin-bullets-47! - !begin-bullet! All printing code has been moved from tibble to pillar (#179), @@ -892,11 +847,11 @@ !end-bullet! -!end-bullets-50! +!end-bullets-47! ## Internal -!begin-bullets-51! +!begin-bullets-48! - !begin-bullet! Now using debugme to simplify understand the complex control flow, @@ -921,33 +876,33 @@ !end-bullet! -!end-bullets-51! +!end-bullets-48! # pillar 1.4.7 -!begin-bullets-52! +!begin-bullets-49! - !begin-bullet! Adapt to changed environment on CRAN's Solaris machine. !end-bullet! -!end-bullets-52! +!end-bullets-49! # pillar 1.4.6 -!begin-bullets-53! +!begin-bullets-50! - !begin-bullet! Restore compatibility with R 3.2. !end-bullet! -!end-bullets-53! +!end-bullets-50! # pillar 1.4.5 ## Features -!begin-bullets-54! +!begin-bullets-51! - !begin-bullet! New `pillar.min_chars` option allows controlling the minimum number @@ -965,11 +920,11 @@ !end-bullet! -!end-bullets-54! +!end-bullets-51! ## Technical -!begin-bullets-55! +!begin-bullets-52! - !begin-bullet! `pillar_shaft()`, `format_type_sum()` and `extra_cols()` issue a @@ -982,11 +937,11 @@ !end-bullet! -!end-bullets-55! +!end-bullets-52! ## Internal -!begin-bullets-56! +!begin-bullets-53! - !begin-bullet! Use lifecycle package. @@ -997,11 +952,11 @@ !end-bullet! -!end-bullets-56! +!end-bullets-53! # pillar 1.4.4 -!begin-bullets-57! +!begin-bullets-54! - !begin-bullet! `obj_sum()` uses `vctrs::vec_size()` internally. @@ -1017,11 +972,11 @@ !end-bullet! -!end-bullets-57! +!end-bullets-54! # pillar 1.4.3 -!begin-bullets-58! +!begin-bullets-55! - !begin-bullet! `new_pillar_shaft_simple()` gains `na` argument to control @@ -1049,11 +1004,11 @@ !end-bullet! -!end-bullets-58! +!end-bullets-55! # pillar 1.4.2 -!begin-bullets-59! +!begin-bullets-56! - !begin-bullet! List columns are shown with their perceived dimensions, which may be @@ -1066,11 +1021,11 @@ !end-bullet! -!end-bullets-59! +!end-bullets-56! # pillar 1.4.1 -!begin-bullets-60! +!begin-bullets-57! - !begin-bullet! More careful specification of minimum package versions for the @@ -1088,13 +1043,13 @@ Implement methods for vctrs objects. !end-bullet! -!end-bullets-60! +!end-bullets-57! # pillar 1.4.0 ## Breaking changes -!begin-bullets-61! +!begin-bullets-58! - !begin-bullet! `type_sum()` forwards to `vctrs::vec_ptype_abbr()` (#134). This @@ -1108,11 +1063,11 @@ warning once per session (#157). !end-bullet! -!end-bullets-61! +!end-bullets-58! ## Output -!begin-bullets-62! +!begin-bullets-59! - !begin-bullet! Removed extra space for pillars with a negative value of lower @@ -1123,11 +1078,11 @@ containing `[,0]` and an empty shaft (#149). !end-bullet! -!end-bullets-62! +!end-bullets-59! ## Performance -!begin-bullets-63! +!begin-bullets-60! - !begin-bullet! `squeeze()` is now faster (because the width computation in @@ -1141,11 +1096,11 @@ and styling is implemented manually (#133, @jimhester). !end-bullet! -!end-bullets-63! +!end-bullets-60! ## Internal -!begin-bullets-64! +!begin-bullets-61! - !begin-bullet! All internal S3 classes have the `pillar_` prefix (#156). @@ -1155,23 +1110,23 @@ running on Linux in a latin1 locale. !end-bullet! -!end-bullets-64! +!end-bullets-61! # pillar 1.3.1 ## Bug fixes -!begin-bullets-65! +!begin-bullets-62! - !begin-bullet! Fix off-by-one error in distribution of empty space (#141). !end-bullet! -!end-bullets-65! +!end-bullets-62! ## Visible changes -!begin-bullets-66! +!begin-bullets-63! - !begin-bullet! `NA` in names is no longer escaped with backticks. @@ -1181,11 +1136,11 @@ (tidyverse/tibble#448). !end-bullet! -!end-bullets-66! +!end-bullets-63! ## Internal changes -!begin-bullets-67! +!begin-bullets-64! - !begin-bullet! Update base type abbrevs to rlang 0.3.0 (#140, @lionel-). @@ -1194,13 +1149,13 @@ Tests work again in a 256-color terminal (#129). !end-bullet! -!end-bullets-67! +!end-bullets-64! # pillar 1.3.0 ## Visible changes -!begin-bullets-68! +!begin-bullets-65! - !begin-bullet! Unknown data types are formatted using `format()`, not @@ -1223,21 +1178,21 @@ !end-bullet! -!end-bullets-68! +!end-bullets-65! ## Interface changes -!begin-bullets-69! +!begin-bullets-66! - !begin-bullet! `format_type_sum()` gains `width` argument (#73). !end-bullet! -!end-bullets-69! +!end-bullets-66! ## Performance improvements -!begin-bullets-70! +!begin-bullets-67! - !begin-bullet! Printing large multi-tier colonnades is much faster, the code that @@ -1257,11 +1212,11 @@ !end-bullet! -!end-bullets-70! +!end-bullets-67! ## Internal -!begin-bullets-71! +!begin-bullets-68! - !begin-bullet! `pillar()` no longer adds backticks if `title` is non-syntactic. @@ -1283,11 +1238,11 @@ !end-bullet! -!end-bullets-71! +!end-bullets-68! # pillar 1.2.3 -!begin-bullets-72! +!begin-bullets-69! - !begin-bullet! Eliminate CRAN check warning about undeclared withr dependency. @@ -1302,11 +1257,11 @@ `pillar_shaft.character()` gains `min_width` argument. !end-bullet! -!end-bullets-72! +!end-bullets-69! # pillar 1.2.2 -!begin-bullets-73! +!begin-bullets-70! - !begin-bullet! Whole numbers are printed without a decimal dot again. Numbers that @@ -1328,13 +1283,13 @@ date-time values (#102). !end-bullet! -!end-bullets-73! +!end-bullets-70! # pillar 1.2.1 ## Display -!begin-bullets-74! +!begin-bullets-71! - !begin-bullet! Turned off using subtle style for digits that are considered @@ -1366,11 +1321,11 @@ notation. !end-bullet! -!end-bullets-74! +!end-bullets-71! ## Bug fixes -!begin-bullets-75! +!begin-bullets-72! - !begin-bullet! Numeric values with a `"class"` attribute (e.g., `Duration` from @@ -1390,22 +1345,22 @@ value \>= 1 (#98). !end-bullet! -!end-bullets-75! +!end-bullets-72! ## New functions -!begin-bullets-76! +!begin-bullets-73! - !begin-bullet! New styling helper `style_subtle_num()`, formatting depends on the `pillar.subtle_num` option. !end-bullet! -!end-bullets-76! +!end-bullets-73! # pillar 1.1.0 -!begin-bullets-77! +!begin-bullets-74! - !begin-bullet! `NA` values are now shown in plain red, without changing the @@ -1414,7 +1369,7 @@ - !begin-bullet! New options to control the output, with defaults that match the current behavior unless stated otherwise: - !begin-bullets-78! + !begin-bullets-75! - !begin-bullet! `pillar.sigfig` to control the number of significant digits, for highlighting and truncation (#72), @@ -1437,7 +1392,7 @@ characters, #75). !end-bullet! - !end-bullets-78! + !end-bullets-75! !end-bullet! - !begin-bullet! Shortened abbreviations for types: complex: cplx -\> cpl, function: @@ -1451,17 +1406,17 @@ Very wide tibbles now print faster (#85). !end-bullet! -!end-bullets-77! +!end-bullets-74! # pillar 1.0.1 -!begin-bullets-79! +!begin-bullets-76! - !begin-bullet! Work around failing CRAN tests on Windows. !end-bullet! -!end-bullets-79! +!end-bullets-76! # pillar 1.0.0 diff --git a/news-files/duckplyr.md b/news-files/duckplyr.md index 862b8f8..120386c 100644 --- a/news-files/duckplyr.md +++ b/news-files/duckplyr.md @@ -4,7 +4,7 @@ ## Features -- New `ducksql()` (duckdb/duckdb-r#32, #397). +- New `duck_sql()` (duckdb/duckdb-r#32, #397). - New `duckparquet()`, `duckcsv()`, `duckjson()` and `duckfile()`, deprecating `duckplyr_df_from_*()` and `df_from_*()` functions (#210, #396). @@ -29,7 +29,7 @@ ## Features -- New `ducksql()` (duckdb/duckdb-r#32, #397). +- New `duck_sql()` (duckdb/duckdb-r#32, #397). - New `duckparquet()`, `duckcsv()`, `duckjson()` and `duckfile()`, deprecating `duckplyr_df_from_*()` and `df_from_*()` functions (#210, #396). diff --git a/news-files/hashes.rds b/news-files/hashes.rds index 233280f..5b667e7 100644 Binary files a/news-files/hashes.rds and b/news-files/hashes.rds differ diff --git a/news-files/pillar.md b/news-files/pillar.md index 351a3bf..8ff4116 100644 --- a/news-files/pillar.md +++ b/news-files/pillar.md @@ -1,24 +1,21 @@ -# pillar 1.9.99.9902 +# pillar 1.10.0 -## 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). @@ -27,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). diff --git a/previous_updates.csv b/previous_updates.csv index 1cdd0d3..aa2b0e4 100644 --- a/previous_updates.csv +++ b/previous_updates.csv @@ -18454,3 +18454,4 @@ pak,f8f14560d66fd6171456b06a2bb93a23,"pak now uses the `use_bioconductor` config ggplot2,80c7535517fe55b8e44f14ee33d33af1,"`geom_ribbon()` now appropriately warns about, and removes, missing values (@​teunbrand, #6243).",NA,NA,NA,NA renv,0dd5ba8325e49975912bce42a0c86a41,Fixed an issue where packages installed from r-universe via an explicit URL remote could not be restored. (#2060),NA,NA,NA,NA renv,bc9a902d96e59b9a70d4b699c47c3b37,`renv` now detects dependencies from usages of `utils::citation()`. (#2047),NA,NA,NA,NA +pillar,9eded65bd555074473d3ffd46b8c9377,New `tbl_nrow()` generic to support lazy data frames (#679).,NA,NA,NA,NA diff --git a/refresh-token.rds b/refresh-token.rds index bde0728..908e3a6 100644 Binary files a/refresh-token.rds and b/refresh-token.rds differ