Skip to content

Commit

Permalink
fix figures in site
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdalgarno committed May 8, 2020
1 parent a77096f commit e6e4b0e
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2018-12-05.
Once it is accepted, delete this file and tag the release (commit a8f32fd5fe).
This package was submitted to CRAN on 2020-04-17.
Once it is accepted, delete this file and tag the release (commit a77096f62a).
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ output: github_document
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "tools/README-",
fig.path = "man/figures/README-",
fig.width = 5, fig.height = 1
)
```
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,39 +34,39 @@ library(tinter)
hex <- "#335CAC"
```

![](tools/README-colour-1.png)<!-- -->
![](man/figures/README-colour-1.png)<!-- -->

``` r
tinter(hex)
#> [1] "#D6DEEE" "#ADBDDD" "#849DCD" "#5B7CBC" "#335CAC" "#284989" "#1E3767"
#> [8] "#142444" "#0A1222"
```

![](tools/README-tinter-1.png)<!-- -->
![](man/figures/README-tinter-1.png)<!-- -->

``` r
tinter(hex, direction = "tints")
```

![](tools/README-tints-1.png)<!-- -->
![](man/figures/README-tints-1.png)<!-- -->

``` r
tinter(hex, steps = 10)
```

![](tools/README-steps-1.png)<!-- -->
![](man/figures/README-steps-1.png)<!-- -->

``` r
tinter(hex, steps = 10, crop = 7)
```

![](tools/README-crop-1.png)<!-- -->
![](man/figures/README-crop-1.png)<!-- -->

``` r
tinter(hex, steps = 10, crop = 7, adjust = 0.4)
```

![](tools/README-darken-1.png)<!-- -->
![](man/figures/README-darken-1.png)<!-- -->

### Create a choropleth map

Expand All @@ -84,7 +84,7 @@ ggplot(data = nc) +
coord_sf(datum = NA)
```

![](tools/README-plot-1.png)<!-- -->
![](man/figures/README-plot-1.png)<!-- -->

### Doesn’t this already exist?

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandoc: '2.4'
pkgdown: 1.5.0
pkgdown: 1.5.1
pkgdown_sha: ~
articles: []
last_built: 2020-04-16T18:44Z
last_built: 2020-05-08T01:29Z

2 changes: 1 addition & 1 deletion docs/reference/chk_color.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/darken.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/lighten.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tinter.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/vld_color.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added man/figures/README-colour-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/README-crop-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/README-darken-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/README-plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/README-steps-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/README-tinter-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added man/figures/README-tints-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6e4b0e

Please sign in to comment.