Skip to content

Commit ad5f44a

Browse files
committed
push before CRAN submission
1 parent ff94ef4 commit ad5f44a

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,23 @@ the class to do these tutorials and half to simply complete the reading,
4040
the half completing the tutorials would perform much better for the rest
4141
of the course.
4242

43+
## Extra material
44+
4345
Note that most of the tutorials follow the associated chapters from [*R
4446
for Data Science (2e)*](https://r4ds.hadley.nz/). This is *not* true,
45-
however, for these tutorials: Introduction, RStudio and Code, RStudio
46-
and Github, Terminal, and Quarto. In those tutorials, we cover material
47-
which we feel belongs in any introductory data science course.
47+
however, for several other tutorials like Introduction, RStudio and
48+
Code, Quarto Websites Introduction, Terminal, et cetera. In those
49+
tutorials, we cover material which we feel belongs in any introductory
50+
data science course which uses RStudio.
51+
52+
However, the future of data science belongs to
53+
[Positron](https://positron.posit.co/), so we recommend that teachers
54+
use Positron rather than RStudio. In that case, you should assign the
55+
tutorials from the
56+
**[positron.tutorials](https://ppbds.github.io/positron.tutorials/)**
57+
package in place of the similar tutorials in **r4ds.tutorials**. We no
58+
longer actively maintain these extra RStudio tutorials in this package.
59+
In the next version, we will delete them.
4860

4961
## Installation
5062

@@ -66,7 +78,20 @@ For packages that need compilation, feel free to answer “no.”
6678

6779
Then **restart your R session** or **restart RStudio**.
6880

69-
## Accessing tutorials
81+
## Positron users
82+
83+
Positron user should be aware of two things. First, tutorials in
84+
Positron must be run “by hand,” using the `run_tutorial()` function from
85+
the **learnr** package. Example:
86+
87+
learnr::run_tutorial(name = "00-introduction", package = "r4ds.tutorials")
88+
89+
Second, many of the **r4ds.tutorials** were written specifically for
90+
RStudio. Fortunately, the
91+
**[positron.tutorials](https://ppbds.github.io/positron.tutorials/)**
92+
package includes versions of those tutorials written for Positron.
93+
94+
## RStudio users
7095

7196
In order to access the tutorials, start by loading the package.
7297

0 commit comments

Comments
 (0)