Skip to content

Hotfix 3.4.4 #5449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Hotfix 3.4.4 #5449

merged 3 commits into from
Oct 2, 2023

Conversation

teunbrand
Copy link
Collaborator

This PR contains the changes needed for #5437.
Mostly, it just replaces is.atomic(x) by is.atomic(x) || is.null(x). The one exception is in check_breaks_labels() where NULL can be matched with an atomic vector without problems.

@teunbrand teunbrand marked this pull request as ready for review October 2, 2023 11:05
@teunbrand teunbrand requested a review from thomasp85 October 2, 2023 11:05
Copy link
Member

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small thing but putting is.null() before the rest is preferable I think, both because that check is much easier, but also because it is the most basic value type...

@teunbrand teunbrand merged commit d38f116 into tidyverse:v3.4.4-rc Oct 2, 2023
@teunbrand teunbrand deleted the v3.4.4-rc branch October 2, 2023 12:26
@teunbrand teunbrand restored the v3.4.4-rc branch October 4, 2023 15:18
teunbrand added a commit that referenced this pull request Oct 13, 2023
* Cherry-pick from #5327

* Add a NEWS item

* Hotfix 3.4.4 (#5449)

* is.atomic() --> is.atomic() || is.null()

* Polish news

* Put is.null() first

* Cherrypick rgeos removal from description (#5453)

* Remove rgeos from the dependency (#5242)

---------

Co-authored-by: Hiroaki Yutani <yutani.ini@gmail.com>

* run revdepcheck

* Update CRAN comments

* Increment version number to 3.4.4

* Fix Version 3.4.4 NEWS Typo (#5479)

Change "the upcoming retirement of rproj, rgeos, and maptools"
to "the upcoming retirement of rgdal, rgeos, and maptools"

* Increment version number to 3.4.4.9000

---------

Co-authored-by: Hiroaki Yutani <yutani.ini@gmail.com>
Co-authored-by: Thomas Lin Pedersen <thomasp85@gmail.com>
Co-authored-by: Matt Nield <64328730+matthewjnield@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants