Skip to content

Commit ec50075

Browse files
committed
email update
1 parent f24bd8c commit ec50075

29 files changed

+40
-39
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: ggsci
22
Type: Package
33
Title: Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
4-
Version: 1.6
5-
Author: Nan Xiao <[email protected]>, Miaozhu Li <[email protected]>
6-
Maintainer: Nan Xiao <[email protected]>
4+
Version: 1.5
5+
Author: Nan Xiao <[email protected]>, Miaozhu Li <[email protected]>
6+
Maintainer: Nan Xiao <[email protected]>
77
Description: A collection of 'ggplot2' color palettes inspired by scientific journals and science fiction TV shows.
88
License: GPL
99
LazyData: TRUE

R/01.npg.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' @importFrom grDevices col2rgb rgb
1515
#' @importFrom scales manual_pal
1616
#'
17-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
17+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1818
#' <\href{http://nanx.me}{http://nanx.me}>
1919
#'
2020
#' @examples
@@ -48,7 +48,7 @@ pal_npg = function (palette = c('nrc'), alpha = 1) {
4848
#'
4949
#' @importFrom ggplot2 discrete_scale
5050
#'
51-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
51+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5252
#' <\href{http://nanx.me}{http://nanx.me}>
5353
#'
5454
#' @rdname scale_npg

R/02.aaas.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' @importFrom grDevices col2rgb rgb
1616
#' @importFrom scales manual_pal
1717
#'
18-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
18+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1919
#' <\href{http://nanx.me}{http://nanx.me}>
2020
#'
2121
#' @examples
@@ -49,7 +49,7 @@ pal_aaas = function (palette = c('default'), alpha = 1) {
4949
#'
5050
#' @importFrom ggplot2 discrete_scale
5151
#'
52-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
52+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5353
#' <\href{http://nanx.me}{http://nanx.me}>
5454
#'
5555
#' @rdname scale_aaas

R/03.lancet.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' @importFrom grDevices col2rgb rgb
1515
#' @importFrom scales manual_pal
1616
#'
17-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
17+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1818
#' <\href{http://nanx.me}{http://nanx.me}>
1919
#'
2020
#' @examples
@@ -48,7 +48,7 @@ pal_lancet = function (palette = c('lanonc'), alpha = 1) {
4848
#'
4949
#' @importFrom ggplot2 discrete_scale
5050
#'
51-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
51+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5252
#' <\href{http://nanx.me}{http://nanx.me}>
5353
#'
5454
#' @rdname scale_lancet

R/04.jco.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @importFrom grDevices col2rgb rgb
1414
#' @importFrom scales manual_pal
1515
#'
16-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
16+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1717
#' <\href{http://nanx.me}{http://nanx.me}>
1818
#'
1919
#' @examples
@@ -47,7 +47,7 @@ pal_jco = function (palette = c('default'), alpha = 1) {
4747
#'
4848
#' @importFrom ggplot2 discrete_scale
4949
#'
50-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
50+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5151
#' <\href{http://nanx.me}{http://nanx.me}>
5252
#'
5353
#' @rdname scale_jco

R/05.ucscgb.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @importFrom grDevices col2rgb rgb
1414
#' @importFrom scales manual_pal
1515
#'
16-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
16+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1717
#' <\href{http://nanx.me}{http://nanx.me}>
1818
#'
1919
#' @examples
@@ -47,7 +47,7 @@ pal_ucscgb = function (palette = c('default'), alpha = 1) {
4747
#'
4848
#' @importFrom ggplot2 discrete_scale
4949
#'
50-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
50+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5151
#' <\href{http://nanx.me}{http://nanx.me}>
5252
#'
5353
#' @rdname scale_ucscgb

R/06.uchicago.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' @importFrom grDevices col2rgb rgb
1616
#' @importFrom scales manual_pal
1717
#'
18-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
18+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1919
#' <\href{http://nanx.me}{http://nanx.me}>
2020
#'
2121
#' @references \url{http://communications.uchicago.edu/identity/color-palette}
@@ -52,7 +52,7 @@ pal_uchicago = function (palette = c('default', 'light', 'dark'), alpha = 1) {
5252
#'
5353
#' @importFrom ggplot2 discrete_scale
5454
#'
55-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
55+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5656
#' <\href{http://nanx.me}{http://nanx.me}>
5757
#'
5858
#' @references \url{http://communications.uchicago.edu/identity/color-palette}

R/07.simpsons.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @importFrom grDevices col2rgb rgb
1414
#' @importFrom scales manual_pal
1515
#'
16-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
16+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1717
#' <\href{http://nanx.me}{http://nanx.me}>
1818
#'
1919
#' @examples
@@ -47,7 +47,7 @@ pal_simpsons = function (palette = c('springfield'), alpha = 1) {
4747
#'
4848
#' @importFrom ggplot2 discrete_scale
4949
#'
50-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
50+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5151
#' <\href{http://nanx.me}{http://nanx.me}>
5252
#'
5353
#' @rdname scale_simpsons

R/08.rickandmorty.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @importFrom grDevices col2rgb rgb
1414
#' @importFrom scales manual_pal
1515
#'
16-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
16+
#' @author Nan Xiao <\email{me@@nanx.me}> |
1717
#' <\href{http://nanx.me}{http://nanx.me}>
1818
#'
1919
#' @examples
@@ -47,7 +47,7 @@ pal_rickandmorty = function (palette = c('schwifty'), alpha = 1) {
4747
#'
4848
#' @importFrom ggplot2 discrete_scale
4949
#'
50-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}> |
50+
#' @author Nan Xiao <\email{me@@nanx.me}> |
5151
#' <\href{http://nanx.me}{http://nanx.me}>
5252
#'
5353
#' @rdname scale_rickandmorty

R/ggsci-package.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#'
1111
#' @name ggsci-package
1212
#' @docType package
13-
#' @author Nan Xiao <\email{nanx@@uchicago.edu}>
13+
#' @author Nan Xiao <\email{me@@nanx.me}>
1414
#' Miaozhu Li <\email{miaozhu.li@@duke.edu}>
1515
#'
1616
NULL

TODO

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TODO
22

33
* Add D3 color scales: https://github.com/mbostock/d3/wiki/Ordinal-Scales
4+
* Add Futurama palette
45
* Add GSEA - GenePattern HeatMapViewer Module (continuous) color palette
56
* Add heatmap and correlation matrix demos for continuous palettes
67
* Add a function for displaying all color palettes

man/ggsci-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_aaas.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_jco.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_lancet.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_npg.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_rickandmorty.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_simpsons.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_uchicago.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pal_ucscgb.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_aaas.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_jco.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_lancet.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_npg.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_rickandmorty.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_simpsons.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_uchicago.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_ucscgb.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/ggsci.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Scientific Journal and Sci-Fi Themed Color Palettes for ggplot2"
3-
author: "Nan Xiao <<nanx@uchicago.edu>> <br>
4-
Miaozhu Li <<miaozhu.li@duke.edu>>"
3+
author: "Nan Xiao <<http://nanx.me>> <br>
4+
Miaozhu Li <<http://miaozhu.li>>"
55
date: "`r Sys.Date()`"
66
output:
77
rmarkdown::html_vignette:

0 commit comments

Comments
 (0)