generated from r4ds/bookclub-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
12.Rmd
65 lines (42 loc) · 1.74 KB
/
12.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Read the source
**Learning objectives:**
- Take some steps to troubleshoot before googling.
- Improve Google-fu to find help with error messages.
- Search GitHub for R-related code and issues.
- Search the CRAN package mirror on GitHub.
- Navigate to package web pages and repositories.
- Navigate code in RStudio.
## Have you tried turning it off and back on? {-}
- Remember earlier chapters:
- ctrl-shift-f10 often to restart R
- Use RStudio projects
## Search better, not harder! {-}
- Data Science Learning Community
- [r tag on StackOverflow.com](https://stackoverflow.com/questions/tagged/r)
- [Advanced search on Posit Community](https://community.rstudio.com/search?expanded=true)
- Chrome search engines! (etc)
## Chrome search engines {.unlisted .unnumbered}
![](images/12_chrome-search_01.png)
## Chrome search engines {.unlisted .unnumbered}
![](images/12_chrome-search_02.png)
## Chrome search engines {.unlisted .unnumbered}
![](images/12_chrome-search_03.png)
## Chrome search engines {.unlisted .unnumbered}
![](images/12_chrome-search_04.png)
## Metacran {-}
- https://github.com/cran
- Read [GitHub search documentation](https://docs.github.com/en/search-github/getting-started-with-searching-on-github/about-searching-on-github)
- Another Chrome search engine!
- `https://github.com/search?q=org%3Acran+%s`
- Does NOT include issues!
## Package repos {-}
- `browse_package()`
- Search within the repo
- Be sure to check for recently closed issues and PRs!
## Act locally! {-}
- `usethis::create_from_github()`
- ctrl-f and ctrl-shift-f
- f2 (navigate to the function source)
## Meeting Videos {-}
### Cohort 1 {-}
`r knitr::include_url("https://www.youtube.com/embed/Bo77D_7zXj4")`