Skip to content

Commit 903b412

Browse files
committed
fix vignettes
1 parent aa0b0b5 commit 903b412

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

r-package/vignettes/access_inequality.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if (!is.null(df)) {
9898
}
9999
```
100100
This means that the 10% wealthiest population could access by public transport
101-
on average `r if (!is.null(df)) {round(palma_ratio,1)}` times more job opportunites than the 40%
101+
on average 2.6 times more job opportunites than the 40%
102102
poorest people in less than 60 min.
103103

104104

r-package/vignettes/aopdata.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: "`r Sys.Date()`"
44
output: rmarkdown::html_vignette
55
urlcolor: blue
66
vignette: >
7-
%\VignetteIndexEntry{Introduction to `aopdata`}
7+
%\VignetteIndexEntry{Introduction to aopdata}
88
%\VignetteEngine{knitr::rmarkdown}
99
%\VignetteEncoding{UTF-8}
1010
---

r-package/vignettes/landuse_maps.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here are a few quick examples to illustrate how you can use the {aopdata} packag
2222
to map the spatial distribution of activities and urban services in Brazilian cities.
2323

2424

25-
```{r, message = FALSE, warning=FALSE}
25+
```{r, message = FALSE, warning=FALSE, eval=TRUE}
2626
# load libraries
2727
library(aopdata)
2828
library(data.table)
@@ -32,7 +32,7 @@ library(scales)
3232
```
3333

3434
## Download land use data
35-
```{r, message = FALSE}
35+
```{r, message = FALSE, eval=TRUE}
3636
df <- aopdata::read_landuse(
3737
city = 'Fortaleza',
3838
year = 2019,

0 commit comments

Comments
 (0)