From 3f433aa55438efae422e490833f68d59e04eaf04 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 10 Sep 2022 16:51:03 -0300 Subject: [PATCH] Updating tutorials --- README.org | 9 ++++++--- doc/news_updates.org | 8 ++++++++ doc/tutorials.org | 19 +++++++++++-------- 3 files changed, 25 insertions(+), 11 deletions(-) create mode 100644 doc/news_updates.org diff --git a/README.org b/README.org index ad945c4..52e5e1d 100644 --- a/README.org +++ b/README.org @@ -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]] diff --git a/doc/news_updates.org b/doc/news_updates.org new file mode 100644 index 0000000..40189eb --- /dev/null +++ b/doc/news_updates.org @@ -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 | | diff --git a/doc/tutorials.org b/doc/tutorials.org index fdd0cb9..0a6bc77 100644 --- a/doc/tutorials.org +++ b/doc/tutorials.org @@ -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]] | | | +| 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]] | 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]] | | |