Skip to content

alex-robinson/myr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to myr (My R!)

This package contains various sets of functions that help improve the functionality of R and R packages for customized use.

Installation

Make sure you have the package devtools installed and loaded:

install.packages("devtools")
library(devtools)

Then install myr directly from the github repository:

install_github("alex-robinson/myr")

This will automatically try to install all dependencies as well.