-
Notifications
You must be signed in to change notification settings - Fork 4
/
note_coding_resources.Rmd
60 lines (32 loc) · 1.48 KB
/
note_coding_resources.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
# Coding Resources {}
The intent of this section is to act as an index of resources which may be of use to DHSC analysts writing code.
## General
* [Gov Data Science Slack](https://govdatascience.slack.com)
* [Reproducible Analytical Pipelines](https://ukgovdatascience.github.io/rap-website/)
* [MoJ Coding Principles](https://github.com/moj-analytical-services/our-coding-standards)
* [MoJ Coding Standards](https://moj-analytical-services.github.io/our-coding-standards/web/)
## R
* [NHS Scotland R Resources](https://scotland.shinyapps.io/nhs-r-resources/)
* [Tidyverse Style Guide](https://style.tidyverse.org/)
* [Department for Transport R Cookbook](https://departmentfortransport.github.io/R-cookbook/)
### Books
* [R for Data Science](https://r4ds.had.co.nz/)
* [R Packages](https://r-pkgs.org/)
* [Advanced R](https://adv-r.hadley.nz/)
### Communities
* [NHS R Community](https://nhsrcommunity.com/)
* [R Ladies](https://rladies.org/)
### Websites and Blogs
* [R-Bloggers](https://www.r-bloggers.com)
### Guides, Tutorials and Courses
* [R Markdown Tips](https://holtzy.github.io/Pimp-my-rmd/)
## Python
### Books
* [Python for Data Analysis](https://wesmckinney.com/pages/book.html)
### Communities
### Websites and Blogs
### Guides and Tutorials
## Git
* [GDS git style guide](https://gds-way.cloudapps.digital/standards/git.html)
* [Happy Git with R](https://happygitwithr.com/)
* [A Quick Guide to Git & GitHub](https://nhs-nss-transforming-publications.github.io/git-guide/)