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 * R_info
Some resources to learn about R. - Some resources to learn R.
The R Project for Statistical Computing is a free environment for statistical computing and graphics. - The [[https://www.r-project.org/][R Project]] for Statistical Computing is a free environment for statistical
More information about R: https://www.r-project.org/ computing and graphics.
** Index ** Index
@ -12,3 +14,4 @@ More information about R: https://www.r-project.org/
* [[./doc/tutorials.org][Tutorials]] * [[./doc/tutorials.org][Tutorials]]
* [[./doc/books.org][Books]] * [[./doc/books.org][Books]]
* [[./doc/webinars.org][Webinars]] * [[./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 #+options: toc:nil num:nil
* Tutorials * Tutorials
| Resource | Author | Comments | | Resource | Author | Comments |
|------------------+---------+-----------| |----------------------+-------------------------+-----------|
| | | |
| [[https://ourcodingclub.github.io/tutorials][ourcodingclub]] | | Tutorials | | [[https://ourcodingclub.github.io/tutorials][ourcodingclub]] | | Tutorials |
| [[https://github.com/franknarf1/r-tutorial][R tutorial]] | | | | [[https://github.com/franknarf1/r-tutorial][R tutorial]] | | |
| [[https://rstudio.com/resources/cheatsheets/][Cheatsheets]] | Rstudio | | | [[https://rstudio.com/resources/cheatsheets/][Cheatsheets]] | Rstudio | |
| [[https://rpubs.com/][Rpubs]] | | | | [[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]] | | |