Skip to content

Commit 8c4603f

Browse files
author
Christopher Prener
committed
update setup instructions
1 parent e8ad4e6 commit 8c4603f

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

setup.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This workshop is designed to be run on your local machine. First, you will need
99

1010
## Data
1111

12-
You can download all of the data used in this workshop by clicking
13-
[this download link](https://ndownloader.figshare.com/articles/2009586/versions/10).
12+
You can download all of the data used in this workshop by clicking
13+
[this download link](https://ndownloader.figshare.com/articles/2009586/versions/10).
1414
Clicking the download link will automatically download all of the files to your default download directory as a single compressed
15-
(`.zip`) file. To expand this file, double click the folder icon in your file navigator application (for Macs, this is the Finder
15+
(`.zip`) file. To expand this file, double click the folder icon in your file navigator application (for Macs, this is the Finder
1616
application).
1717

1818
For a full description of the data used in this workshop see the [data page](data).
@@ -46,14 +46,14 @@ The installation of the geospatial libraries GDAL, GEOS, and PROJ.4 varies signi
4646
> ## macOS
4747
>
4848
> For participants who do not already have [homebrew](https://brew.sh) installed, and who may be less comfortable with the command line, the easiest was to obtain the geospatial libraries is to install the latest version of [Kyng Chaos's pre-built package](http://www.kyngchaos.com/software/frameworks) for GDAL Complete. Be aware that several other libraries are also installed, including the UnixImageIO, SQLite3, and `NumPy`.
49-
>
50-
> After downloading the package in the link above, you will need to double-click the
49+
>
50+
> After downloading the package in the link above, you will need to double-click the
5151
> cardbord box icon to complete the installation. Depending on your security settings,
52-
> you may get an error message about "unidentified developers". You can enable the
52+
> you may get an error message about "unidentified developers". You can enable the
5353
> installation by following [these instructions](https://kb.wisc.edu/page.php?id=25443)
5454
> for installing programs from
55-
> unidentified developers.
56-
>
55+
> unidentified developers.
56+
>
5757
> Alternatively, participants who are comfortable with the command line can install the geospatial libraries individually using [homebrew](https://brew.sh):
5858
>
5959
>~~~
@@ -94,7 +94,7 @@ The installation of the geospatial libraries GDAL, GEOS, and PROJ.4 varies signi
9494
>~~~
9595
>{: .language-bash}
9696
>
97-
> For **Debian**: The [rocker geospatial](https://github.com/rocker-org/geospatial) Dockerfiles may be helpful. Ubuntu Dockerfiles are found [here](https://github.com/r-spatial/sf/tree/master/inst/docker).
97+
> For **Debian**: The [rocker geospatial](https://github.com/rocker-org/geospatial) Dockerfiles may be helpful. Ubuntu Dockerfiles are found [here](https://github.com/r-spatial/sf/tree/master/inst/docker). These may be helpful to get an idea of the commands needed to install the necessary dependencies.
9898
>
9999
{: .solution}
100100
@@ -160,8 +160,7 @@ Participants who do not already have `R` installed should download and install i
160160
{: .solution}
161161
162162
### RStudio
163-
RStudio is a GUI for using `R` that is available for Windows, macOS, and various Linux operating systems. It can be downloaded [here](https://www.rstudio.com/products/rstudio/download/). You will need the **free** Desktop version for your computer.
164-
163+
RStudio is a GUI for using `R` that is available for Windows, macOS, and various Linux operating systems. It can be downloaded [here](https://www.rstudio.com/products/rstudio/download/). You will need the **free** Desktop version for your computer. *In order to address issues with `ggplot2`, learners and instructors should run a recent version of RStudio (v1.2 or greater).*
165164
166165
### R Packages
167166
@@ -176,7 +175,7 @@ The following `R` packages are used in the various geospatial lessons.
176175
* [`sf`](https://cran.r-project.org/package=sf)
177176
178177
To install these packages in RStudio, do the following:
179-
1\. Open RStudio by double-clicking the RStudio application icon. You should see
178+
1\. Open RStudio by double-clicking the RStudio application icon. You should see
180179
something like this:
181180
182181
![RStudio layout](/fig/01-rstudio.png)
@@ -204,7 +203,7 @@ downloaded 3.4 MB
204203
~~~
205204
{: .output}
206205
207-
When the installation is complete, you will see a status message like:
206+
When the installation is complete, you will see a status message like:
208207
209208
~~~
210209
The downloaded binary packages are in

0 commit comments

Comments
 (0)