Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

stephlocke/Rtraining

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published