From e14d361557f7e3be5985fe347045221e179bfa4d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 02:52:32 +0000 Subject: [PATCH] Refresh NEWS files --- news-files-annotated/blob.md | 138 ++++++-- news-files-annotated/hms.md | 240 +++++++++----- news-files-annotated/pillar.md | 417 ++++++++++++------------ news-files-annotated/tibble.md | 565 +++++++++++++++++---------------- news-files/blob.md | 47 +++ news-files/hashes.rds | Bin 7095 -> 7095 bytes news-files/hms.md | 47 +++ news-files/pillar.md | 11 + news-files/tibble.md | 11 + previous_updates.csv | 38 +++ refresh-token.rds | Bin 164 -> 164 bytes 11 files changed, 943 insertions(+), 571 deletions(-) diff --git a/news-files-annotated/blob.md b/news-files-annotated/blob.md index 1668fc77..b646af5e 100644 --- a/news-files-annotated/blob.md +++ b/news-files-annotated/blob.md @@ -1,27 +1,95 @@ ```{=html} ``` -# blob 1.2.4.9003 (2023-10-09) +# blob 1.2.4.9004 (2024-08-31) + +## Chore !begin-bullets-1! - !begin-bullet! - Internal changes only. + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/10425482785 + + !end-bullet! +- !begin-bullet! + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/10200111385 + + !end-bullet! +- !begin-bullet! + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/9728444615 + + !end-bullet! +- !begin-bullet! + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/9691616480 + !end-bullet! !end-bullets-1! -# blob 1.2.4.9002 (2023-03-24) +## Continuous integration !begin-bullets-2! - !begin-bullet! - Merged cran-1.2.4 into main. + Install local package for pkgdown builds. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches with fledge. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches, without fledge. + + !end-bullet! +- !begin-bullet! + Sync with latest developments. + + !end-bullet! +- !begin-bullet! + Use v2 instead of master. + + !end-bullet! +- !begin-bullet! + Inline action. + + !end-bullet! +- !begin-bullet! + Use dev roxygen2 and decor. + + !end-bullet! +- !begin-bullet! + Fix on Windows, tweak lock workflow. + + !end-bullet! +- !begin-bullet! + Avoid checking bashisms on Windows. + + !end-bullet! +- !begin-bullet! + Better commit message. + + !end-bullet! +- !begin-bullet! + Bump versions, better default, consume custom matrix. + + !end-bullet! +- !begin-bullet! + Recent updates. + !end-bullet! !end-bullets-2! -# blob 1.2.4.9001 (2023-03-23) +# blob 1.2.4.9003 (2023-10-09) !begin-bullets-3! @@ -31,54 +99,74 @@ !end-bullets-3! +# blob 1.2.4.9002 (2023-03-24) + +!begin-bullets-4! + +- !begin-bullet! + Merged cran-1.2.4 into main. + !end-bullet! + +!end-bullets-4! + +# blob 1.2.4.9001 (2023-03-23) + +!begin-bullets-5! + +- !begin-bullet! + Internal changes only. + !end-bullet! + +!end-bullets-5! + # blob 1.2.4.9000 (2023-03-17) ## Bug fixes -!begin-bullets-4! +!begin-bullets-6! - !begin-bullet! Fix argument consistency between S3 generics and methods. !end-bullet! -!end-bullets-4! +!end-bullets-6! ## Chore -!begin-bullets-5! +!begin-bullets-7! - !begin-bullet! Change maintainer e-mail. !end-bullet! -!end-bullets-5! +!end-bullets-7! # blob 1.2.4 (2023-03-17) ## Bug fixes -!begin-bullets-6! +!begin-bullets-8! - !begin-bullet! Fix argument consistency between S3 generics and methods. !end-bullet! -!end-bullets-6! +!end-bullets-8! # blob 1.2.3 (2022-04-10) -!begin-bullets-7! +!begin-bullets-9! - !begin-bullet! `as_blob(NA_character_)` returns a missing `blob` instead of `as_blob("NA")` (#26, @michaelchirico). !end-bullet! -!end-bullets-7! +!end-bullets-9! # blob 1.2.2 (2021-07-23) -!begin-bullets-8! +!begin-bullets-10! - !begin-bullet! Moved to "stable" lifecycle stage. @@ -87,11 +175,11 @@ Remove `is_vector_s3()` (#19). !end-bullet! -!end-bullets-8! +!end-bullets-10! # blob 1.2.1 -!begin-bullets-9! +!begin-bullets-11! - !begin-bullet! Inline prettyunits. @@ -101,13 +189,13 @@ compatibility with vctrs 0.2.1. !end-bullet! -!end-bullets-9! +!end-bullets-11! # blob 1.2.0 ## Breaking changes -!begin-bullets-10! +!begin-bullets-12! - !begin-bullet! The `blob` class is now based on `list_of(raw())` from the vctrs @@ -130,11 +218,11 @@ !end-bullet! -!end-bullets-10! +!end-bullets-12! # blob 1.1.1 (2018-03-24) -!begin-bullets-11! +!begin-bullets-13! - !begin-bullet! Now suggesting *pillar* instead of importing *tibble*, and using @@ -151,11 +239,11 @@ !end-bullet! -!end-bullets-11! +!end-bullets-13! # blob 1.1.0 (2017-06-17) -!begin-bullets-12! +!begin-bullets-14! - !begin-bullet! New maintainer: Kirill Müller. @@ -170,14 +258,14 @@ !end-bullet! -!end-bullets-12! +!end-bullets-14! # blob 1.0.0 -!begin-bullets-13! +!begin-bullets-15! - !begin-bullet! Initial release. !end-bullet! -!end-bullets-13! +!end-bullets-15! diff --git a/news-files-annotated/hms.md b/news-files-annotated/hms.md index ab8acf8b..a5e83a3e 100644 --- a/news-files-annotated/hms.md +++ b/news-files-annotated/hms.md @@ -1,27 +1,95 @@ ```{=html} ``` -# hms 1.1.3.9005 +# hms 1.1.3.9006 + +## Chore !begin-bullets-1! - !begin-bullet! - Internal changes only. + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/10425483161 + + !end-bullet! +- !begin-bullet! + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/10200113283 + + !end-bullet! +- !begin-bullet! + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/9728444063 + + !end-bullet! +- !begin-bullet! + Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/9691617778 + !end-bullet! !end-bullets-1! -# hms 1.1.3.9004 +## Continuous integration !begin-bullets-2! - !begin-bullet! - Internal changes only. + Install local package for pkgdown builds. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches with fledge. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches, without fledge. + + !end-bullet! +- !begin-bullet! + Sync with latest developments. + + !end-bullet! +- !begin-bullet! + Use v2 instead of master. + + !end-bullet! +- !begin-bullet! + Inline action. + + !end-bullet! +- !begin-bullet! + Use dev roxygen2 and decor. + + !end-bullet! +- !begin-bullet! + Fix on Windows, tweak lock workflow. + + !end-bullet! +- !begin-bullet! + Avoid checking bashisms on Windows. + + !end-bullet! +- !begin-bullet! + Better commit message. + + !end-bullet! +- !begin-bullet! + Bump versions, better default, consume custom matrix. + + !end-bullet! +- !begin-bullet! + Recent updates. + !end-bullet! !end-bullets-2! -# hms 1.1.3.9003 +# hms 1.1.3.9005 !begin-bullets-3! @@ -31,17 +99,17 @@ !end-bullets-3! -# hms 1.1.3.9002 +# hms 1.1.3.9004 !begin-bullets-4! - !begin-bullet! - Merged cran-1.1.3 into main. + Internal changes only. !end-bullet! !end-bullets-4! -# hms 1.1.3.9001 +# hms 1.1.3.9003 !begin-bullets-5! @@ -51,29 +119,27 @@ !end-bullets-5! -# hms 1.1.3.9000 - -## Bug fixes +# hms 1.1.3.9002 !begin-bullets-6! - !begin-bullet! - Fix method consistency, checked by R-devel. + Merged cran-1.1.3 into main. !end-bullet! !end-bullets-6! -## Chore +# hms 1.1.3.9001 !begin-bullets-7! - !begin-bullet! - Use rlang instead of ellipsis (#106). + Internal changes only. !end-bullet! !end-bullets-7! -# hms 1.1.3 +# hms 1.1.3.9000 ## Bug fixes @@ -85,7 +151,7 @@ !end-bullets-8! -## Internal +## Chore !begin-bullets-9! @@ -95,20 +161,42 @@ !end-bullets-9! -# hms 1.1.2 +# hms 1.1.3 + +## Bug fixes !begin-bullets-10! - !begin-bullet! - Re-rendered documentation for compatibility with R-devel. + Fix method consistency, checked by R-devel. !end-bullet! !end-bullets-10! -# hms 1.1.1 +## Internal !begin-bullets-11! +- !begin-bullet! + Use rlang instead of ellipsis (#106). + !end-bullet! + +!end-bullets-11! + +# hms 1.1.2 + +!begin-bullets-12! + +- !begin-bullet! + Re-rendered documentation for compatibility with R-devel. + !end-bullet! + +!end-bullets-12! + +# hms 1.1.1 + +!begin-bullets-13! + - !begin-bullet! Avoid blanket import for lifecycle package for compatibility with upcoming rlang. @@ -118,13 +206,13 @@ @lionel-). !end-bullet! -!end-bullets-11! +!end-bullets-13! # hms 1.1.0 ## Breaking changes -!begin-bullets-12! +!begin-bullets-14! - !begin-bullet! `"hms"` objects no longer have a common type with `character` and @@ -136,11 +224,11 @@ input can't be parsed (#68). !end-bullet! -!end-bullets-12! +!end-bullets-14! ## Features -!begin-bullets-13! +!begin-bullets-15! - !begin-bullet! New `unique.hms()` method (#98, @joethorley). @@ -149,11 +237,11 @@ `as_hms()` is a generic again (#81). !end-bullet! -!end-bullets-13! +!end-bullets-15! ## Internal -!begin-bullets-14! +!begin-bullets-16! - !begin-bullet! Avoid `LazyData` in `DESCRIPTION`. @@ -166,23 +254,23 @@ Using lifecycle package (#94). !end-bullet! -!end-bullets-14! +!end-bullets-16! # hms 1.0.0 ## Life cycle -!begin-bullets-15! +!begin-bullets-17! - !begin-bullet! hms is now marked as "stable". !end-bullet! -!end-bullets-15! +!end-bullets-17! ## Breaking changes -!begin-bullets-16! +!begin-bullets-18! - !begin-bullet! `"hms"` objects no longer have a common type with `character` and @@ -194,11 +282,11 @@ input can't be parsed (#68). !end-bullet! -!end-bullets-16! +!end-bullets-18! ## Features -!begin-bullets-17! +!begin-bullets-19! - !begin-bullet! `as_hms()` is a generic again (#81). @@ -208,22 +296,22 @@ @hglanz). !end-bullet! -!end-bullets-17! +!end-bullets-19! ## Bug fixes -!begin-bullets-18! +!begin-bullets-20! - !begin-bullet! `as_hms()` and `vec_cast()` now correctly treat objects of class `"difftime"` with `integer` mode (#84). !end-bullet! -!end-bullets-18! +!end-bullets-20! ## Internal -!begin-bullets-19! +!begin-bullets-21! - !begin-bullet! Using lifecycle package (#94). @@ -232,11 +320,11 @@ hms has been re-licensed as MIT (#86). !end-bullet! -!end-bullets-19! +!end-bullets-21! # hms 0.5.3 -!begin-bullets-20! +!begin-bullets-22! - !begin-bullet! Use `vec_default_ptype2()`, remove `vec_ptype2.hms.unspecified()` @@ -250,32 +338,32 @@ Remove `as.data.frame.hms()`, handeld by vctrs. !end-bullet! -!end-bullets-20! +!end-bullets-22! # hms 0.5.2.9000 -!begin-bullets-21! +!begin-bullets-23! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-21! +!end-bullets-23! # hms 0.5.2 -!begin-bullets-22! +!begin-bullets-24! - !begin-bullet! Work around parsing error that occurs on DST changeover dates (https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16764). !end-bullet! -!end-bullets-22! +!end-bullets-24! # hms 0.5.1 -!begin-bullets-23! +!begin-bullets-25! - !begin-bullet! Lossy casts from `character` vectors to `hms` now also trigger a @@ -283,13 +371,13 @@ fails for other elements. !end-bullet! -!end-bullets-23! +!end-bullets-25! # hms 0.5.0 ## Breaking changes -!begin-bullets-24! +!begin-bullets-26! - !begin-bullet! Now based on vctrs \>= 0.2.0 (#61). This adds support for @@ -305,11 +393,11 @@ !end-bullet! -!end-bullets-24! +!end-bullets-26! ## Printing -!begin-bullets-25! +!begin-bullets-27! - !begin-bullet! Always show seconds in a pillar if they are different from zero @@ -323,11 +411,11 @@ !end-bullet! -!end-bullets-25! +!end-bullets-27! ## Internal -!begin-bullets-26! +!begin-bullets-28! - !begin-bullet! Don't test colored output on CRAN. @@ -336,21 +424,21 @@ Correct reference link on r4ds (#58, @evanhaldane). !end-bullet! -!end-bullets-26! +!end-bullets-28! # hms 0.4.2 -!begin-bullets-27! +!begin-bullets-29! - !begin-bullet! Adapted tests to pillar 1.2.1. !end-bullet! -!end-bullets-27! +!end-bullets-29! # hms 0.4.1 -!begin-bullets-28! +!begin-bullets-30! - !begin-bullet! Preserve `NA` when converting to `character` (#51, @jeroen). @@ -359,13 +447,13 @@ Adapted tests to pillar 1.1.0. !end-bullet! -!end-bullets-28! +!end-bullets-30! # hms 0.4.0 ## Breaking changes -!begin-bullets-29! +!begin-bullets-31! - !begin-bullet! `as.hms.POSIXt()` now defaults to the current time zone, the @@ -373,11 +461,11 @@ `pkgconfig::set_config("hms::default_tz", "UTC")`. !end-bullet! -!end-bullets-29! +!end-bullets-31! ## New features -!begin-bullets-30! +!begin-bullets-32! - !begin-bullet! Pillar support, will display `hms` columns in tibbles in color on @@ -399,11 +487,11 @@ (#33). !end-bullet! -!end-bullets-30! +!end-bullets-32! ## Bug fixes -!begin-bullets-31! +!begin-bullets-33! - !begin-bullet! `hms()` now works correctly if all four components (days, hours, @@ -425,11 +513,11 @@ `c()` now returns a hms (#41, @qgeissmann). !end-bullet! -!end-bullets-31! +!end-bullets-33! ## Documentation and error messages -!begin-bullets-32! +!begin-bullets-34! - !begin-bullet! Fix and enhance examples in `?hms`. @@ -442,11 +530,11 @@ (#29). !end-bullet! -!end-bullets-32! +!end-bullets-34! # hms 0.3 -!begin-bullets-33! +!begin-bullets-35! - !begin-bullet! Fix `lubridate` test for compatibility with 1.6.0 (#23, @vspinu). @@ -455,13 +543,13 @@ NA values are formatted as `NA` (#22). !end-bullet! -!end-bullets-33! +!end-bullets-35! # hms 0.2 Minor fixes and improvements. -!begin-bullets-34! +!begin-bullets-36! - !begin-bullet! Subsetting keeps `hms` class (#16). @@ -479,18 +567,18 @@ Minor fixes and improvements. values trailing zeros are shown (#17). !end-bullet! -!end-bullets-34! +!end-bullets-36! # hms 0.1 First CRAN release. -!begin-bullets-35! +!begin-bullets-37! - !begin-bullet! Values are stored as a numeric vector that contains the number of seconds since midnight. - !begin-bullets-36! + !begin-bullets-38! - !begin-bullet! Inherits from `difftime` class. !end-bullet! @@ -499,12 +587,12 @@ First CRAN release. issues a warning. !end-bullet! - !end-bullets-36! + !end-bullets-38! !end-bullet! - !begin-bullet! Supports construction from time values, coercion to and from various data types, and formatting. - !begin-bullets-37! + !begin-bullets-39! - !begin-bullet! Conversion from numeric treats input as seconds. !end-bullet! @@ -512,14 +600,14 @@ First CRAN release. Negative times are formatted with a leading `-`. !end-bullet! - !end-bullets-37! + !end-bullets-39! !end-bullet! - !begin-bullet! Can be used as a regular column in a data frame. !end-bullet! - !begin-bullet! Full test coverage. - !begin-bullets-38! + !begin-bullets-40! - !begin-bullet! Test for arithmetic with `Date`, `POSIXt` and `hms` classes. !end-bullet! @@ -527,11 +615,11 @@ First CRAN release. Test basic compatibility with `lubridate` package (#5). !end-bullet! - !end-bullets-38! + !end-bullets-40! !end-bullet! - !begin-bullet! Interface: - !begin-bullets-39! + !begin-bullets-41! - !begin-bullet! `hms()` (with rigorous argument checks) !end-bullet! @@ -555,7 +643,7 @@ First CRAN release. `print.hms()` (returns unchanged input invisibly) !end-bullet! - !end-bullets-39! + !end-bullets-41! !end-bullet! -!end-bullets-35! +!end-bullets-37! diff --git a/news-files-annotated/pillar.md b/news-files-annotated/pillar.md index 932c9535..6de92948 100644 --- a/news-files-annotated/pillar.md +++ b/news-files-annotated/pillar.md @@ -1,24 +1,45 @@ ```{=html} ``` -# pillar 1.9.0.9021 +# pillar 1.9.0.9022 ## Continuous integration !begin-bullets-1! - !begin-bullet! - Sync with latest developments. + Install local package for pkgdown builds. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches with fledge. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches, without fledge. + !end-bullet! !end-bullets-1! -# pillar 1.9.0.9020 +# pillar 1.9.0.9021 ## Continuous integration !begin-bullets-2! +- !begin-bullet! + Sync with latest developments. + !end-bullet! + +!end-bullets-2! + +# pillar 1.9.0.9020 + +## Continuous integration + +!begin-bullets-3! + - !begin-bullet! Fix edge case of no suggested packages. @@ -28,25 +49,25 @@ !end-bullet! -!end-bullets-2! +!end-bullets-3! # pillar 1.9.0.9019 ## Continuous integration -!begin-bullets-3! +!begin-bullets-4! - !begin-bullet! Inline action. !end-bullet! -!end-bullets-3! +!end-bullets-4! # pillar 1.9.0.9018 ## Chore -!begin-bullets-4! +!begin-bullets-5! - !begin-bullet! Auto-update from GitHub Actions. @@ -55,24 +76,24 @@ !end-bullet! -!end-bullets-4! +!end-bullets-5! ## Continuous integration -!begin-bullets-5! +!begin-bullets-6! - !begin-bullet! Refactor dep-suggests-matrix, avoid killing base and recommended packages. !end-bullet! -!end-bullets-5! +!end-bullets-6! # pillar 1.9.0.9017 ## Chore -!begin-bullets-6! +!begin-bullets-7! - !begin-bullet! Auto-update from GitHub Actions. @@ -81,57 +102,57 @@ !end-bullet! -!end-bullets-6! +!end-bullets-7! ## Continuous integration -!begin-bullets-7! +!begin-bullets-8! - !begin-bullet! Use dev roxygen2 and decor. !end-bullet! -!end-bullets-7! +!end-bullets-8! # pillar 1.9.0.9016 ## Documentation -!begin-bullets-8! +!begin-bullets-9! - !begin-bullet! Update \_pkgdown.yml to bring back search bar (@olivroy, #667). !end-bullet! -!end-bullets-8! +!end-bullets-9! # pillar 1.9.0.9015 ## Testing -!begin-bullets-9! +!begin-bullets-10! - !begin-bullet! Remove empty snapshot tests (#664). !end-bullet! -!end-bullets-9! +!end-bullets-10! # pillar 1.9.0.9014 ## Features -!begin-bullets-10! +!begin-bullets-11! - !begin-bullet! Show missing values in red in `glimpse()` (@ryanzomorrodi, #662). !end-bullet! -!end-bullets-10! +!end-bullets-11! ## Chore -!begin-bullets-11! +!begin-bullets-12! - !begin-bullet! Auto-update from GitHub Actions. @@ -140,13 +161,13 @@ !end-bullet! -!end-bullets-11! +!end-bullets-12! # pillar 1.9.0.9013 ## Chore -!begin-bullets-12! +!begin-bullets-13! - !begin-bullet! Add Aviator configuration. @@ -163,23 +184,23 @@ !end-bullet! -!end-bullets-12! +!end-bullets-13! ## Continuous integration -!begin-bullets-13! +!begin-bullets-14! - !begin-bullet! Fix on Windows, tweak lock workflow. !end-bullet! -!end-bullets-13! +!end-bullets-14! # pillar 1.9.0.9012 ## Chore -!begin-bullets-14! +!begin-bullets-15! - !begin-bullet! Auto-update from GitHub Actions. @@ -188,25 +209,25 @@ !end-bullet! -!end-bullets-14! +!end-bullets-15! # pillar 1.9.0.9011 ## Documentation -!begin-bullets-15! +!begin-bullets-16! - !begin-bullet! Only implement `type_sum.accel()` in pkgdown mode (#661). !end-bullet! -!end-bullets-15! +!end-bullets-16! # pillar 1.9.0.9010 ## Chore -!begin-bullets-16! +!begin-bullets-17! - !begin-bullet! Auto-update from GitHub Actions. @@ -215,11 +236,11 @@ !end-bullet! -!end-bullets-16! +!end-bullets-17! ## Continuous integration -!begin-bullets-17! +!begin-bullets-18! - !begin-bullet! Avoid checking bashisms on Windows. @@ -238,119 +259,119 @@ !end-bullet! -!end-bullets-17! +!end-bullets-18! # pillar 1.9.0.9009 ## Features -!begin-bullets-18! +!begin-bullets-19! - !begin-bullet! Math operations on `num()` objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660). !end-bullet! -!end-bullets-18! +!end-bullets-19! # pillar 1.9.0.9008 -!begin-bullets-19! +!begin-bullets-20! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-19! +!end-bullets-20! # pillar 1.9.0.9007 ## Documentation -!begin-bullets-20! +!begin-bullets-21! - !begin-bullet! Avoid displaying deprecated argument in `@inheritDotParams` (@olivroy, #657). !end-bullet! -!end-bullets-20! +!end-bullets-21! # pillar 1.9.0.9006 -!begin-bullets-21! +!begin-bullets-22! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-21! +!end-bullets-22! # pillar 1.9.0.9005 -!begin-bullets-22! +!begin-bullets-23! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-22! +!end-bullets-23! # pillar 1.9.0.9004 -!begin-bullets-23! +!begin-bullets-24! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-23! +!end-bullets-24! # pillar 1.9.0.9003 -!begin-bullets-24! +!begin-bullets-25! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-24! +!end-bullets-25! # pillar 1.9.0.9002 -!begin-bullets-25! +!begin-bullets-26! - !begin-bullet! Merged cran-1.9.0 into main. !end-bullet! -!end-bullets-25! +!end-bullets-26! # pillar 1.9.0.9001 -!begin-bullets-26! +!begin-bullets-27! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-26! +!end-bullets-27! # pillar 1.9.0.9000 -!begin-bullets-27! +!begin-bullets-28! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-27! +!end-bullets-28! # pillar 1.9.0 ## Features -!begin-bullets-28! +!begin-bullets-29! - !begin-bullet! Math operations on `num()` objects no longer perform type checks. @@ -358,11 +379,11 @@ #632). !end-bullet! -!end-bullets-28! +!end-bullets-29! ## Printing -!begin-bullets-29! +!begin-bullets-30! - !begin-bullet! The default for the `pillar.min_title_chars` option has been bumped @@ -376,22 +397,22 @@ !end-bullet! -!end-bullets-29! +!end-bullets-30! ## Breaking changes -!begin-bullets-30! +!begin-bullets-31! - !begin-bullet! `colonnade()`, `extra_cols()` and `squeeze()` are now hard-deprecated (#272, #374, #631). !end-bullet! -!end-bullets-30! +!end-bullets-31! ## Bug fixes -!begin-bullets-31! +!begin-bullets-32! - !begin-bullet! Show `colnames()` hint only when needed (tidyverse/tibble#1488, @@ -417,11 +438,11 @@ !end-bullet! -!end-bullets-31! +!end-bullets-32! ## Documentation -!begin-bullets-32! +!begin-bullets-33! - !begin-bullet! Polish `?pillar_options` (#583). @@ -433,23 +454,23 @@ !end-bullet! -!end-bullets-32! +!end-bullets-33! ## Internal -!begin-bullets-33! +!begin-bullets-34! - !begin-bullet! Require vctrs \>= 0.5.0 !end-bullet! -!end-bullets-33! +!end-bullets-34! # pillar 1.8.1 ## Features -!begin-bullets-34! +!begin-bullets-35! - !begin-bullet! New `pillar.advice` option to turn off advice in the footer, see @@ -457,13 +478,13 @@ (#577). !end-bullet! -!end-bullets-34! +!end-bullets-35! # pillar 1.8.0 ## Display -!begin-bullets-35! +!begin-bullets-36! - !begin-bullet! Column names that are abbreviated in the header gain a footnote and @@ -493,11 +514,11 @@ !end-bullet! -!end-bullets-35! +!end-bullets-36! ## Features -!begin-bullets-36! +!begin-bullets-37! - !begin-bullet! Pick up `"pillar_focus"` attribute on printing to define focus @@ -510,11 +531,11 @@ !end-bullet! -!end-bullets-36! +!end-bullets-37! ## Bug fixes -!begin-bullets-37! +!begin-bullets-38! - !begin-bullet! Fix printing of `Surv` and `Surv2` objects (#561). @@ -530,11 +551,11 @@ !end-bullet! -!end-bullets-37! +!end-bullets-38! ## Documentation -!begin-bullets-38! +!begin-bullets-39! - !begin-bullet! `ctl_new_pillar_list()` is documented on a separate help page @@ -546,11 +567,11 @@ !end-bullet! -!end-bullets-38! +!end-bullets-39! ## Chore -!begin-bullets-39! +!begin-bullets-40! - !begin-bullet! Drop crayon dependency (#559). @@ -566,11 +587,11 @@ !end-bullet! -!end-bullets-39! +!end-bullets-40! ## API -!begin-bullets-40! +!begin-bullets-41! - !begin-bullet! Soft-deprecate `colonnade()`, `squeeze()` and `extra_cols()` (#496). @@ -581,13 +602,13 @@ !end-bullet! -!end-bullets-40! +!end-bullets-41! # pillar 1.7.0 ## Breaking changes -!begin-bullets-41! +!begin-bullets-42! - !begin-bullet! `colonnade()` is now soft-deprecated (#485). @@ -600,11 +621,11 @@ `new_pillar()` deprecates `extra` argument (#497). !end-bullet! -!end-bullets-41! +!end-bullets-42! ## Features -!begin-bullets-42! +!begin-bullets-43! - !begin-bullet! Focus columns specified via the `focus` argument to @@ -612,46 +633,46 @@ the maximum width and with the "type" component underlined (#465). !end-bullet! -!end-bullets-42! +!end-bullets-43! ## Bug fixes -!begin-bullets-43! +!begin-bullets-44! - !begin-bullet! Update `s3_register()` to use new implementation from rlang, this fixes CRAN checks related to `scale_type()` (#462). !end-bullet! -!end-bullets-43! +!end-bullets-44! ## Internal -!begin-bullets-44! +!begin-bullets-45! - !begin-bullet! Single pillars constructed with `pillar()` use only as much width as required when printing (#484). !end-bullet! -!end-bullets-44! +!end-bullets-45! # pillar 1.6.5 ## Breaking changes -!begin-bullets-45! +!begin-bullets-46! - !begin-bullet! New `ctl_new_pillar_list()`, supersedes `ctl_new_compound_pillar()` (#433). !end-bullet! -!end-bullets-45! +!end-bullets-46! ## Features -!begin-bullets-46! +!begin-bullets-47! - !begin-bullet! If some but not all sub-columns of a data frame or matrix column are @@ -690,11 +711,11 @@ return value (#390). !end-bullet! -!end-bullets-46! +!end-bullets-47! ## Bug fixes -!begin-bullets-47! +!begin-bullets-48! - !begin-bullet! Extra columns in footer show backticks again if they are @@ -708,21 +729,21 @@ Fix support for `nanotime::nanotime()` classes (#378, #380). !end-bullet! -!end-bullets-47! +!end-bullets-48! ## Documentation -!begin-bullets-48! +!begin-bullets-49! - !begin-bullet! `?num` and `?char` now point to tibble (#382). !end-bullet! -!end-bullets-48! +!end-bullets-49! ## Internal -!begin-bullets-49! +!begin-bullets-50! - !begin-bullet! Use eager registration via `NAMESPACE` for own methods for classes @@ -745,13 +766,13 @@ (#279). !end-bullet! -!end-bullets-49! +!end-bullets-50! # pillar 1.6.4 ## Bug fixes -!begin-bullets-50! +!begin-bullets-51! - !begin-bullet! Fix printing for some tibbles where a fixed-width column is followed @@ -761,44 +782,44 @@ Avoid nested backtick blocks in vignette. !end-bullet! -!end-bullets-50! +!end-bullets-51! ## Breaking changes -!begin-bullets-51! +!begin-bullets-52! - !begin-bullet! `num()` requires an integerish `digits` argument (#362). !end-bullet! -!end-bullets-51! +!end-bullets-52! ## Documentation -!begin-bullets-52! +!begin-bullets-53! - !begin-bullet! Link to tibble vignettes and documentation pages. !end-bullet! -!end-bullets-52! +!end-bullets-53! # pillar 1.6.3 -!begin-bullets-53! +!begin-bullets-54! - !begin-bullet! Avoid blanket import for lifecycle package for compatibility with upcoming rlang (#368, @romainfrancois). !end-bullet! -!end-bullets-53! +!end-bullets-54! # pillar 1.6.2 ## Options -!begin-bullets-54! +!begin-bullets-55! - !begin-bullet! Options `pillar.print_max`, `pillar.print_min`, `pillar.width` and @@ -816,11 +837,11 @@ in addition to the existing `tibble.max_extra_cols` option (#263). !end-bullet! -!end-bullets-54! +!end-bullets-55! ## Formatting -!begin-bullets-55! +!begin-bullets-56! - !begin-bullet! If a column doesn't make use of all horizontal width offered to it, @@ -836,11 +857,11 @@ implementation of custom `pillar_shaft()` methods (#347). !end-bullet! -!end-bullets-55! +!end-bullets-56! ## Features -!begin-bullets-56! +!begin-bullets-57! - !begin-bullet! `num()` gains `extra_sigfig` argument to automatically show more @@ -857,11 +878,11 @@ argument to `max_extra_cols` for consistency (#360). !end-bullet! -!end-bullets-56! +!end-bullets-57! ## Bug fixes -!begin-bullets-57! +!begin-bullets-58! - !begin-bullet! Avoid mangling of duplicate column names in footer (#332). @@ -870,11 +891,11 @@ Fix warning with zero of type `bit64::integer64()` (#319). !end-bullet! -!end-bullets-57! +!end-bullets-58! ## Documentation -!begin-bullets-58! +!begin-bullets-59! - !begin-bullet! All package options are now documented in `?pillar_options` (#339). @@ -888,11 +909,11 @@ `vctrs::vec_restore()` (#322). !end-bullet! -!end-bullets-58! +!end-bullets-59! ## Internal -!begin-bullets-59! +!begin-bullets-60! - !begin-bullet! Using `attr(exact = TRUE)` everywhere. @@ -904,11 +925,11 @@ Fix internal logic around `vec_proxy()` and `vec_restore()` (#316). !end-bullet! -!end-bullets-59! +!end-bullets-60! # pillar 1.6.1 -!begin-bullets-60! +!begin-bullets-61! - !begin-bullet! Bump required versions of ellipsis and vctrs to avoid warning during @@ -918,13 +939,13 @@ `obj_sum()` no longer includes shape twice (#315). !end-bullet! -!end-bullets-60! +!end-bullets-61! # pillar 1.6.0 ## Features -!begin-bullets-61! +!begin-bullets-62! - !begin-bullet! New `num()` and `char()` offer a flexible way to customize the @@ -946,11 +967,11 @@ same rules regarding significant or decimal digits (#297). !end-bullet! -!end-bullets-61! +!end-bullets-62! ## Bug fixes -!begin-bullets-62! +!begin-bullets-63! - !begin-bullet! Load the debugme package only if the `DEBUGME` environment variable @@ -965,21 +986,21 @@ character columns. !end-bullet! -!end-bullets-62! +!end-bullets-63! ## Documentation -!begin-bullets-63! +!begin-bullets-64! - !begin-bullet! New `vignette("numbers")` and `vignette("digits")` (#308). !end-bullet! -!end-bullets-63! +!end-bullets-64! ## Internal -!begin-bullets-64! +!begin-bullets-65! - !begin-bullet! Compatibility with vctrs 0.3.7 (#291). @@ -989,34 +1010,34 @@ longer defaults to `pillar_na()` (#273). !end-bullet! -!end-bullets-64! +!end-bullets-65! # pillar 1.5.1 ## Features -!begin-bullets-65! +!begin-bullets-66! - !begin-bullet! New `format_glimpse()` (#177). !end-bullet! -!end-bullets-65! +!end-bullets-66! ## Bug fixes -!begin-bullets-66! +!begin-bullets-67! - !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-66! +!end-bullets-67! ## Documentation -!begin-bullets-67! +!begin-bullets-68! - !begin-bullet! Add examples for new functions (#264). @@ -1025,13 +1046,13 @@ Fix lifecycle badges everywhere. !end-bullet! -!end-bullets-67! +!end-bullets-68! # pillar 1.5.0 ## Breaking changes -!begin-bullets-68! +!begin-bullets-69! - !begin-bullet! `obj_sum()` now always returns a string. `pillar_shaft.list()` @@ -1048,11 +1069,11 @@ !end-bullet! -!end-bullets-68! +!end-bullets-69! ## Extensibility -!begin-bullets-69! +!begin-bullets-70! - !begin-bullet! New `size_sum()` generic (#239). @@ -1077,11 +1098,11 @@ !end-bullet! -!end-bullets-69! +!end-bullets-70! ## Formatting -!begin-bullets-70! +!begin-bullets-71! - !begin-bullet! All printing code has been moved from tibble to pillar (#179), @@ -1118,11 +1139,11 @@ !end-bullet! -!end-bullets-70! +!end-bullets-71! ## Internal -!begin-bullets-71! +!begin-bullets-72! - !begin-bullet! Now using debugme to simplify understand the complex control flow, @@ -1147,33 +1168,33 @@ !end-bullet! -!end-bullets-71! +!end-bullets-72! # pillar 1.4.7 -!begin-bullets-72! +!begin-bullets-73! - !begin-bullet! Adapt to changed environment on CRAN's Solaris machine. !end-bullet! -!end-bullets-72! +!end-bullets-73! # pillar 1.4.6 -!begin-bullets-73! +!begin-bullets-74! - !begin-bullet! Restore compatibility with R 3.2. !end-bullet! -!end-bullets-73! +!end-bullets-74! # pillar 1.4.5 ## Features -!begin-bullets-74! +!begin-bullets-75! - !begin-bullet! New `pillar.min_chars` option allows controlling the minimum number @@ -1191,11 +1212,11 @@ !end-bullet! -!end-bullets-74! +!end-bullets-75! ## Technical -!begin-bullets-75! +!begin-bullets-76! - !begin-bullet! `pillar_shaft()`, `format_type_sum()` and `extra_cols()` issue a @@ -1208,11 +1229,11 @@ !end-bullet! -!end-bullets-75! +!end-bullets-76! ## Internal -!begin-bullets-76! +!begin-bullets-77! - !begin-bullet! Use lifecycle package. @@ -1223,11 +1244,11 @@ !end-bullet! -!end-bullets-76! +!end-bullets-77! # pillar 1.4.4 -!begin-bullets-77! +!begin-bullets-78! - !begin-bullet! `obj_sum()` uses `vctrs::vec_size()` internally. @@ -1243,11 +1264,11 @@ !end-bullet! -!end-bullets-77! +!end-bullets-78! # pillar 1.4.3 -!begin-bullets-78! +!begin-bullets-79! - !begin-bullet! `new_pillar_shaft_simple()` gains `na` argument to control @@ -1275,11 +1296,11 @@ !end-bullet! -!end-bullets-78! +!end-bullets-79! # pillar 1.4.2 -!begin-bullets-79! +!begin-bullets-80! - !begin-bullet! List columns are shown with their perceived dimensions, which may be @@ -1292,11 +1313,11 @@ !end-bullet! -!end-bullets-79! +!end-bullets-80! # pillar 1.4.1 -!begin-bullets-80! +!begin-bullets-81! - !begin-bullet! More careful specification of minimum package versions for the @@ -1314,13 +1335,13 @@ Implement methods for vctrs objects. !end-bullet! -!end-bullets-80! +!end-bullets-81! # pillar 1.4.0 ## Breaking changes -!begin-bullets-81! +!begin-bullets-82! - !begin-bullet! `type_sum()` forwards to `vctrs::vec_ptype_abbr()` (#134). This @@ -1334,11 +1355,11 @@ warning once per session (#157). !end-bullet! -!end-bullets-81! +!end-bullets-82! ## Output -!begin-bullets-82! +!begin-bullets-83! - !begin-bullet! Removed extra space for pillars with a negative value of lower @@ -1349,11 +1370,11 @@ containing `[,0]` and an empty shaft (#149). !end-bullet! -!end-bullets-82! +!end-bullets-83! ## Performance -!begin-bullets-83! +!begin-bullets-84! - !begin-bullet! `squeeze()` is now faster (because the width computation in @@ -1367,11 +1388,11 @@ and styling is implemented manually (#133, @jimhester). !end-bullet! -!end-bullets-83! +!end-bullets-84! ## Internal -!begin-bullets-84! +!begin-bullets-85! - !begin-bullet! All internal S3 classes have the `pillar_` prefix (#156). @@ -1381,23 +1402,23 @@ running on Linux in a latin1 locale. !end-bullet! -!end-bullets-84! +!end-bullets-85! # pillar 1.3.1 ## Bug fixes -!begin-bullets-85! +!begin-bullets-86! - !begin-bullet! Fix off-by-one error in distribution of empty space (#141). !end-bullet! -!end-bullets-85! +!end-bullets-86! ## Visible changes -!begin-bullets-86! +!begin-bullets-87! - !begin-bullet! `NA` in names is no longer escaped with backticks. @@ -1407,11 +1428,11 @@ (tidyverse/tibble#448). !end-bullet! -!end-bullets-86! +!end-bullets-87! ## Internal changes -!begin-bullets-87! +!begin-bullets-88! - !begin-bullet! Update base type abbrevs to rlang 0.3.0 (#140, @lionel-). @@ -1420,13 +1441,13 @@ Tests work again in a 256-color terminal (#129). !end-bullet! -!end-bullets-87! +!end-bullets-88! # pillar 1.3.0 ## Visible changes -!begin-bullets-88! +!begin-bullets-89! - !begin-bullet! Unknown data types are formatted using `format()`, not @@ -1449,21 +1470,21 @@ !end-bullet! -!end-bullets-88! +!end-bullets-89! ## Interface changes -!begin-bullets-89! +!begin-bullets-90! - !begin-bullet! `format_type_sum()` gains `width` argument (#73). !end-bullet! -!end-bullets-89! +!end-bullets-90! ## Performance improvements -!begin-bullets-90! +!begin-bullets-91! - !begin-bullet! Printing large multi-tier colonnades is much faster, the code that @@ -1483,11 +1504,11 @@ !end-bullet! -!end-bullets-90! +!end-bullets-91! ## Internal -!begin-bullets-91! +!begin-bullets-92! - !begin-bullet! `pillar()` no longer adds backticks if `title` is non-syntactic. @@ -1509,11 +1530,11 @@ !end-bullet! -!end-bullets-91! +!end-bullets-92! # pillar 1.2.3 -!begin-bullets-92! +!begin-bullets-93! - !begin-bullet! Eliminate CRAN check warning about undeclared withr dependency. @@ -1528,11 +1549,11 @@ `pillar_shaft.character()` gains `min_width` argument. !end-bullet! -!end-bullets-92! +!end-bullets-93! # pillar 1.2.2 -!begin-bullets-93! +!begin-bullets-94! - !begin-bullet! Whole numbers are printed without a decimal dot again. Numbers that @@ -1554,13 +1575,13 @@ date-time values (#102). !end-bullet! -!end-bullets-93! +!end-bullets-94! # pillar 1.2.1 ## Display -!begin-bullets-94! +!begin-bullets-95! - !begin-bullet! Turned off using subtle style for digits that are considered @@ -1592,11 +1613,11 @@ notation. !end-bullet! -!end-bullets-94! +!end-bullets-95! ## Bug fixes -!begin-bullets-95! +!begin-bullets-96! - !begin-bullet! Numeric values with a `"class"` attribute (e.g., `Duration` from @@ -1616,22 +1637,22 @@ value \>= 1 (#98). !end-bullet! -!end-bullets-95! +!end-bullets-96! ## New functions -!begin-bullets-96! +!begin-bullets-97! - !begin-bullet! New styling helper `style_subtle_num()`, formatting depends on the `pillar.subtle_num` option. !end-bullet! -!end-bullets-96! +!end-bullets-97! # pillar 1.1.0 -!begin-bullets-97! +!begin-bullets-98! - !begin-bullet! `NA` values are now shown in plain red, without changing the @@ -1640,7 +1661,7 @@ - !begin-bullet! New options to control the output, with defaults that match the current behavior unless stated otherwise: - !begin-bullets-98! + !begin-bullets-99! - !begin-bullet! `pillar.sigfig` to control the number of significant digits, for highlighting and truncation (#72), @@ -1663,7 +1684,7 @@ characters, #75). !end-bullet! - !end-bullets-98! + !end-bullets-99! !end-bullet! - !begin-bullet! Shortened abbreviations for types: complex: cplx -\> cpl, function: @@ -1677,17 +1698,17 @@ Very wide tibbles now print faster (#85). !end-bullet! -!end-bullets-97! +!end-bullets-98! # pillar 1.0.1 -!begin-bullets-99! +!begin-bullets-100! - !begin-bullet! Work around failing CRAN tests on Windows. !end-bullet! -!end-bullets-99! +!end-bullets-100! # pillar 1.0.0 diff --git a/news-files-annotated/tibble.md b/news-files-annotated/tibble.md index 49814637..a771bacb 100644 --- a/news-files-annotated/tibble.md +++ b/news-files-annotated/tibble.md @@ -1,11 +1,32 @@ ```{=html} ``` +# tibble 3.2.1.9030 + +## Continuous integration + +!begin-bullets-1! + +- !begin-bullet! + Install local package for pkgdown builds. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches with fledge. + + !end-bullet! +- !begin-bullet! + Improve support for protected branches, without fledge. + + !end-bullet! + +!end-bullets-1! + # tibble 3.2.1.9029 ## Chore -!begin-bullets-1! +!begin-bullets-2! - !begin-bullet! Auto-update from GitHub Actions. @@ -14,47 +35,47 @@ !end-bullet! -!end-bullets-1! +!end-bullets-2! ## Continuous integration -!begin-bullets-2! +!begin-bullets-3! - !begin-bullet! Sync with latest developments. !end-bullet! -!end-bullets-2! +!end-bullets-3! # tibble 3.2.1.9028 ## Continuous integration -!begin-bullets-3! +!begin-bullets-4! - !begin-bullet! Use v2 instead of master. !end-bullet! -!end-bullets-3! +!end-bullets-4! # tibble 3.2.1.9027 ## Continuous integration -!begin-bullets-4! +!begin-bullets-5! - !begin-bullet! Inline action. !end-bullet! -!end-bullets-4! +!end-bullets-5! # tibble 3.2.1.9026 ## Chore -!begin-bullets-5! +!begin-bullets-6! - !begin-bullet! Auto-update from GitHub Actions. @@ -63,37 +84,37 @@ !end-bullet! -!end-bullets-5! +!end-bullets-6! # tibble 3.2.1.9025 ## Continuous integration -!begin-bullets-6! +!begin-bullets-7! - !begin-bullet! Use dev roxygen2 and decor. !end-bullet! -!end-bullets-6! +!end-bullets-7! # tibble 3.2.1.9024 ## Documentation -!begin-bullets-7! +!begin-bullets-8! - !begin-bullet! Request to not edit `NEWS.md`. !end-bullet! -!end-bullets-7! +!end-bullets-8! # tibble 3.2.1.9023 ## Chore -!begin-bullets-8! +!begin-bullets-9! - !begin-bullet! Auto-update from GitHub Actions. @@ -108,55 +129,55 @@ !end-bullet! -!end-bullets-8! +!end-bullets-9! ## Continuous integration -!begin-bullets-9! +!begin-bullets-10! - !begin-bullet! Use roxygen2 PR to fix documentation. !end-bullet! -!end-bullets-9! +!end-bullets-10! ## Testing -!begin-bullets-10! +!begin-bullets-11! - !begin-bullet! Snapshot updates for rcc-smoke (null) (#1597). !end-bullet! -!end-bullets-10! +!end-bullets-11! # tibble 3.2.1.9022 ## Chore -!begin-bullets-11! +!begin-bullets-12! - !begin-bullet! Drop fansi and import cli (@olivroy, #1589). !end-bullet! -!end-bullets-11! +!end-bullets-12! ## Continuous integration -!begin-bullets-12! +!begin-bullets-13! - !begin-bullet! Fix on Windows, tweak lock workflow. !end-bullet! -!end-bullets-12! +!end-bullets-13! # tibble 3.2.1.9021 ## Chore -!begin-bullets-13! +!begin-bullets-14! - !begin-bullet! Auto-update from GitHub Actions. @@ -165,13 +186,13 @@ !end-bullet! -!end-bullets-13! +!end-bullets-14! # tibble 3.2.1.9020 ## Continuous integration -!begin-bullets-14! +!begin-bullets-15! - !begin-bullet! Avoid checking bashisms on Windows. @@ -186,13 +207,13 @@ !end-bullet! -!end-bullets-14! +!end-bullets-15! # tibble 3.2.1.9019 ## Chore -!begin-bullets-15! +!begin-bullets-16! - !begin-bullet! Upkeep drop crayon + mockr (@olivroy, #1587). @@ -210,11 +231,11 @@ !end-bullet! -!end-bullets-15! +!end-bullets-16! ## Continuous integration -!begin-bullets-16! +!begin-bullets-17! - !begin-bullet! Fix. @@ -229,48 +250,48 @@ !end-bullet! -!end-bullets-16! +!end-bullets-17! # tibble 3.2.1.9018 ## Chore -!begin-bullets-17! +!begin-bullets-18! - !begin-bullet! Snapshot updates (#1580). !end-bullet! -!end-bullets-17! +!end-bullets-18! # tibble 3.2.1.9017 ## Bug fixes -!begin-bullets-18! +!begin-bullets-19! - !begin-bullet! `new_tibble()` and `as_tibble()` support attributes named `"n"` and `"x"` (#1573, #1574). !end-bullet! -!end-bullets-18! +!end-bullets-19! # tibble 3.2.1.9016 -!begin-bullets-19! +!begin-bullets-20! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-19! +!end-bullets-20! # tibble 3.2.1.9015 ## Chore -!begin-bullets-20! +!begin-bullets-21! - !begin-bullet! Revert "Fix as_tibble() usage". @@ -279,77 +300,77 @@ !end-bullet! -!end-bullets-20! +!end-bullets-21! # tibble 3.2.1.9014 -!begin-bullets-21! +!begin-bullets-22! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-21! +!end-bullets-22! # tibble 3.2.1.9013 ## Features -!begin-bullets-22! +!begin-bullets-23! - !begin-bullet! `as_tibble()` calls `as.data.frame()` for objects that are not subclasses of `"tbl_df"` (@TimTaylor, #1556, #1557). !end-bullet! -!end-bullets-22! +!end-bullets-23! ## Chore -!begin-bullets-23! +!begin-bullets-24! - !begin-bullet! Check fast path first. !end-bullet! -!end-bullets-23! +!end-bullets-24! # tibble 3.2.1.9012 ## Chore -!begin-bullets-24! +!begin-bullets-25! - !begin-bullet! Skip tests if packages are missing. !end-bullet! -!end-bullets-24! +!end-bullets-25! ## Testing -!begin-bullets-25! +!begin-bullets-26! - !begin-bullet! Skip tests if packages are missing. !end-bullet! -!end-bullets-25! +!end-bullets-26! # tibble 3.2.1.9011 -!begin-bullets-26! +!begin-bullets-27! - !begin-bullet! Merge pull request #1565 from tidyverse/snapshot-main-rcc-smoke-null. !end-bullet! -!end-bullets-26! +!end-bullets-27! # tibble 3.2.1.9010 -!begin-bullets-27! +!begin-bullets-28! - !begin-bullet! Merge pull request #1562 from @@ -362,135 +383,135 @@ !end-bullet! -!end-bullets-27! +!end-bullets-28! # tibble 3.2.1.9009 -!begin-bullets-28! +!begin-bullets-29! - !begin-bullet! Merge pull request #1560 from tidyverse/snapshot-main-R-CMD-check-base-null. !end-bullet! -!end-bullets-28! +!end-bullets-29! # tibble 3.2.1.9008 ## Documentation -!begin-bullets-29! +!begin-bullets-30! - !begin-bullet! Fix rendering if suggested packages are missing. !end-bullet! -!end-bullets-29! +!end-bullets-30! # tibble 3.2.1.9007 ## Testing -!begin-bullets-30! +!begin-bullets-31! - !begin-bullet! Override :: to avoid failures in tests without suggested packages. !end-bullet! -!end-bullets-30! +!end-bullets-31! # tibble 3.2.1.9006 -!begin-bullets-31! +!begin-bullets-32! - !begin-bullet! Merge branch 'docs'. !end-bullet! -!end-bullets-31! +!end-bullets-32! # tibble 3.2.1.9005 ## Chore -!begin-bullets-32! +!begin-bullets-33! - !begin-bullet! Snapshot updates for rcc-smoke (null) (#1548). !end-bullet! -!end-bullets-32! +!end-bullets-33! # tibble 3.2.1.9004 ## Documentation -!begin-bullets-33! +!begin-bullets-34! - !begin-bullet! Alt text (@maelle, #1528, #1539). !end-bullet! -!end-bullets-33! +!end-bullets-34! # tibble 3.2.1.9003 -!begin-bullets-34! +!begin-bullets-35! - !begin-bullet! Merged cran-3.2.1 into main. !end-bullet! -!end-bullets-34! +!end-bullets-35! # tibble 3.2.1.9002 -!begin-bullets-35! +!begin-bullets-36! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-35! +!end-bullets-36! # tibble 3.2.1.9001 -!begin-bullets-36! +!begin-bullets-37! - !begin-bullet! Merge pull request #1527 from tidyverse/snapshot-main-rcc-smoke-null. !end-bullet! -!end-bullets-36! +!end-bullets-37! # tibble 3.2.1.9000 -!begin-bullets-37! +!begin-bullets-38! - !begin-bullet! Internal changes only. !end-bullet! -!end-bullets-37! +!end-bullets-38! # tibble 3.2.1 ## Internal -!begin-bullets-38! +!begin-bullets-39! - !begin-bullet! Use symbol instead of string in `.Call()`. !end-bullet! -!end-bullets-38! +!end-bullets-39! # tibble 3.2.0 ## Features -!begin-bullets-39! +!begin-bullets-40! - !begin-bullet! Accurate location of the source of an error in error messages @@ -503,17 +524,17 @@ !end-bullet! -!end-bullets-39! +!end-bullets-40! ## Breaking changes -!begin-bullets-40! +!begin-bullets-41! - !begin-bullet! Deprecated functions and arguments where we could not detect usage by other CRAN packages (#1515): - !begin-bullets-41! + !begin-bullets-42! - !begin-bullet! `data_frame_()`, `lst_()`, `frame_data()` @@ -536,7 +557,7 @@ !end-bullet! - !end-bullets-41! + !end-bullets-42! !end-bullet! - !begin-bullet! Breaking change: Remove `knit_print.trunc_mat()` method (#1516). @@ -547,32 +568,32 @@ !end-bullet! -!end-bullets-40! +!end-bullets-41! ## Bug fixes -!begin-bullets-42! +!begin-bullets-43! - !begin-bullet! Allow `glue()` and other classed characters for subassignment (#1150, #1503). !end-bullet! -!end-bullets-42! +!end-bullets-43! ## Performance -!begin-bullets-43! +!begin-bullets-44! - !begin-bullet! Reduce overhead of single-column subset assignment (#1363). !end-bullet! -!end-bullets-43! +!end-bullets-44! ## Documentation -!begin-bullets-44! +!begin-bullets-45! - !begin-bullet! New `vignette("extending")` (#275, #1512). @@ -597,11 +618,11 @@ !end-bullet! -!end-bullets-44! +!end-bullets-45! ## Internal -!begin-bullets-45! +!begin-bullets-46! - !begin-bullet! Require vctrs \>= 0.4.1 and pillar \>= 1.8.1 @@ -631,13 +652,13 @@ !end-bullet! -!end-bullets-45! +!end-bullets-46! # tibble 3.1.8 ## Documentation -!begin-bullets-46! +!begin-bullets-47! - !begin-bullet! Better reporting for error calls from `vec_as_location()` (#1237). @@ -649,13 +670,13 @@ !end-bullet! -!end-bullets-46! +!end-bullets-47! # tibble 3.1.7 ## Breaking change -!begin-bullets-47! +!begin-bullets-48! - !begin-bullet! `trunc_mat()` now returns a value with a different structure. This @@ -664,11 +685,11 @@ `print()` will display the input like a tibble (#1059). !end-bullet! -!end-bullets-47! +!end-bullets-48! ## Documentation -!begin-bullets-48! +!begin-bullets-49! - !begin-bullet! Avoid listing `dim_desc()` in reexports. @@ -677,11 +698,11 @@ Add more examples for data frame and matrix columns (#978, #1012). !end-bullet! -!end-bullets-48! +!end-bullets-49! ## Internal -!begin-bullets-49! +!begin-bullets-50! - !begin-bullet! Require rlang 1.0.1 and pillar 1.7.0 (#1063). @@ -691,11 +712,11 @@ #1060). !end-bullet! -!end-bullets-49! +!end-bullets-50! # tibble 3.1.6 -!begin-bullets-50! +!begin-bullets-51! - !begin-bullet! `set_num_opts()` and `set_char_opts()` are reexported from pillar @@ -713,11 +734,11 @@ `tbl_sum.tbl_df()` has an ellipsis in its formals for extensibility. !end-bullet! -!end-bullets-50! +!end-bullets-51! # tibble 3.1.5 -!begin-bullets-51! +!begin-bullets-52! - !begin-bullet! Avoid necessity to set `"tibble.view_max"` option for lazy tables @@ -728,13 +749,13 @@ upcoming rlang (#955, @romainfrancois). !end-bullet! -!end-bullets-51! +!end-bullets-52! # tibble 3.1.4 ## Features -!begin-bullets-52! +!begin-bullets-53! - !begin-bullet! `as.data.frame.tbl_df()` strips inner column names (#837). @@ -743,11 +764,11 @@ `new_tibble()` allows omitting the `nrow` argument again (#781). !end-bullet! -!end-bullets-52! +!end-bullets-53! ## Documentation -!begin-bullets-53! +!begin-bullets-54! - !begin-bullet! Move `vignette("digits")`, `vignette("numbers")`, `?num` and `?char` @@ -763,11 +784,11 @@ New `?tibble_options` help page (#912). !end-bullet! -!end-bullets-53! +!end-bullets-54! ## Performance -!begin-bullets-54! +!begin-bullets-55! - !begin-bullet! `x[i, j] <- one_row_value` avoids explicit recycling of the @@ -775,11 +796,11 @@ `vctrs::vec_assign()` for performance (#922). !end-bullet! -!end-bullets-54! +!end-bullets-55! ## Internal -!begin-bullets-55! +!begin-bullets-56! - !begin-bullet! Vignettes are now tested with a snapshot test (#919). @@ -795,13 +816,13 @@ Fix tests for compatibility with pillar 1.6.2. !end-bullet! -!end-bullets-55! +!end-bullets-56! # tibble 3.1.3 ## Bug fixes -!begin-bullets-56! +!begin-bullets-57! - !begin-bullet! `tbl[row, col] <- rhs` treats an all-`NA` logical vector as a @@ -814,11 +835,11 @@ `[[<-()` supports symbols (#893). !end-bullet! -!end-bullets-56! +!end-bullets-57! ## Features -!begin-bullets-57! +!begin-bullets-58! - !begin-bullet! `as_tibble_row()` supports arbitrary vectors (#797). @@ -835,11 +856,11 @@ `new_tibble()` is now faster (#901, @mgirlich). !end-bullet! -!end-bullets-57! +!end-bullets-58! ## Internal -!begin-bullets-58! +!begin-bullets-59! - !begin-bullet! Establish compatibility with rlang \> 0.4.11 (#908). @@ -855,22 +876,22 @@ package load. !end-bullet! -!end-bullets-58! +!end-bullets-59! # tibble 3.1.2 -!begin-bullets-59! +!begin-bullets-60! - !begin-bullet! Bump required versions of ellipsis and vctrs to avoid warning during package load. !end-bullet! -!end-bullets-59! +!end-bullets-60! # tibble 3.1.1 -!begin-bullets-60! +!begin-bullets-61! - !begin-bullet! `num()` and `char()` are reexported from pillar (#880). @@ -886,13 +907,13 @@ Fix `new_tibble()` examples for compatibility with pillar 1.6.0. !end-bullet! -!end-bullets-60! +!end-bullets-61! # tibble 3.1.0 ## Bug fixes -!begin-bullets-61! +!begin-bullets-62! - !begin-bullet! `has_rownames()` now works correctly for data frames with a @@ -905,11 +926,11 @@ !end-bullet! -!end-bullets-61! +!end-bullets-62! ## Features -!begin-bullets-62! +!begin-bullets-63! - !begin-bullet! Importing pillar 1.5.0, cli and crayon are now suggested packages @@ -931,11 +952,11 @@ !end-bullet! -!end-bullets-62! +!end-bullets-63! ## Internal -!begin-bullets-63! +!begin-bullets-64! - !begin-bullet! Remove compatibility code for pillar \< 1.5.0 (#861). @@ -946,11 +967,11 @@ !end-bullet! -!end-bullets-63! +!end-bullets-64! # tibble 3.0.6 -!begin-bullets-64! +!begin-bullets-65! - !begin-bullet! `vec_ptype_abbr.tbl_df()` and `type_sum.tbl_df()` now uses the name @@ -963,23 +984,23 @@ Avoid tidy evaluation in pillar compatibility code. !end-bullet! -!end-bullets-64! +!end-bullets-65! # tibble 3.0.5 -!begin-bullets-65! +!begin-bullets-66! - !begin-bullet! Use testthat edition 3, compatible with testthat 3.0.1 (#827, #832). !end-bullet! -!end-bullets-65! +!end-bullets-66! # tibble 3.0.4 ## Compatibility -!begin-bullets-66! +!begin-bullets-67! - !begin-bullet! Establish compatibility with upcoming pillar 1.5.0 (#818). @@ -1005,11 +1026,11 @@ !end-bullet! -!end-bullets-66! +!end-bullets-67! ## Bug fixes -!begin-bullets-67! +!begin-bullets-68! - !begin-bullet! Fix documentation link to `base::Extract`. @@ -1020,11 +1041,11 @@ !end-bullet! -!end-bullets-67! +!end-bullets-68! # tibble 3.0.3 -!begin-bullets-68! +!begin-bullets-69! - !begin-bullet! Fix test compatibility with rlang 0.4.7. @@ -1036,13 +1057,13 @@ !end-bullet! -!end-bullets-68! +!end-bullets-69! # tibble 3.0.2 ## Bug fixes -!begin-bullets-69! +!begin-bullets-70! - !begin-bullet! `[[` works with classed indexes again, e.g. created with @@ -1061,11 +1082,11 @@ !end-bullet! -!end-bullets-69! +!end-bullets-70! ## Performance -!begin-bullets-70! +!begin-bullets-71! - !begin-bullet! Subsetting and subassignment are faster (#780, #790, #794). @@ -1080,23 +1101,23 @@ !end-bullet! -!end-bullets-70! +!end-bullets-71! ## Compatibility -!begin-bullets-71! +!begin-bullets-72! - !begin-bullet! `is_vector_s3()` is no longer reexported from pillar (#789). !end-bullet! -!end-bullets-71! +!end-bullets-72! # tibble 3.0.1 ## Compatibility fixes -!begin-bullets-72! +!begin-bullets-73! - !begin-bullet! `[<-.tbl_df()` coerces matrices to data frames (#762). @@ -1108,11 +1129,11 @@ !end-bullet! -!end-bullets-72! +!end-bullets-73! ## Bug fixes -!begin-bullets-73! +!begin-bullets-74! - !begin-bullet! More soft-deprecation warnings are actually visible. @@ -1129,11 +1150,11 @@ !end-bullet! -!end-bullets-73! +!end-bullets-74! ## Enhancements -!begin-bullets-74! +!begin-bullets-75! - !begin-bullet! `as_tibble(validate = )` now always triggers a deprecation warning. @@ -1155,19 +1176,19 @@ !end-bullet! -!end-bullets-74! +!end-bullets-75! # tibble 3.0.0 ## Major breaking changes -!begin-bullets-75! +!begin-bullets-76! - !begin-bullet! Subset assignment ("subassignment") and also subsetting has become stricter. Symptoms: - !begin-bullets-76! + !begin-bullets-77! - !begin-bullet! Error: No common type for ... @@ -1185,7 +1206,7 @@ !end-bullet! - !end-bullets-76! + !end-bullets-77! The "invariants" article at https://tibble.tidyverse.org/dev/articles/invariants.html describes the invariants that the operations follow in tibble, and the most @@ -1198,7 +1219,7 @@ List classes are no longer automatically treated as vectors. Symptoms: - !begin-bullets-77! + !begin-bullets-78! - !begin-bullet! Error: All columns in a tibble must be vectors @@ -1208,7 +1229,7 @@ !end-bullet! - !end-bullets-77! + !end-bullets-78! If you implement a class that wraps a list as S3 vector, you need to include `"list"` in the class: @@ -1231,19 +1252,19 @@ change that may break existing comparison tests that don't expect names in columns (#630). Symptoms: - !begin-bullets-78! + !begin-bullets-79! - !begin-bullet! "names for target but not for current" when comparing !end-bullet! - !end-bullets-78! + !end-bullets-79! !end-bullet! -!end-bullets-75! +!end-bullets-76! ## Breaking changes -!begin-bullets-79! +!begin-bullets-80! - !begin-bullet! `tibble()` now splices anonymous data frames, @@ -1283,11 +1304,11 @@ !end-bullet! -!end-bullets-79! +!end-bullets-80! ## Soft deprecations -!begin-bullets-80! +!begin-bullets-81! - !begin-bullet! Soft-deprecate `subclass` argument to `new_tibble()`. @@ -1304,11 +1325,11 @@ !end-bullet! -!end-bullets-80! +!end-bullets-81! ## Features -!begin-bullets-81! +!begin-bullets-82! - !begin-bullet! Internals now make heavy use of the vctrs package, following most of @@ -1397,11 +1418,11 @@ !end-bullet! -!end-bullets-81! +!end-bullets-82! ## Output -!begin-bullets-82! +!begin-bullets-83! - !begin-bullet! Formatting dimensions never uses scientific notation. @@ -1419,22 +1440,22 @@ !end-bullet! -!end-bullets-82! +!end-bullets-83! ## Performance -!begin-bullets-83! +!begin-bullets-84! - !begin-bullet! Construction and subsetting of large data frames is faster now (#717, @romainfrancois). !end-bullet! -!end-bullets-83! +!end-bullets-84! ## Internal -!begin-bullets-84! +!begin-bullets-85! - !begin-bullet! Import lifecycle package (#669). @@ -1455,22 +1476,22 @@ !end-bullet! -!end-bullets-84! +!end-bullets-85! # tibble 2.1.3 -!begin-bullets-85! +!begin-bullets-86! - !begin-bullet! Fix compatibility with R 3.5 and earlier, regression introduced in tibble 2.1.2. !end-bullet! -!end-bullets-85! +!end-bullets-86! # tibble 2.1.2 -!begin-bullets-86! +!begin-bullets-87! - !begin-bullet! Relax version requirements. @@ -1481,11 +1502,11 @@ !end-bullet! -!end-bullets-86! +!end-bullets-87! # tibble 2.1.1 -!begin-bullets-87! +!begin-bullets-88! - !begin-bullet! Three dots are used even for `"unique"` name repair (#566). @@ -1502,11 +1523,11 @@ !end-bullet! -!end-bullets-87! +!end-bullets-88! # tibble 2.0.1 -!begin-bullets-88! +!begin-bullets-89! - !begin-bullet! tibble names can again be set to `NULL` within RStudio, as some R @@ -1525,7 +1546,7 @@ !end-bullet! -!end-bullets-88! +!end-bullets-89! # tibble 2.0.0 @@ -1543,7 +1564,7 @@ updating your packages or scripts to the new semantics API to turn these warnings into errors. The compatibility code will be removed in tibble 3.0.0. -!begin-bullets-89! +!begin-bullets-90! - !begin-bullet! All optional arguments have moved past the ellipsis, and must be @@ -1620,7 +1641,7 @@ warnings into errors. The compatibility code will be removed in tibble names by default. Code that relies on tibbles keeping row names now will see: - !begin-bullets-90! + !begin-bullets-91! - !begin-bullet! a different result when calling `rownames()` or `row.names()`, !end-bullet! @@ -1629,7 +1650,7 @@ warnings into errors. The compatibility code will be removed in tibble character vector, e.g. `as_tibble(mtcars)["Mazda RX4", ]`. !end-bullet! - !end-bullets-90! + !end-bullets-91! Call `pkgconfig::set_config("tibble::rownames", NA)` to revert to the old behavior of keeping row names. Packages that import *tibble* can call `set_config()` in their `.onLoad()` function (#114). @@ -1661,11 +1682,11 @@ warnings into errors. The compatibility code will be removed in tibble !end-bullet! -!end-bullets-89! +!end-bullets-90! ## New features -!begin-bullets-91! +!begin-bullets-92! - !begin-bullet! `tibble()` supports columns that are matrices or data frames (#416). @@ -1682,7 +1703,7 @@ warnings into errors. The compatibility code will be removed in tibble `.name_repair` argument to `tibble()` and `as_tibble()`. It takes the following values: - !begin-bullets-92! + !begin-bullets-93! - !begin-bullet! `"minimal"`: No name repair or checks, beyond basic existence. !end-bullet! @@ -1703,7 +1724,7 @@ warnings into errors. The compatibility code will be removed in tibble style of base R). !end-bullet! - !end-bullets-92! + !end-bullets-93! The `validate` argument of `as_tibble()` is deprecated but supported (emits a message once per session). Use `.name_repair = "minimal"` instead of `validate = FALSE`, and `.name_repair = "check_unique"` @@ -1719,7 +1740,7 @@ warnings into errors. The compatibility code will be removed in tibble default in `as_tibble()`. The `rownames` argument to `as_tibble()` supports: - !begin-bullets-93! + !begin-bullets-94! - !begin-bullet! `NULL`: remove row names (default), !end-bullet! @@ -1731,7 +1752,7 @@ warnings into errors. The compatibility code will be removed in tibble existing row names, which are no longer present in the result. !end-bullet! - !end-bullets-93! + !end-bullets-94! The old default can be restored by calling `pkgconfig::set_config("tibble::rownames", NA)`, this also works for packages that import *tibble*. @@ -1772,22 +1793,22 @@ warnings into errors. The compatibility code will be removed in tibble !end-bullet! -!end-bullets-91! +!end-bullets-92! ## New functions -!begin-bullets-94! +!begin-bullets-95! - !begin-bullet! Added experimental `view()` function that always returns its input invisibly and calls `utils::View()` only in interactive mode (#373). !end-bullet! -!end-bullets-94! +!end-bullets-95! ## Output -!begin-bullets-95! +!begin-bullets-96! - !begin-bullet! The `set_tidy_names()` and `tidy_names()` helpers the list of new @@ -1836,11 +1857,11 @@ warnings into errors. The compatibility code will be removed in tibble !end-bullet! -!end-bullets-95! +!end-bullets-96! ## Bug fixes -!begin-bullets-96! +!begin-bullets-97! - !begin-bullet! `glimpse()` takes coloring into account when computing column width, @@ -1863,11 +1884,11 @@ warnings into errors. The compatibility code will be removed in tibble !end-bullet! -!end-bullets-96! +!end-bullets-97! ## Internal -!begin-bullets-97! +!begin-bullets-98! - !begin-bullet! Skip dplyr in tests if unavailable (#420, @QuLogic). @@ -1913,13 +1934,13 @@ warnings into errors. The compatibility code will be removed in tibble !end-bullet! -!end-bullets-97! +!end-bullets-98! # tibble 1.4.2 ## Bug fixes -!begin-bullets-98! +!begin-bullets-99! - !begin-bullet! Fix OS X builds. @@ -1939,11 +1960,11 @@ warnings into errors. The compatibility code will be removed in tibble `glimpse()` returns its input for zero-column data frames. !end-bullet! -!end-bullets-98! +!end-bullets-99! ## Features -!begin-bullets-99! +!begin-bullets-100! - !begin-bullet! `enframe(NULL)` now returns the same as `enframe(logical())` (#352). @@ -1955,11 +1976,11 @@ warnings into errors. The compatibility code will be removed in tibble Updated vignettes and website documentation. !end-bullet! -!end-bullets-99! +!end-bullets-100! ## Performance -!begin-bullets-100! +!begin-bullets-101! - !begin-bullet! Faster printing of very wide tibbles (#360). @@ -1971,7 +1992,7 @@ warnings into errors. The compatibility code will be removed in tibble Only call `nrow()` and `head()` in `glimpse()`, not `ncol()`. !end-bullet! -!end-bullets-100! +!end-bullets-101! # tibble 1.4.1 @@ -1986,7 +2007,7 @@ tibble. ## New features -!begin-bullets-101! +!begin-bullets-102! - !begin-bullet! Make `add_case()` an alias for `add_row()` (#324, @LaDilettante). @@ -2007,11 +2028,11 @@ tibble. (#307, #311). !end-bullet! -!end-bullets-101! +!end-bullets-102! ## Bug fixes -!begin-bullets-102! +!begin-bullets-103! - !begin-bullet! Improved compatibility with remote data sources for `glimpse()` @@ -2035,11 +2056,11 @@ tibble. nonzero length now produces a correct error message (#319). !end-bullet! -!end-bullets-102! +!end-bullets-103! ## Internal changes -!begin-bullets-103! +!begin-bullets-104! - !begin-bullet! Reexporting `has_name()` from rlang, instead of forwarding, to avoid @@ -2052,13 +2073,13 @@ tibble. Remove Rcpp dependency (#313, @patperry). !end-bullet! -!end-bullets-103! +!end-bullets-104! # tibble 1.3.4 ## Bug fixes -!begin-bullets-104! +!begin-bullets-105! - !begin-bullet! Values of length 1 in a `tibble()` call are recycled prior to @@ -2087,11 +2108,11 @@ tibble. passed as named argument, as in `as_tibble(validate = TRUE)`. !end-bullet! -!end-bullets-104! +!end-bullets-105! ## Formatting -!begin-bullets-105! +!begin-bullets-106! - !begin-bullet! `format_v()` now always surrounds lists with `[]` brackets, even if @@ -2109,13 +2130,13 @@ tibble. column names (#291). !end-bullet! -!end-bullets-105! +!end-bullets-106! # tibble 1.3.3 ## Bug fixes -!begin-bullets-106! +!begin-bullets-107! - !begin-bullet! Added `format()` and `print()` methods for both `tbl` and `tbl_df` @@ -2138,24 +2159,24 @@ tibble. Remove unused import declaration for assertthat. !end-bullet! -!end-bullets-106! +!end-bullets-107! # tibble 1.3.1 ## Bug fixes -!begin-bullets-107! +!begin-bullets-108! - !begin-bullet! Subsetting zero columns no longer returns wrong number of rows (#241, @echasnovski). !end-bullet! -!end-bullets-107! +!end-bullets-108! ## Interface changes -!begin-bullets-108! +!begin-bullets-109! - !begin-bullet! New `set_tidy_names()` and `tidy_names()`, a simpler version of @@ -2172,11 +2193,11 @@ tibble. `dplyr::all_equal()` (#247). !end-bullet! -!end-bullets-108! +!end-bullets-109! ## Formatting -!begin-bullets-109! +!begin-bullets-110! - !begin-bullet! Printing now uses `x` again instead of the Unicode multiplication @@ -2201,11 +2222,11 @@ tibble. characters in names and data, also for `glimpse()` (#235). !end-bullet! -!end-bullets-109! +!end-bullets-110! ## Misc -!begin-bullets-110! +!begin-bullets-111! - !begin-bullet! Improve formatting of error messages (#223). @@ -2228,13 +2249,13 @@ tibble. `pkgdown` website. !end-bullet! -!end-bullets-110! +!end-bullets-111! # tibble 1.3.0 ## Bug fixes -!begin-bullets-111! +!begin-bullets-112! - !begin-bullet! Time series matrices (objects of class `mts` and `ts`) are now @@ -2252,11 +2273,11 @@ tibble. is loaded or not (#198). !end-bullet! -!end-bullets-111! +!end-bullets-112! ## Interface changes -!begin-bullets-112! +!begin-bullets-113! - !begin-bullet! Now requiring R 3.1.0 instead of R 3.1.3 (#189). @@ -2276,13 +2297,13 @@ tibble. Removed unused dependency on `assertthat`. !end-bullet! -!end-bullets-112! +!end-bullets-113! ## Features ### General -!begin-bullets-113! +!begin-bullets-114! - !begin-bullet! Keep column classes when adding row to empty tibble (#171, #177, @@ -2297,11 +2318,11 @@ tibble. @LaDilettante). !end-bullet! -!end-bullets-113! +!end-bullets-114! ### Input validation -!begin-bullets-114! +!begin-bullets-115! - !begin-bullet! An attempt to read or update a missing column now throws a clearer @@ -2312,11 +2333,11 @@ tibble. helpful error message (#179). !end-bullet! -!end-bullets-114! +!end-bullets-115! ### Printing -!begin-bullets-115! +!begin-bullets-116! - !begin-bullet! Render Unicode multiplication sign as `x` if it cannot be @@ -2334,11 +2355,11 @@ tibble. #195, @t-kalinowski). !end-bullet! -!end-bullets-115! +!end-bullets-116! ## Documentation -!begin-bullets-116! +!begin-bullets-117! - !begin-bullet! Fix typo in `obj_sum` documentation (#193, @etiennebr). @@ -2350,23 +2371,23 @@ tibble. Now explicitly stating minimum Rcpp version 0.12.3. !end-bullet! -!end-bullets-116! +!end-bullets-117! ## Internal -!begin-bullets-117! +!begin-bullets-118! - !begin-bullet! Using registration of native routines. !end-bullet! -!end-bullets-117! +!end-bullets-118! # tibble 1.2 ## Bug fixes -!begin-bullets-118! +!begin-bullets-119! - !begin-bullet! The `tibble.width` option is used for `glimpse()` only if it is @@ -2385,11 +2406,11 @@ tibble. is named `na.last`, `decreasing` or `method` (#107, @BillDunlap). !end-bullet! -!end-bullets-118! +!end-bullets-119! ## Interface changes -!begin-bullets-119! +!begin-bullets-120! - !begin-bullet! New `add_column()`, analogously to `add_row()` (#99). @@ -2409,11 +2430,11 @@ tibble. tibble". The former is still available as alias (#132, #143). !end-bullet! -!end-bullets-119! +!end-bullets-120! ## Features -!begin-bullets-120! +!begin-bullets-121! - !begin-bullet! `add_row()` now can add multiple rows, with recycling (#142, @@ -2435,11 +2456,11 @@ tibble. (e.g., for SQL data sources). !end-bullet! -!end-bullets-120! +!end-bullets-121! ## Documentation -!begin-bullets-121! +!begin-bullets-122! - !begin-bullet! New object summary vignette that shows which methods to define for @@ -2454,7 +2475,7 @@ tibble. Minor changes in vignette (#115, @helix123). !end-bullet! -!end-bullets-121! +!end-bullets-122! # tibble 1.1 @@ -2462,7 +2483,7 @@ Follow-up release. ## Breaking changes -!begin-bullets-122! +!begin-bullets-123! - !begin-bullet! `tibble()` is no longer an alias for `frame_data()` (#82). @@ -2478,11 +2499,11 @@ Follow-up release. `[[` returns `NULL` if column not found (#109). !end-bullet! -!end-bullets-122! +!end-bullets-123! ## Output -!begin-bullets-123! +!begin-bullets-124! - !begin-bullet! Reworked output: More concise summary (begins with hash `#` and @@ -2515,11 +2536,11 @@ Follow-up release. `type_sum()` shows only topmost class for S3 objects. !end-bullet! -!end-bullets-123! +!end-bullets-124! ## Error reporting -!begin-bullets-124! +!begin-bullets-125! - !begin-bullet! Strict checking of integer and logical column indexes. For integers, @@ -2543,11 +2564,11 @@ Follow-up release. `stop()` and `warning()` are now always called with `call. = FALSE`. !end-bullet! -!end-bullets-124! +!end-bullets-125! ## Coercion -!begin-bullets-125! +!begin-bullets-126! - !begin-bullet! The `.Dim` attribute is silently stripped from columns that are 1d @@ -2563,11 +2584,11 @@ Follow-up release. endless recursion. !end-bullet! -!end-bullets-125! +!end-bullets-126! ## New features -!begin-bullets-126! +!begin-bullets-127! - !begin-bullet! New `has_name()` (#102). @@ -2598,11 +2619,11 @@ Follow-up release. `has_rownames()` supports arguments that are not data frames. !end-bullet! -!end-bullets-126! +!end-bullets-127! ## Bug fixes -!begin-bullets-127! +!begin-bullets-128! - !begin-bullet! Two-dimensional indexing with `[[` works (#58, #63). @@ -2611,11 +2632,11 @@ Follow-up release. Subsetting with empty index (e.g., `x[]`) also removes row names. !end-bullet! -!end-bullets-127! +!end-bullets-128! ## Documentation -!begin-bullets-128! +!begin-bullets-129! - !begin-bullet! Document behavior of `as_tibble.tbl_df()` for subclasses (#60). @@ -2624,11 +2645,11 @@ Follow-up release. Document and test that subsetting removes row names. !end-bullet! -!end-bullets-128! +!end-bullets-129! ## Internal -!begin-bullets-129! +!begin-bullets-130! - !begin-bullet! Don't rely on `knitr` internals for testing (#78). @@ -2660,11 +2681,11 @@ Follow-up release. Use new `expect_output_file()` from `testthat`. !end-bullet! -!end-bullets-129! +!end-bullets-130! # Version 1.0 -!begin-bullets-130! +!begin-bullets-131! - !begin-bullet! Initial CRAN release @@ -2677,7 +2698,7 @@ Follow-up release. - !begin-bullet! Exported functions: - !begin-bullets-131! + !begin-bullets-132! - !begin-bullet! `tbl_df()` !end-bullet! @@ -2725,12 +2746,12 @@ Follow-up release. New `is_vector_s3()`. !end-bullet! - !end-bullets-131! + !end-bullets-132! !end-bullet! - !begin-bullet! Features - !begin-bullets-132! + !begin-bullets-133! - !begin-bullet! New `as_data_frame.table()` with argument `n` to control name of count column (#22, #23). @@ -2756,23 +2777,23 @@ Follow-up release. 0-row but n-col data frame if no data. !end-bullet! - !end-bullets-132! + !end-bullets-133! !end-bullet! - !begin-bullet! Bug fixes - !begin-bullets-133! + !begin-bullets-134! - !begin-bullet! `frame_data()` properly constructs rectangular tables (hadley/dplyr#1377, @kevinushey). !end-bullet! - !end-bullets-133! + !end-bullets-134! !end-bullet! - !begin-bullet! Minor modifications - !begin-bullets-134! + !begin-bullets-135! - !begin-bullet! Uses `setOldClass(c("tbl_df", "tbl", "data.frame"))` to help with S4 (hadley/dplyr#969). @@ -2826,12 +2847,12 @@ Follow-up release. @jennybc). Improve `[.tbl_df()` error message. !end-bullet! - !end-bullets-134! + !end-bullets-135! !end-bullet! - !begin-bullet! Documentation - !begin-bullets-135! + !begin-bullets-136! - !begin-bullet! Update README, with edits (#52, @bhive01) and enhancements (#54, @jennybc). @@ -2841,12 +2862,12 @@ Follow-up release. and regular data frames (hadley/dplyr#1468). !end-bullet! - !end-bullets-135! + !end-bullets-136! !end-bullet! - !begin-bullet! Code quality - !begin-bullets-136! + !begin-bullets-137! - !begin-bullet! Test using new-style Travis-CI and AppVeyor. Full test coverage (#24, #53). Regression tests load known output from file (#49). @@ -2859,7 +2880,7 @@ Follow-up release. Internal cleanup. !end-bullet! - !end-bullets-136! + !end-bullets-137! !end-bullet! -!end-bullets-130! +!end-bullets-131! diff --git a/news-files/blob.md b/news-files/blob.md index 2c77ef9d..f36d3f68 100644 --- a/news-files/blob.md +++ b/news-files/blob.md @@ -1,5 +1,52 @@ +# blob 1.2.4.9004 (2024-08-31) + +## Chore + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/10425482785 + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/10200111385 + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/9728444615 + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/blob/actions/runs/9691616480 + +## Continuous integration + + - Install local package for pkgdown builds. + + - Improve support for protected branches with fledge. + + - Improve support for protected branches, without fledge. + + - Sync with latest developments. + + - Use v2 instead of master. + + - Inline action. + + - Use dev roxygen2 and decor. + + - Fix on Windows, tweak lock workflow. + + - Avoid checking bashisms on Windows. + + - Better commit message. + + - Bump versions, better default, consume custom matrix. + + - Recent updates. + + # blob 1.2.4.9003 (2023-10-09) - Internal changes only. diff --git a/news-files/hashes.rds b/news-files/hashes.rds index 9592b380825fd77d323f772e8428dfd9a0cd4048..3d639026e1ffbbe84fee5bf38d30a3895a5fadfa 100644 GIT binary patch delta 156 zcmWN~%Mrpb3;@v~Kna{l3D(D!)c_@Mw;ZV-CXFzYL)r*UPy%OM!0y{+mv@pF diff --git a/news-files/hms.md b/news-files/hms.md index b1bb8cd3..dc9b2dff 100644 --- a/news-files/hms.md +++ b/news-files/hms.md @@ -1,5 +1,52 @@ +# hms 1.1.3.9006 + +## Chore + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/10425483161 + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/10200113283 + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/9728444063 + + - Auto-update from GitHub Actions. + + Run: https://github.com/tidyverse/hms/actions/runs/9691617778 + +## Continuous integration + + - Install local package for pkgdown builds. + + - Improve support for protected branches with fledge. + + - Improve support for protected branches, without fledge. + + - Sync with latest developments. + + - Use v2 instead of master. + + - Inline action. + + - Use dev roxygen2 and decor. + + - Fix on Windows, tweak lock workflow. + + - Avoid checking bashisms on Windows. + + - Better commit message. + + - Bump versions, better default, consume custom matrix. + + - Recent updates. + + # hms 1.1.3.9005 - Internal changes only. diff --git a/news-files/pillar.md b/news-files/pillar.md index 6ff34aab..cb7ab0f1 100644 --- a/news-files/pillar.md +++ b/news-files/pillar.md @@ -1,5 +1,16 @@ +# pillar 1.9.0.9022 + +## Continuous integration + + - Install local package for pkgdown builds. + + - Improve support for protected branches with fledge. + + - Improve support for protected branches, without fledge. + + # pillar 1.9.0.9021 ## Continuous integration diff --git a/news-files/tibble.md b/news-files/tibble.md index 76a90849..5e38dc01 100644 --- a/news-files/tibble.md +++ b/news-files/tibble.md @@ -1,5 +1,16 @@ +# tibble 3.2.1.9030 + +## Continuous integration + + - Install local package for pkgdown builds. + + - Improve support for protected branches with fledge. + + - Improve support for protected branches, without fledge. + + # tibble 3.2.1.9029 ## Chore diff --git a/previous_updates.csv b/previous_updates.csv index f84d6f2b..f9913e9b 100644 --- a/previous_updates.csv +++ b/previous_updates.csv @@ -17708,3 +17708,41 @@ httr2,3f64cda251eb868b79f6383a4ef668c7,"`req_retry()` now correctly tries `max_t chromote,98e19f05d4239048cb30606dc7e408b9,"The headless mode used by Chrome can now be selected with the `chromote.headless` option or `CHROMOTE_HEADLESS` environment variable. In Chrome v128, a new headless mode became the default. The new mode uses the same browser engine as the regular Chrome browser, whereas the old headless mode is built on a separate architecture. The old headless mode may be faster to launch and is still well-suited to many of the tasks for which chromote is used. For now, to avoid disruption, chromote defaults to using the old headless mode. In the future, chromote will follow Chrome and default to `""new""` headless mode. (And at some point, Chrome intends to remove the old headless mode which is now offered as a separate binary.) To test the new headless mode, use `options(chromote.headless = ""new"")` or `CHROMOTE_HEADLESS=""new""` (in `.Renviron` or via `Sys.setenv()`). (#172)",NA,NA,NA,NA gt,db78d6276246af0bed3f9332fd8b344d,"Creating a caption with `tab_caption()` will now be preserved in Latex output with `as_latex()`. Cross-referencing a table using the internal cross-referencing system of **bookdown** is now enabled for PDF and HTML outputs (for HTML, set `options(""htmltools.preserve.raw"" = FALSE)`). Quarto users should use the `tbl-cap` and `label` cell options.",NA,NA,NA,NA chromote,9dc1d01a120e8f4eee3dbd3c60922d60,Fixed a typo that caused `launch_chrome()` to throw an error. (#175),NA,NA,NA,NA +blob,4f0bebe2bd6d2f22b5e3d2c8d518b72e,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/blob/actions/runs/10425482785,NA,NA,NA,NA +blob,aed0d91676ce989d1c3edc9be5fb93e3,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/blob/actions/runs/10200111385,NA,NA,NA,NA +blob,cf8afb4bda6d50722835d3619aca6523,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/blob/actions/runs/9728444615,NA,NA,NA,NA +blob,8a18d27596dedc385705bc1b6bbd4738,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/blob/actions/runs/9691616480,NA,NA,NA,NA +blob,dc19de983d9ede003338385a79ce71ee,Install local package for pkgdown builds.,NA,NA,NA,NA +blob,99cdd4fe88a05aa978196761448cc925,Improve support for protected branches with fledge.,NA,NA,NA,NA +blob,bfdf1d8d770aa9ffe05de95c8392d0f0,"Improve support for protected branches, without fledge.",NA,NA,NA,NA +blob,2eead7a52f1767cf7e7f46395d8d9ab0,Sync with latest developments.,NA,NA,NA,NA +blob,a7aec0b9bd1b1bd05e72770bd0ac76f9,Use v2 instead of master.,NA,NA,NA,NA +blob,ee60ff52800baffbb779a1428591e748,Inline action.,NA,NA,NA,NA +blob,9b08638ac927319d0037d241e0ddcebe,Use dev roxygen2 and decor.,NA,NA,NA,NA +blob,a76df5c8da3621ccf1f8fa3099d3d974,"Fix on Windows, tweak lock workflow.",NA,NA,NA,NA +blob,1505e15aaba98f47687c0683fbb74cc5,Avoid checking bashisms on Windows.,NA,NA,NA,NA +blob,f28fe4f38b3ce4765a6626b0f1d4125e,Better commit message.,NA,NA,NA,NA +blob,e1f8a78bfac9232f0abb89e7c802af3c,"Bump versions, better default, consume custom matrix.",NA,NA,NA,NA +blob,b7606d0099c1ec310078e474d37035b5,Recent updates.,NA,NA,NA,NA +hms,c443c8aa3b86a056c87d4ac2a7bb1358,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/hms/actions/runs/10425483161,NA,NA,NA,NA +hms,5d5de3fddeb37b4657cda690dd2a9d34,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/hms/actions/runs/10200113283,NA,NA,NA,NA +hms,83eaa31056cb1abf17fd37446aa896c9,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/hms/actions/runs/9728444063,NA,NA,NA,NA +hms,dfbda0436b518749eb2a51177213412c,Auto-update from GitHub Actions. Run: https://github.com/tidyverse/hms/actions/runs/9691617778,NA,NA,NA,NA +hms,ba579ca8f7d3dad86f22f12c5b8a9da2,Install local package for pkgdown builds.,NA,NA,NA,NA +hms,121c21247802eacc9e5b0172d5145365,Improve support for protected branches with fledge.,NA,NA,NA,NA +hms,257e4672b43ab2663aa3c354b0356a60,"Improve support for protected branches, without fledge.",NA,NA,NA,NA +hms,28acd7726f7522317e1ebb85f9525397,Sync with latest developments.,NA,NA,NA,NA +hms,86d708c7d7fd213f692930a1e8489df2,Use v2 instead of master.,NA,NA,NA,NA +hms,6b047cc601cc13f9ddb94985b2f68510,Inline action.,NA,NA,NA,NA +hms,1a7d9fb920d070b144a903665c4f55d8,Use dev roxygen2 and decor.,NA,NA,NA,NA +hms,cb21a27d969d174bb429b24ba7a00b78,"Fix on Windows, tweak lock workflow.",NA,NA,NA,NA +hms,c738370a8ed463ec9f77471678085680,Avoid checking bashisms on Windows.,NA,NA,NA,NA +hms,10ece8a50ff032267e8230a1579cc465,Better commit message.,NA,NA,NA,NA +hms,11ea58f0f6bd332cfc1cbce9499e56bf,"Bump versions, better default, consume custom matrix.",NA,NA,NA,NA +hms,a99f0e1d9157659e658f295346028114,Recent updates.,NA,NA,NA,NA +pillar,099121607c5ddc495f5018a3ea058b46,Install local package for pkgdown builds.,NA,NA,NA,NA +pillar,02562bbfe32a43634532efb2c2fe1bc4,Improve support for protected branches with fledge.,NA,NA,NA,NA +pillar,84d78bbe1f43fb0bd607b4631a715d4f,"Improve support for protected branches, without fledge.",NA,NA,NA,NA +tibble,ab426467e5ac38a3be4ff0ee1da84817,Install local package for pkgdown builds.,NA,NA,NA,NA +tibble,ac9853d6092ff0a8c85a2045c064117d,Improve support for protected branches with fledge.,NA,NA,NA,NA +tibble,ab10731cbd90cdede6940cb745f9d530,"Improve support for protected branches, without fledge.",NA,NA,NA,NA diff --git a/refresh-token.rds b/refresh-token.rds index 456d41e1e087cb9e6334631c53531ecc404159da..1af4489696e7ad94172f7199e5080a94046d8140 100644 GIT binary patch literal 164 zcmV;V09*flY-&AIjIQfeaFDa?Jq<4<#)?#acN(CYZwGUNq2QGi zmRH1gs3lVsbbEn+m5M>VK#y9iv2Dusc9L2w0$fsipEQtSofp{hwEmL+r;sBYzq?rf SqiHQiHJ*8rb?MjSA)~Y=!cuks