Skip to content

Commit

Permalink
fix image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robsalasco committed Aug 16, 2020
1 parent 80bb81b commit ec997e6
Show file tree
Hide file tree
Showing 25 changed files with 217 additions and 185 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output: github_document
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "docs/"
fig.path = "man/figures/"
)
```

Expand All @@ -16,7 +16,7 @@ knitr::opts_chunk$set(
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/robsalasco/sinimr?branch=master&svg=true)](https://ci.appveyor.com/project/robsalasco/sinimr)
[![Coverage Status](https://img.shields.io/codecov/c/github/robsalasco/sinimr/master.svg)](https://codecov.io/github/robsalasco/sinimr?branch=master)

# sinimR <img src="docs/sinimR_hexSticker.png" width = "175" height = "200" align="right" />
# sinimR <img src="man/figures/sinimR_hexSticker.png" width = "175" height = "200" align="right" />

Chilean Municipalities Information System Wrapper

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Status](https://ci.appveyor.com/api/projects/status/github/robsalasco/sinimr?bra
[![Coverage
Status](https://img.shields.io/codecov/c/github/robsalasco/sinimr/master.svg)](https://codecov.io/github/robsalasco/sinimr?branch=master)

# sinimR <img src="docs/sinimR_hexSticker.png" width = "175" height = "200" align="right" />
# sinimR <img src="man/figures/sinimR_hexSticker.png" width = "175" height = "200" align="right" />

Chilean Municipalities Information System Wrapper

Expand Down Expand Up @@ -62,7 +62,7 @@ gran_santiago_plot <- tm_shape(var) +
gran_santiago_plot
```

<img src="docs/unnamed-chunk-2-1.png" width="576" />
<img src="man/figures/unnamed-chunk-2-1.png" width="576" />

### Support

Expand Down Expand Up @@ -363,9 +363,9 @@ search_sinim_vars("cementerio")

SINIM (Sistema Nacional de Información Municipal) by default applies a
monetary correction to show current values of variables. The original
values provided by municipalities are available using the `moncorr==F`
values provided by municipalities are available using the `moncorr = F`
switch. And if you want geographical identifiers like region or
provincia you can apply them using `idgeo==T` switch.
provincia you can apply them using `idgeo = T` switch.

### Other example plots

Expand Down Expand Up @@ -407,7 +407,7 @@ gran_santiago_plot <- tm_shape(data_sinim) +
gran_santiago_plot
```

<img src="docs/unnamed-chunk-13-1.png" width="1440" />
<img src="man/figures/unnamed-chunk-13-1.png" width="1440" />

#### A variable in multiple years using facets

Expand Down Expand Up @@ -446,7 +446,7 @@ gran_santiago_plot <- tm_shape(var) +
gran_santiago_plot
```

<img src="docs/unnamed-chunk-14-1.png" width="1728" />
<img src="man/figures/unnamed-chunk-14-1.png" width="1728" />

#### Multiple variables and years using geofacet

Expand Down Expand Up @@ -492,7 +492,7 @@ ggplot(data, aes(year, value, group=1)) +
theme_bw()
```

<img src="docs/unnamed-chunk-15-1.png" width="2304" />
<img src="man/figures/unnamed-chunk-15-1.png" width="2304" />

### Citation

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/LICENSE-text.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.

314 changes: 173 additions & 141 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/pkgdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,14 @@ nav[data-toggle='toc'] .nav .nav > .active:focus > a {

.ref-index th {font-weight: normal;}

.ref-index td {vertical-align: top;}
.ref-index td {vertical-align: top; min-width: 100px}
.ref-index .icon {width: 40px;}
.ref-index .alias {width: 40%;}
.ref-index-icons .alias {width: calc(40% - 40px);}
.ref-index .title {width: 60%;}

.ref-arguments th {text-align: right; padding-right: 10px;}
.ref-arguments th, .ref-arguments td {vertical-align: top;}
.ref-arguments th, .ref-arguments td {vertical-align: top; min-width: 100px}
.ref-arguments .name {width: 20%;}
.ref-arguments .desc {width: 80%;}

Expand Down
6 changes: 3 additions & 3 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandoc: 2.9.2.1
pkgdown: 1.5.1
pkgdown_sha: ~
pkgdown: 1.5.1.9000
pkgdown_sha: eae56f08694abebf93cdfc0dd8e9ede06d8c815f
articles: []
last_built: 2020-08-16T18:31Z
last_built: 2020-08-16T19:10Z

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
34 changes: 17 additions & 17 deletions docs/reference/get_sinim.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/get_sinim_cats.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/reference/get_sinim_var_name.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/reference/get_sinim_vars.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/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/reference/mm.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/reference/search_sinim_vars.html

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

Binary file added man/figures/sinimR_hexSticker.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/unnamed-chunk-13-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/unnamed-chunk-14-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/unnamed-chunk-15-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/unnamed-chunk-2-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 ec997e6

Please sign in to comment.