Skip to content

Commit ccbebe5

Browse files
author
ewen_
committed
fix broken link
1 parent 7a32ee0 commit ccbebe5

14 files changed

+25
-16
lines changed

DESCRIPTION

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Package: ghibli
22
Title: Studio Ghibli Colour Palettes
3-
Description: Colour palettes inspired by Studio Ghibli films, ported to R for your enjoyment.
3+
Description: Colour palettes inspired by Studio Ghibli <https://en.wikipedia.org/wiki/Studio_Ghibli>
4+
films, ported to R for your enjoyment.
45
Authors@R: c(
56
person("Ewen", "Henderson", email = "ewenhenderson@gmail.com", role = c("aut", "cre"),
67
comment = c(ORCID = "0000-0002-4748-4693")),
78
person("Danielle", "Desrosiers", role = "ctb")
89
)
9-
Version: 0.2.0.9000
10+
Version: 0.3.0
1011
Depends: R (>= 2.10)
1112
License: MIT + file LICENSE
1213
Encoding: UTF-8

R/palettes.R

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#' A Studio Ghibli palette generator
22
#'
33
#' These are some color palettes from Studio Ghibli films.
4+
#' All color schemes are derived from
5+
#' \href{https://moviesincolor.com/post/145269683743/i-got-to-make-some-color-palettes-for-the-best}{Movies In Color}.
46
#'
57
#' @param n Number of colors desired. All palettes now only have seven colors.
6-
#' All color schemes are derived from this Studio Ghibli retrospective:
7-
#' \href{http://www.thelovemagazine.co.uk/posts/6584/in-photos-guess-who-s-back-retrospective-of-studio-ghibli-forever-is-here}{Studio Ghibli retrospective}.
8-
#' If omitted, uses all colours.
8+
#' If omitted, uses all colours.
9+
#'
910
#' @param name Name of desired palette.
1011
#' @param direction Either `1` or `-1`. If `-1` the palette will be reversed.
1112
#' @param type Either "continuous" or "discrete". Use continuous if you want
Loading

docs/index.html

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
691 Bytes
Loading
-675 Bytes
Loading
199 KB
Loading

docs/reference/ghibli-package.html

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

docs/reference/ghibli_palette.html

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

man/figures/README-ggplot2-eg-1.png

62.1 KB
Loading

man/figures/README-palettes-1.png

71.2 KB
Loading
130 KB
Loading

man/ghibli-package.Rd

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

man/ghibli_palette.Rd

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

0 commit comments

Comments
 (0)