Skip to content

Installation

Karolis Koncevičius edited this page Oct 17, 2019 · 1 revision

From CRAN:

install.packages("basetheme")

Using devtools library:

devtools::install_github("KKPMW/basetheme")

To install the developement version (stable updates not yet on CRAN):

library(devtools)
install_github("KKPMW/basetheme", ref="dev")
Clone this wiki locally