Skip to content

Conversation

@teunbrand
Copy link
Collaborator

This PR aims to fix #6572.

It does what is says in the title. Reprex from the linked issue:

devtools::load_all("~/packages/ggplot2/")

world <- rnaturalearth::ne_countries()

ggplot(world) +
  coord_sf(crs = "+proj=moll") +
  geom_sf()

Created on 2025-08-22 with reprex v2.1.1

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.

LGTM

Merge branch 'main' into adding_default_coords

# Conflicts:
#	tests/testthat/test-coord-.R
@teunbrand teunbrand merged commit 29ecfa8 into tidyverse:main Dec 4, 2025
13 checks passed
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.

Should default coords not replace existing coords?

2 participants