stephlocke / Rtraining

R training materials developed by Steph Locke

Home Page:http://stephlocke.info/Rtraining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Status: Active ? The project has reached a stable, usable state and is being actively developed. Build Status packageversion minimal R version CRAN_Status_Badge


Last-changedate

This package contains Steph Locke's materials for various presentations and hands-on labs about R. View the training materials on stephlocke.github.io/Rtraining.

Get it

Rtraining is also available for you to download, play with, and amend as you see fit. To get a local copy, use git clone or via Rstudio create a New Project from source control and use https://github.com/stephlocke/Rtraining.git

You can install Rtraining if you choose:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/Rtraining")

Packages

Many useful packages will be downloaded when this package of R training notes downloads. These are all contained in a separate package that acts a regularly update-able manifest - whenever I think a new package deserves to go on the list, the package version will be incremented so running install_github("stephlocke/pkgRecommendations") will get you the latest packages.

if (!require(devtools)) install.packages("devtools")
devtools::install_github("stephlocke/pkgRecommendations")

Important Contents

About

R training materials developed by Steph Locke

http://stephlocke.info/Rtraining

License:Other


Languages

Language:R 98.2%Language:Shell 1.8%