From 52970448b2e5520ec8ec44253018ed44fd0bde66 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 18 Feb 2024 12:38:50 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 7382fa7c73cf29d1855342f4b5aa6de3d71fa7fe Branch : md-outputs Author : GitHub Actions Time : 2024-02-18 12:38:21 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 49d967f468dd6fc43fac45e6db106ef55528aa38 Branch : main Author : Claudiu Forgaci <33600128+cforgaci@users.noreply.github.com> Time : 2024-02-18 12:32:34 +0000 Message : Merge pull request #28 from carpentries-incubator/manuel/review Improvements to Lessons 1 to 12 --- 01-intro-to-r.html | 6 +- 02-data-structures.html | 54 +- 03-explore-data.html | 136 ++-- 04-intro-to-visualisation.html | 125 ++-- 08-intro-to-geospatial-concepts.html | 4 +- 09-open-and-plot-vector-layers.html | 4 +- ...e-and-plot-by-vector-layer-attributes.html | 127 ++-- 11-plot-multiple-shape-files.html | 114 +++- 12-handling-spatial-projection-and-crs.html | 48 +- 13-intro-to-raster-data.html | 4 +- 14-plot-raster-data.html | 2 +- 16-raster-calculations.html | 2 +- 18-import-and-visualise-osm-data.html | 4 +- 19-basic-gis-with-r-sf.html | 2 +- aio.html | 634 ++++++++++------- images.html | 3 +- index.html | 14 +- instructor/01-intro-to-r.html | 6 +- instructor/02-data-structures.html | 54 +- instructor/03-explore-data.html | 136 ++-- instructor/04-intro-to-visualisation.html | 125 ++-- .../08-intro-to-geospatial-concepts.html | 4 +- .../09-open-and-plot-vector-layers.html | 6 +- ...e-and-plot-by-vector-layer-attributes.html | 127 ++-- instructor/11-plot-multiple-shape-files.html | 114 +++- ...2-handling-spatial-projection-and-crs.html | 48 +- instructor/13-intro-to-raster-data.html | 4 +- instructor/14-plot-raster-data.html | 2 +- instructor/16-raster-calculations.html | 2 +- .../18-import-and-visualise-osm-data.html | 4 +- instructor/19-basic-gis-with-r-sf.html | 2 +- instructor/aio.html | 636 +++++++++++------- instructor/images.html | 3 +- instructor/index.html | 14 +- md5sum.txt | 16 +- pkgdown.yml | 2 +- 36 files changed, 1563 insertions(+), 1025 deletions(-) diff --git a/01-intro-to-r.html b/01-intro-to-r.html index a341ebc3..2dbb7987 100644 --- a/01-intro-to-r.html +++ b/01-intro-to-r.html @@ -492,9 +492,9 @@

CalloutPros Immediate results -Work lost once you close RStudio -Cons Complete record of your work +Cons +Work lost once you close RStudio Messy if you just want to print things out
@@ -683,7 +683,7 @@

R # Download the data download.file('https://bit.ly/geospatial_data', - here('episodes', 'data','gapminder_data.csv')) + here('data','gapminder_data.csv'))

@@ -471,7 +472,8 @@

OUTPUT