Skip to content

Commit fc9de0f

Browse files
committed
v2.9 staging
1 parent e942e34 commit fc9de0f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
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: 2.8.9001
4+
Version: 2.9
55
Authors@R: c(
66
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0250-5673")),
@@ -27,4 +27,4 @@ Suggests:
2727
gridExtra,
2828
reshape2
2929
Encoding: UTF-8
30-
RoxygenNote: 6.0.1
30+
RoxygenNote: 6.0.1.9000

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ggsci 2.8.9001 (2018-05-07)
1+
# ggsci 2.9 (2018-05-13)
22

33
## Improvements
44

R/discrete-uchicago.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' The University of Chicago Color Palettes
22
#'
3-
#' Color palettes based on the colors used by The University of Chicago.
3+
#' Color palettes based on the colors used by the University of Chicago.
44
#'
55
#' @param palette Palette type.
66
#' There are 3 available options:
@@ -18,7 +18,7 @@
1818
#' @author Nan Xiao <\email{me@@nanx.me}> |
1919
#' <\href{https://nanx.me}{https://nanx.me}>
2020
#'
21-
#' @references \url{http://communications.uchicago.edu/identity/color-palette}
21+
#' @references \url{https://news.uchicago.edu/sites/default/files/attachments/_uchicago.identity.guidelines.pdf}
2222
#'
2323
#' @examples
2424
#' library("scales")
@@ -57,7 +57,7 @@ pal_uchicago = function (
5757
#' @author Nan Xiao <\email{me@@nanx.me}> |
5858
#' <\href{https://nanx.me}{https://nanx.me}>
5959
#'
60-
#' @references \url{http://communications.uchicago.edu/identity/color-palette}
60+
#' @references \url{https://news.uchicago.edu/sites/default/files/attachments/_uchicago.identity.guidelines.pdf}
6161
#'
6262
#' @rdname scale_uchicago
6363
#'

man/pal_uchicago.Rd

Lines changed: 2 additions & 2 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ grid.arrange(p1_igv_default, p2_igv_default, ncol = 2)
246246
## UChicago
247247

248248
The UChicago palette is based on
249-
[the colors](http://communications.uchicago.edu/identity/color-palette)
250-
used by <emph>The University of Chicago</emph>.
249+
[the colors](https://news.uchicago.edu/sites/default/files/attachments/_uchicago.identity.guidelines.pdf)
250+
used by the <emph>University of Chicago</emph>.
251251
There are three palette types (`default`, `light`, `dark`) available.
252252

253253
```{r, fig.width = 10.67, fig.height = 4, out.width = 800, out.height = 300, dpi = 150}

0 commit comments

Comments
 (0)