From 16eb7954381bb045ba04f6bf712fc48798a5bec4 Mon Sep 17 00:00:00 2001 From: "Hasan K. Tosun" Date: Fri, 13 Mar 2020 14:08:24 -0500 Subject: [PATCH] broken link corrected Added http:// to R-bloggers link --- a2-packages.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2-packages.rmd b/a2-packages.rmd index 8438d70..6fe6be6 100644 --- a/a2-packages.rmd +++ b/a2-packages.rmd @@ -58,5 +58,5 @@ Why does R make you bother with installing and loading packages? You can imagine It is difficult to use an R package if you don't know that it exists. You could go to the CRAN website and click the Packages link to see a list of available packages, but you'll have to wade through thousands of them. Moreover, many R packages do the same things. -How do you know which package does them best? The R-packages [mailing list](http://stat.ethz.ch/mailman/listinfo/r-packages) is a place to start. It sends out announcements of new packages and maintains an archive of old announcements. Blogs that aggregate posts about R can also provide valuable leads. I recommend [R-bloggers](www.r-bloggers.com). RStudio maintains a list of some of the most useful R packages in the Getting Started section of [http://support.rstudio.com](http://support.rstudio.com). Finally, CRAN groups together some of the most useful—and most respected—packages by [subject area](http://cran.r-project.org/web/views). This is an excellent place to learn about the packages designed for your area of work. +How do you know which package does them best? The R-packages [mailing list](http://stat.ethz.ch/mailman/listinfo/r-packages) is a place to start. It sends out announcements of new packages and maintains an archive of old announcements. Blogs that aggregate posts about R can also provide valuable leads. I recommend [R-bloggers](http://www.r-bloggers.com). RStudio maintains a list of some of the most useful R packages in the Getting Started section of [http://support.rstudio.com](http://support.rstudio.com). Finally, CRAN groups together some of the most useful—and most respected—packages by [subject area](http://cran.r-project.org/web/views). This is an excellent place to learn about the packages designed for your area of work. ```