karthik / wesanderson

A Wes Anderson color palette for R
Other
1.94k stars 147 forks source link

Possible to send an update to CRAN? #30

Closed benmarwick closed 6 years ago

benmarwick commented 6 years ago

In the CRAN version manual we see that the palette choices are:

List of 15
$ GrandBudapest : chr [1:4] "#F1BB7B" "#FD6467" "#5B1A18" "#D67236"
$ Moonrise1 : chr [1:4] "#F3DF6C" "#CEAB07" "#D5D5D3" "#24281A"
$ Royal1 : chr [1:4] "#899DA4" "#C93312" "#FAEFD1" "#DC863B"
$ Moonrise2 : chr [1:4] "#798E87" "#C27D38" "#CCC591" "#29211F"
$ Cavalcanti : chr [1:5] "#D8B70A" "#02401B" "#A2A475" "#81A88D" ...
4 wes_palettes
$ Royal2 : chr [1:5] "#9A8822" "#F5CDB4" "#F8AFA8" "#FDDDA0" ...
$ GrandBudapest2: chr [1:4] "#E6A0C4" "#C6CDF7" "#D8A499" "#7294D4"
$ Moonrise3 : chr [1:5] "#85D4E3" "#F4B5BD" "#9C964A" "#CDC08C" ...
$ Chevalier : chr [1:4] "#446455" "#FDD262" "#D3DDDC" "#C7B19C"
$ Zissou : chr [1:5] "#3B9AB2" "#78B7C5" "#EBCC2A" "#E1AF00" ...
$ FantasticFox : chr [1:5] "#DD8D29" "#E2D200" "#46ACC8" "#E58601" ...
$ Darjeeling : chr [1:5] "#FF0000" "#00A08A" "#F2AD00" "#F98400" ...
$ Rushmore : chr [1:5] "#E1BD6D" "#EABE94" "#0B775E" "#35274A" ...
$ BottleRocket : chr [1:7] "#A42820" "#5F5647" "#9B110E" "#3F5151" ...
$ Darjeeling2 : chr [1:5] "#ECCBAE" "#046C9A" "#D69C4E" "#ABDDDE" ...

But here on GitHub we see slight differences in the names of the palettes:

# See all palettes
names(wes_palettes)
#>  [1] "BottleRocket1"  "BottleRocket2"  "Rushmore1"      "Royal1"        
#>  [5] "Royal2"         "Zissou1"        "Darjeeling1"    "Darjeeling2"   
#>  [9] "Chevalier1"     "FantasticFox1"  "Moonrise1"      "Moonrise2"     
#> [13] "Moonrise3"      "Cavalcanti1"    "GrandBudapest1" "GrandBudapest2"

The Rushmore vs Rushmore1 is causing some problems for me.

Can you push an update to CRAN so we have Rushmore1 on CRAN and on GitHub?

thanks!

karthik commented 6 years ago

Hi Ben, Yes will do this asap.

benmarwick commented 6 years ago

Thanks!

karthik commented 6 years ago

All reverse depends issues sorted and update is on CRAN.

benmarwick commented 6 years ago

Great, thank you very much!