Name Mode Size
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 0 kb
LICENSE 100644 0 kb
LICENSE.md 100644 1 kb
NAMESPACE 100644 0 kb
README.md 100644 0 kb
README.md
# cooleR <!-- badges: start --> <!-- badges: end --> The goal of cooleR is to ... ## Installation You can install the released version of cooleR from [CRAN](https://CRAN.R-project.org) with: ``` r install.packages("cooleR") ``` ## Example This is a basic example which shows you how to solve a common problem: ``` r library(cooleR) ## basic example code ```