Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 545 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 545 Bytes

lemad

Install

To install the R package LEMAD, make sure you have devtools installed and then type from R (Rstudio):

library(devtools)
remotes::install_github("leonelhalsina/lemad")

It is likely that the latest Rtools needs to be installed. We recommend to have the latest R (it works perfectly with R 4.2.1). Also, package rgal might cause issues.

Using Lemad

We have prepared a vignette (a sort of manual with chunks of code) that can be called once you load the library:

library(lemad)
browseVignettes("lemad")