Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kharchenkolab/N2R
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Sep 29, 2020
2 parents cfd6ed9 + 1ac8d6d commit d5ad91a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.com/kharchenkolab/N2R.svg?branch=master)](https://travis-ci.com/kharchenkolab/N2R)
[![CRAN status](https://www.r-pkg.org/badges/version/N2R)](https://cran.r-project.org/package=N2R)
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/N2R)](https://cran.r-project.org/package=N2R)

# N2R
R extensions to N2 implementing kNN functions.
Expand All @@ -12,6 +14,12 @@ Related libraries:

## Installation

To install the stable version from CRAN, use:

```r
install.packages('N2R')
```

To install the latest version, use:

```r
Expand Down

0 comments on commit d5ad91a

Please sign in to comment.