You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learners/setup.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,8 @@ If the error persist, [contact us](#your-questions)!
277
277
278
278
You should update **all of the packages** required for the tutorial, even if you installed them relatively recently. New versions bring improvements and important bug fixes.
279
279
280
+
### 4. Verify the installation
281
+
280
282
When the installation has finished, you can try to load the packages by pasting the following code into the console:
281
283
282
284
```r
@@ -314,7 +316,7 @@ library(tidyverse)
314
316
315
317
If you do NOT see an error like `there is no package called ‘...’` you are good to go! If you do, [contact us](#your-questions)!
0 commit comments