From 3514d404f453856e470723f91f996af941be6c37 Mon Sep 17 00:00:00 2001 From: Logan <44328625+iceicelogan@users.noreply.github.com> Date: Wed, 24 Oct 2018 00:58:52 -0500 Subject: [PATCH] index.md cleanup (#24804) Just cleaning up (removing) an extra bullet from the "Where to learn R for free" section --- guide/english/r/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guide/english/r/index.md b/guide/english/r/index.md index 5f6acf2d02..a165dd89e3 100644 --- a/guide/english/r/index.md +++ b/guide/english/r/index.md @@ -16,7 +16,6 @@ Now install it on your computer. For help in installation refer to reference sec * [Tidyverse](https://www.tidyverse.org/) is an opinionated collection of R packages designed for data science like ggplot2, dplyr, readr, tidyr, purr, tibble. * [data.table](https://github.com/Rdatatable/data.table/wiki) is an implementation of base `data.frame` focused on improved performance and terse, flexible syntax. * [Shiny](https://shiny.rstudio.com/) framework for building dashboard style web apps in R. -* ## Where to learn R for free * [R Studio](https://www.rstudio.com/online-learning/)