Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 505 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 505 Bytes

usefulLDfunctions

a R package with the functions I use regularly

Installation

This package depends on stats, grDevices, utils.

The easiest way to install usefulLDfunctions is using devtools::install_github() from R:

if (!"devtools" %in% installed.packages()){
    install.packages("devtools", repos = "https://stat.ethz.ch/CRAN/")
}
devtools::install_github("lldelisle/usefulLDfunctions")

Issues

If you have issues, use the Issues in github or send an email to [email protected]