Updating tutorials

This commit is contained in:
Jose 2022-09-10 16:51:03 -03:00
parent dde012c5ea
commit 3f433aa554
3 changed files with 25 additions and 11 deletions

View File

@ -1,8 +1,10 @@
#+options: toc:nil num:nil
* R_info
Some resources to learn about R.
The R Project for Statistical Computing is a free environment for statistical computing and graphics.
More information about R: https://www.r-project.org/
- Some resources to learn R.
- The [[https://www.r-project.org/][R Project]] for Statistical Computing is a free environment for statistical
computing and graphics.
** Index
@ -12,3 +14,4 @@ More information about R: https://www.r-project.org/
* [[./doc/tutorials.org][Tutorials]]
* [[./doc/books.org][Books]]
* [[./doc/webinars.org][Webinars]]
* [[./doc/news_updates.org][News and updates]]

8
doc/news_updates.org Normal file
View File

@ -0,0 +1,8 @@
#+options: toc:nil num:nil
* News and updates on R
| Resource | Author | Comments |
|---------------------------+---------+---------------------------------|
| [[https://rweekly.org/][rweekly]] | | Weekly updates from R community |
| [[https://agstats.io/post/keeping-up-with-r/][rpackages for agriculture]] | agstats | |

View File

@ -1,11 +1,14 @@
#+options: toc:nil num:nil
* Tutorials
| Resource | Author | Comments |
|------------------+---------+-----------|
| | | |
|----------------------+-------------------------+-----------|
| [[https://ourcodingclub.github.io/tutorials][ourcodingclub]] | | Tutorials |
| [[https://github.com/franknarf1/r-tutorial][R tutorial]] | | |
| [[https://rstudio.com/resources/cheatsheets/][Cheatsheets]] | Rstudio | |
| [[https://rpubs.com/][Rpubs]] | | |
| [[http://sillasgonzaga.com/][Paixão por Dados]] | | |
| [[http://sillasgonzaga.com/][Paixão por Dados]] | Sillas Teixeira Gonzaga | |
| [[https://towardsdatascience.com/nlp-basics-understanding-regular-expressions-fc7c7746bc70][Regular expressions]] | | |
| [[https://boiled-data.github.io/][boiled data]] | Florian Klohn | |
| [[https://programminghistorian.org/en/lessons/][programminghistorian]] | | |