diff --git a/docs/lesson1-rstudio.html b/docs/lesson1-rstudio.html index f832fd6..23640e6 100644 --- a/docs/lesson1-rstudio.html +++ b/docs/lesson1-rstudio.html @@ -681,7 +681,7 @@

Your turn

??install 

Not all functions have (or require) arguments:

date()
-
## [1] "Tue Aug 27 00:39:59 2024"
+
## [1] "Tue Aug 27 01:04:44 2024"


@@ -794,8 +794,8 @@

Home directory, relative vs. absolute paths and RStudio 8.2-8.4 in Grolemund and Wickham’s R for Data Science

Additional tips on RStudio projects here

-

On Wednesday, we will set up an RStudio project for you to work in -during this course (we’re waiting until Wednesday because we want to +

During next class, we will set up an RStudio project for you to work +in during this course (we’re waiting until next class because we want to integrate it with GitHub from the get-go).


@@ -806,7 +806,7 @@

Saving your code in scripts



If you’re new to R, this may all seem a little overwhelming right now. Don’t worry, we’ll keep coming back to revisit some of the -key concepts outlined above as wwe work through the course.

+key concepts outlined above as we work through the course.