Skip to content

Commit c253185

Browse files
committed
tweak
- last sentence in intro
1 parent 1158db5 commit c253185

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

docs/gis.html

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,8 @@ <h1 class="title toc-ignore">Introduction to R – Workshop Home</h1>
325325
href="http://r4ds.had.co.nz/">R for Data Science</a> and <a
326326
href="http://socviz.co/">Data Visualization for Social Science</a>.
327327
Interactive primers and courses are available. Try the <a
328-
href="https://rstudio.cloud/learn/primers">Rstudio Cloud primers</a>, or
329-
register for workshops at <a
330-
href="https://www.datacamp.com/">DataCamp</a>.</p>
328+
href="https://rstudio.cloud/learn/primers">Rstudio Cloud primers</a> to
329+
reinforce your learning.</p>
331330
<ul>
332331
<li><a href="https://github.com/libjohn/intro2r-2019spring">practice
333332
code</a></li>

index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output:
77

88
The following learning materials support our *Introduction to R: Data Transformations, Analysis, and Data Structures* workshop. Hosted by [Data & Visualization Services](http://library.duke.edu/) at Duke University Libraries, this is the first part of a multi-part learning series on R that we call [*R We Having Fun Yet‽*](https://rfun.library.duke.edu).
99

10-
This gentle introduction provides a hands-on experience to learn the basics of modern R using RStudio and the Tidyverse method. Learn about managing your R projects, data types, variable assignments, data structures, and visualization packages such as `ggplot2` and `mapview`. The focus of these learning resources is as a code demonstrations supporting our in-person workshop. Thus the explanatory prose is minimal, but you can watch an earlier recording below. If you wish to read more about R, we recommend [R for Data Science](http://r4ds.had.co.nz/) and [Data Visualization for Social Science](http://socviz.co/). Interactive primers and courses are available. Try the [Rstudio Cloud primers](https://rstudio.cloud/learn/primers), or register for workshops at [DataCamp](https://www.datacamp.com/).
10+
This gentle introduction provides a hands-on experience to learn the basics of modern R using RStudio and the Tidyverse method. Learn about managing your R projects, data types, variable assignments, data structures, and visualization packages such as `ggplot2` and `mapview`. The focus of these learning resources is as a code demonstrations supporting our in-person workshop. Thus the explanatory prose is minimal, but you can watch an earlier recording below. If you wish to read more about R, we recommend [R for Data Science](http://r4ds.had.co.nz/) and [Data Visualization for Social Science](http://socviz.co/). Interactive primers and courses are available. Try the [Rstudio Cloud primers](https://rstudio.cloud/learn/primers) to reinforce your learning.
1111

1212
- [practice code](https://github.com/libjohn/intro2r-2019spring)
1313

0 commit comments

Comments
 (0)