generated from r4ds/bookclub-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
09.Rmd
32 lines (23 loc) · 968 Bytes
/
09.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Set up an R dev environment
**Learning objectives:**
- THESE ARE NICE TO HAVE BUT NOT ABSOLUTELY NECESSARY
## SLIDE 1 {-}
- ADD SLIDES AS SECTIONS (`##`).
- TRY TO KEEP THEM RELATIVELY SLIDE-LIKE; THESE ARE NOTES, NOT THE BOOK ITSELF.
## Meeting Videos {-}
### Cohort 1 {-}
`r knitr::include_url("https://www.youtube.com/embed/gs_QPowod0U")`
<details>
<summary> Meeting chat log </summary>
```
00:09:58 Jon Harmon (jonthegeek): do4ds.org
00:10:36 Jon Harmon (jonthegeek): https://r4ds.github.io/bookclub-do4ds/virtual-environments-to-the-rescue.html
00:11:08 Jon Harmon (jonthegeek): do4ds.com
00:16:56 Jon Harmon (jonthegeek): > devtools::has_devel()
Your system is ready to build packages!
00:38:02 Jon Harmon (jonthegeek): Sys.getenv("R_DEFAULT_INTERNET_TIMEOUT")
00:38:28 mohamed.shoeb: options(timeout = 30000)
00:39:41 Jon Harmon (jonthegeek): usethis::edit_r_environ()
00:39:51 Jon Harmon (jonthegeek): R_DEFAULT_INTERNET_TIMEOUT=1000
```
</details>