generated from Pakillo/quarto-course-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecursos.qmd
33 lines (24 loc) · 857 Bytes
/
recursos.qmd
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
---
title: "Recursos"
---
- Git & GitHub:
- Introducción a GitHub: <https://github.com/skills/introduction-to-github>
- Taller git & GitHub: <https://github.com/Julenasti/intro_git-github>
- Desarrollo de paquetes:
- <https://r-pkgs.org>
- <https://devguide.ropensci.org/>
- <https://books.ropensci.org/http-testing/index.html>
- <https://github.com/IndrajeetPatil/awesome-r-pkgtools>
- Escritura de funciones:
- <https://posit.cloud/learn/primers/6>
- <https://r4ds.had.co.nz/functions.html>
- <https://adv-r.hadley.nz/>
- Publicación en CRAN:
- <https://r-pkgs.org/release.html>
- <https://github.com/ThinkR-open/prepare-for-cran>
- <https://github.com/johnmackintosh/CRANt-touch-this>
- R-universe:
- <https://r-universe.dev>
- Quarto:
- <https://quarto.org/>
- <https://github.com/mcanouil/awesome-quarto>