Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed May 10, 2024
1 parent ac80470 commit 55f2461
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# kblimps

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/kblimps)](https://CRAN.R-project.org/package=kblimps)
[![R-CMD-check](https://github.com/swarm-lab/kblimps/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/swarm-lab/kblimps/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/swarm-lab/kblimps/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/swarm-lab/kblimps/actions/workflows/test-coverage.yaml)
<!-- badges: end -->

The goal of kblimps is to ...

## Installation

You can install the development version of kblimps from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("swarm-lab/kblimps")
```

## Example

This is a basic example which shows you how to solve a common problem:

``` r
library(kblimps)
## basic example code
```

0 comments on commit 55f2461

Please sign in to comment.