diff --git a/08-read-write-plot.md b/08-read-write-plot.md index 343dde5..b885cb1 100644 --- a/08-read-write-plot.md +++ b/08-read-write-plot.md @@ -33,7 +33,7 @@ read_sf #> st_read(..., quiet = quiet, stringsAsFactors = stringsAsFactors, #> as_tibble = as_tibble) #> } -#> +#> #> nc = st_read(system.file("shape/nc.shp", package="sf")) #> Reading layer `nc' from data source diff --git a/09-mapping.md b/09-mapping.md index e64222c..56e4387 100644 --- a/09-mapping.md +++ b/09-mapping.md @@ -45,7 +45,7 @@ plot(africa["HDI"]) # tmap remotes::install_github("r-tmap/tmap") #> Using github PAT from envvar GITHUB_PAT. Use `gitcreds::gitcreds_set()` and unset GITHUB_PAT in .Renviron (or elsewhere) if you want to use the more secure git credential store instead. -#> Skipping install of 'tmap' from a github remote, the SHA1 (5f20671a) has not changed since last install. +#> Skipping install of 'tmap' from a github remote, the SHA1 (9e69d89f) has not changed since last install. #> Use `force = TRUE` to force installation library(tmap) #> @@ -79,7 +79,7 @@ ggplotly(g) ```{=html}
- + # mapsf library(mapsf) mf_map(x = africa, var = "HDI", type = "choro") diff --git a/09-mapping_files/figure-html/unnamed-chunk-15-1.png b/09-mapping_files/figure-html/unnamed-chunk-15-1.png index 590efca..797d260 100644 Binary files a/09-mapping_files/figure-html/unnamed-chunk-15-1.png and b/09-mapping_files/figure-html/unnamed-chunk-15-1.png differ diff --git a/09-mapping_files/figure-html/unnamed-chunk-16-1.png b/09-mapping_files/figure-html/unnamed-chunk-16-1.png index 53b2bc5..0811f70 100644 Binary files a/09-mapping_files/figure-html/unnamed-chunk-16-1.png and b/09-mapping_files/figure-html/unnamed-chunk-16-1.png differ diff --git a/09-mapping_files/figure-html/unnamed-chunk-4-3.png b/09-mapping_files/figure-html/unnamed-chunk-4-3.png index dca99e5..b07d20c 100644 Binary files a/09-mapping_files/figure-html/unnamed-chunk-4-3.png and b/09-mapping_files/figure-html/unnamed-chunk-4-3.png differ diff --git a/09-mapping_files/figure-html/unnamed-chunk-9-1.png b/09-mapping_files/figure-html/unnamed-chunk-9-1.png index 1f3e8e4..f28a40e 100644 Binary files a/09-mapping_files/figure-html/unnamed-chunk-9-1.png and b/09-mapping_files/figure-html/unnamed-chunk-9-1.png differ diff --git a/404.html b/404.html index af27339..f5d1568 100644 --- a/404.html +++ b/404.html @@ -97,7 +97,7 @@

Solutions to the Second Edition's exercises