Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curso-r/zen-do-r
Um livro sobre programação para não-programadores.
https://github.com/curso-r/zen-do-r
data-science r workflow
Last synced: about 2 months ago
JSON representation
Um livro sobre programação para não-programadores.
- Host: GitHub
- URL: https://github.com/curso-r/zen-do-r
- Owner: curso-r
- License: gpl-3.0
- Created: 2019-01-16T14:06:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T12:06:30.000Z (about 1 year ago)
- Last Synced: 2023-11-10T14:38:22.962Z (about 1 year ago)
- Topics: data-science, r, workflow
- Language: CSS
- Homepage: https://curso-r.github.io/zen-do-r
- Size: 3.56 MB
- Stars: 24
- Watchers: 10
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zen do R
Um livro de programação em R para não-programadores.
## Progresso
- [x] Introdução
- [x] .RData e .Rhistory
- [x] Rproj e diretórios
- [x] Git e Github
- [ ] Renv
- [x] Funções e dependências
- [x] Pacotes
- [x] Pipe
- [x] Data e data-raw
- [ ] Outras pastas (inst/, etc...)
- [x] Testes automatizados
- [x] Versões e releases
- [ ] CI/CD
- [ ] Processamento paralelo