alexpghayes / hayeslib

personal utility functions and some experimentation with an R package
https://alexpghayes.github.io/hayeslib/
Other
1 stars 0 forks source link

hayeslib

Travis-CI Build Status Coverage Status

hayeslib is a personal package inspired by Hilary Parker's Writing an R package from scratch post.

Dear potential employers

This is not what I think a R package should look like. At some point this I will turn the code here into well documented and tested functions. It's probably gonna be a while.

See the Issues tab to see what I think this package should look like.

Installation

You can install hayeslib from github with:

# install.packages("devtools")
devtools::install_github("alexpghayes/hayeslib")

Example Usage

Eventually there will be example code here showing what I use this package for.