forked from r4ds/bookclub-rpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path11-dependencies-what-does-your-package-need.Rmd
40 lines (25 loc) · 1.26 KB
/
11-dependencies-what-does-your-package-need.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
33
34
35
36
37
38
39
40
# Vignettes: long-form documentation
**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/C_H1oQZD7m8")`
### Cohort 2
`r knitr::include_url("https://www.youtube.com/embed/8PU_KT5IpWg")`
### Cohort 3
`r knitr::include_url("https://www.youtube.com/embed/2-baO_E9p1s")`
<details>
<summary> Meeting chat log </summary>
```
00:05:44 Ryan Metcalf: https://www.rstudio.com/conference/
00:08:38 Brendan Lam: https://stackoverflow.com/questions/70097126/how-to-edit-namespace-with-roxygen2-when-creating-r-packages
00:08:51 Brendan Lam: https://stackoverflow.com/questions/11990589/r-namespace-access-and-match-fun
00:44:59 Rex Parsons: https://github.com/gentrywhite/DSSP/blob/b3d7f0d10374968a43a634a1ae3f65e9231fceb0/R/plot.R#L43
00:48:01 Rex Parsons: https://stackoverflow.com/questions/5595512/what-is-the-difference-between-require-and-library
00:58:13 Rex Parsons: gotta run guys - thanks Brendan and team!
00:58:29 collinberke: https://stackoverflow.com/questions/64737686/why-library-or-require-should-not-be-used-in-a-r-package
```
</details>