-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Upkeep 2024-10 #6156
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
Upkeep 2024-10 #6156
Changes from 15 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6eb8b11
record upkeep date
teunbrand d422d49
`usethis::use_mit_licence()`
teunbrand 64c8ee0
fix broken urls
teunbrand 4f5039a
`usethis:::use_codecov_badge()`
teunbrand 62231dc
`usethis::use_lifecycle()`
teunbrand a344b82
`usethis::use_tidy_logo()` &
teunbrand 1dc053f
Alt text for cheat sheet link
teunbrand c3083c7
Use `knitr::convert_chunk_header(type = "yaml")` (#6149)
teunbrand b747212
Use `expect_snapshot(error = TRUE)` instead of `expect_error()` (#6150)
teunbrand 5390023
Bump R version
teunbrand bd8c5d3
`usethis::use_tidy_description()`
teunbrand abd56a1
distribute `test-guides.R`
teunbrand d15998e
convert chunk headers
teunbrand 0e826a3
regenerate snapshots after moving guides
teunbrand 725b21c
adapt to gtable 0.3.6
teunbrand 56b5319
use 'core developer team' as copyright holder
teunbrand d945e20
replace `expect_warning()`
teunbrand 8552370
fix non portable file path check
teunbrand 72d3eda
Hmisc 5.2-0 requires R >= 4.2.0
teunbrand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: ggplot2 | ||
Version: 3.5.1.9000 | ||
Title: Create Elegant Data Visualisations Using the Grammar of Graphics | ||
Version: 3.5.1.9000 | ||
Authors@R: c( | ||
person("Hadley", "Wickham", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-4757-117X")), | ||
|
@@ -30,7 +30,7 @@ License: MIT + file LICENSE | |
URL: https://ggplot2.tidyverse.org, https://github.com/tidyverse/ggplot2 | ||
BugReports: https://github.com/tidyverse/ggplot2/issues | ||
Depends: | ||
R (>= 3.5) | ||
R (>= 4.0) | ||
Imports: | ||
cli, | ||
grDevices, | ||
|
@@ -75,6 +75,7 @@ VignetteBuilder: | |
knitr | ||
Config/Needs/website: ggtext, tidyr, forcats, tidyverse/tidytemplate | ||
Config/testthat/edition: 3 | ||
Config/usethis/last-upkeep: 2024-10-24 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2024 | ||
COPYRIGHT HOLDER: ggplot2 core developer team | ||
COPYRIGHT HOLDER: ggplot2 authors | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/web-app-manifest-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "/web-app-manifest-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# aesthetic parameters match length of data | ||
|
||
Code | ||
set_colours(rep("red", 2)) | ||
Condition | ||
Error in `geom_point()`: | ||
! Problem while setting up geom aesthetics. | ||
i Error occurred in the 1st layer. | ||
Caused by error in `check_aesthetics()`: | ||
! Aesthetics must be either length 1 or the same as the data (5). | ||
x Fix the following mappings: `colour`. | ||
|
||
--- | ||
|
||
Code | ||
set_colours(rep("red", 3)) | ||
Condition | ||
Error in `geom_point()`: | ||
! Problem while setting up geom aesthetics. | ||
i Error occurred in the 1st layer. | ||
Caused by error in `check_aesthetics()`: | ||
! Aesthetics must be either length 1 or the same as the data (5). | ||
x Fix the following mappings: `colour`. | ||
|
||
--- | ||
|
||
Code | ||
set_colours(rep("red", 4)) | ||
Condition | ||
Error in `geom_point()`: | ||
! Problem while setting up geom aesthetics. | ||
i Error occurred in the 1st layer. | ||
Caused by error in `check_aesthetics()`: | ||
! Aesthetics must be either length 1 or the same as the data (5). | ||
x Fix the following mappings: `colour`. | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# layers with empty data are silently omitted with facet_wrap | ||
|
||
Code | ||
get_layer_data(d) | ||
Condition | ||
Error in `combine_vars()`: | ||
! Faceting variables must have at least one value. | ||
|
||
# layers with empty data are silently omitted with facet_grid | ||
|
||
Code | ||
get_layer_data(d) | ||
Condition | ||
Error in `combine_vars()`: | ||
! Faceting variables must have at least one value. | ||
|
||
# Should error when totally empty data frame because there's no x and y | ||
|
||
Code | ||
get_layer_data(d) | ||
Condition | ||
Error in `geom_point()`: | ||
! Problem while computing aesthetics. | ||
i Error occurred in the 2nd layer. | ||
Caused by error: | ||
! object 'wt' not found | ||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.