Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Updated the github references to point to ropensci.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneplusplus committed Jul 13, 2017
1 parent 36daf91 commit b84c3b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ bittrex: An R client for the [Bittrex Crypto-Currency Exchange](https://bittrex.
**Authors:** Michael J. Kane<br/>
**License:** [LGPL-2](https://opensource.org/licenses/LGPL-2.1)

[![Build Status](https://travis-ci.org/kaneplusplus/bittrex.svg?branch=master)](https://travis-ci.org/kaneplusplus/bittrex)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/kaneplusplus/bittrex?branch=master&svg=true)](https://ci.appveyor.com/project/kaneplusplus/bittrex)
[![Coverage Status](https://img.shields.io/codecov/c/github/kaneplusplus/bittrex/master.svg)](https://codecov.io/github/kaneplusplus/bittrex?branch=master)
[![Build Status](https://travis-ci.org/ropensci/bittrex.svg?branch=master)](https://travis-ci.org/ropensci/bittrex)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/bittrex?branch=master&svg=true)](https://ci.appveyor.com/project/ropensci/bittrex)
[![Coverage Status](https://img.shields.io/codecov/c/github/ropensci/bittrex/master.svg)](https://codecov.io/github/ropensci/bittrex?branch=master)
[![](https://ropensci.org/badges/120_status.svg)](https://github.com/ropensci/onboarding/issues/120)

Disclaimer
Expand Down Expand Up @@ -55,7 +55,7 @@ from CRAN.

```r
#install.packages("devtools")
devtools::install_github("kaneplusplus/bittrex")
devtools::install_github("ropensci/bittrex")
```

Using the Package
Expand Down
8 changes: 4 additions & 4 deletions README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ bittrex: An R client for the [Bittrex Crypto-Currency Exchange](https://bittrex.
**Authors:** Michael J. Kane<br/>
**License:** [LGPL-2](https://opensource.org/licenses/LGPL-2.1)

[![Build Status](https://travis-ci.org/kaneplusplus/bittrex.svg?branch=master)](https://travis-ci.org/kaneplusplus/bittrex)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/kaneplusplus/bittrex?branch=master&svg=true)](https://ci.appveyor.com/project/kaneplusplus/bittrex)
[![Coverage Status](https://img.shields.io/codecov/c/github/kaneplusplus/bittrex/master.svg)](https://codecov.io/github/kaneplusplus/bittrex?branch=master)
[![Build Status](https://travis-ci.org/ropensci/bittrex.svg?branch=master)](https://travis-ci.org/ropensci/bittrex)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/ropensci/bittrex?branch=master&svg=true)](https://ci.appveyor.com/project/ropensci/bittrex)
[![Coverage Status](https://img.shields.io/codecov/c/github/ropensci/bittrex/master.svg)](https://codecov.io/github/ropensci/bittrex?branch=master)
[![](https://ropensci.org/badges/120_status.svg)](https://github.com/ropensci/onboarding/issues/120)


Expand Down Expand Up @@ -60,7 +60,7 @@ from CRAN.

```{r}
#install.packages("devtools")
devtools::install_github("kaneplusplus/bittrex")
devtools::install_github("ropensci/bittrex")
```

Using the Package
Expand Down

0 comments on commit b84c3b2

Please sign in to comment.