Skip to content

Commit 2b96651

Browse files
authored
Release ggsci 4.2.0 (#77)
* Increment version number to 4.2.0 * Update news for v4.2.0 * Fix outdated links
1 parent b0f045b commit 2b96651

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ggsci
22
Type: Package
33
Title: Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
4-
Version: 4.1.0
4+
Version: 4.2.0
55
Authors@R: c(
66
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre", "cph"),
77
comment = c(ORCID = "0000-0002-0250-5673")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Improvements
44

5-
- Synchronize the iTerm color palettes with upstream.
5+
- Synchronize the iTerm color palettes with upstream (#75).
66

77
This update adds 8 new palettes to `iterm_palettes()`: branch,
88
No Clown Fiesta variations, novmbr, One Dark Two, owl, traffic, and urban.

R/discrete-uchicago.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' @author Nan Xiao | \email{[email protected]} | <https://nanx.me>
1919
#'
2020
#' @references
21-
#' <https://news.uchicago.edu/sites/default/files/attachments/_uchicago.identity.guidelines.pdf>
21+
#' <https://news.uchicago.edu/sites/default/files/UCM_UniversityIdentityGuidelines_2-2020.pdf>
2222
#'
2323
#' @examples
2424
#' library("scales")
@@ -55,7 +55,7 @@ pal_uchicago <- function(palette = c("default", "light", "dark"), alpha = 1) {
5555
#' @author Nan Xiao | \email{[email protected]} | <https://nanx.me>
5656
#'
5757
#' @references
58-
#' <https://news.uchicago.edu/sites/default/files/attachments/_uchicago.identity.guidelines.pdf>
58+
#' <https://news.uchicago.edu/sites/default/files/UCM_UniversityIdentityGuidelines_2-2020.pdf>
5959
#'
6060
#' @rdname scale_uchicago
6161
#'

man/pal_uchicago.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_uchicago.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/ggsci.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ grid.arrange(p1_cosmic_signature, p2_cosmic_signature, ncol = 2)
384384
### UChicago
385385

386386
The UChicago palette is based on
387-
[the colors](https://news.uchicago.edu/sites/default/files/attachments/_uchicago.identity.guidelines.pdf)
387+
[the colors](https://news.uchicago.edu/sites/default/files/UCM_UniversityIdentityGuidelines_2-2020.pdf)
388388
used by the University of Chicago.
389389
There are three palette types (`default`, `light`, `dark`) available.
390390

0 commit comments

Comments
 (0)