Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/compbiocore/RSeqAn
Browse files Browse the repository at this point in the history
  • Loading branch information
aguang committed Feb 6, 2019
2 parents 0e104be + a7a89c3 commit 0bb8a09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@ Don't forget to set the C++14 compiler flags if you do this!

## Installation

We recommend installing the release version [through Bioconductor](https://bioconductor.org/packages/release/bioc/html/RSeqAn.html). Instructions are provided on their page.
* We recommend installing the release version [through Bioconductor](https://bioconductor.org/packages/release/bioc/html/RSeqAn.html), especially if you are running R on Windows. Instructions are provided on their page.

If you have `devtools`, then the development version can be installed from here by running:
* Version 1.3.1 can also be installed [through Bioconductor](http://bioconductor.org/packages/devel/bioc/html/RSeqAn.html) (for now, Bioconductor has a separate release cycle), downloaded as [a tagged release](https://github.com/compbiocore/RSeqAn/releases/tag/v1.3.1), or installed with `devtools` by running:
```r
devtools::install_github("compbiocore/RSeqAn")
devtools::install_github("compbiocore/RSeqAn", ref="v1.3.1")
```
The development version contains `Rcpp::as` and `Rcpp::wrap` functions for `CharString`.
This version contains `Rcpp::as` and `Rcpp::wrap` functions for `CharString` and is the one submitted to the [Journal of Open Source Software](https://joss.theoj.org/).

* The development version can be installed with `devtools` by running:
```r
devtools::install_github("compbiocore/RSeqAn", ref="devel")
```
This version contains additional wrappers, though we cannot guarantee that they will work for you.

## Author

Expand Down
6 changes: 3 additions & 3 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'RSeqAn: Headers and wrappers for the SeqAn library in R'
author:
- August Guang
authors:
- affiliation: 1,2
- affiliation: "1,2"
name: August Guang
orcid: 0000-0003-0872-7098
tags:
Expand All @@ -16,8 +16,8 @@ affiliations:
name: Center for Computation and Visualization, Brown University, Providence, Rhode Island, United States of America
- index: 2
name: Center for Computational Biology of Human Disease, Brown University, Providence, Rhode Island, United States of America
- date: 5 February 2019
- bibliography: paper.bib
date: 5 February 2019
bibliography: paper.bib
---

Summary
Expand Down

0 comments on commit 0bb8a09

Please sign in to comment.