Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 417 Bytes

File metadata and controls

19 lines (11 loc) · 417 Bytes

The lspls R package

This is the source code repository of the CRAN package "lspls".

Installation from CRAN

(Recommended, unless you want to test the newest changes.)

install.packages("lspls")

Installation from github

(If needed, install the devtools package from CRAN first.)

library(devtools)
install_github("bhmevik/lspls")

Usage

See the help pages in the package for instructions.