Skip to content

Commit 4f9a118

Browse files
authored
Add rOpenSci stuff
1 parent d699094 commit 4f9a118

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
RefManageR
22
========
3-
[![](https://travis-ci.org/mwmclean/RefManageR.svg?branch=master)](https://travis-ci.org/mwmclean/RefManageR/)
4-
[![AppVeyor Build Status](http://ci.appveyor.com/api/projects/status/github/mwmclean/RefManageR?branch=master&svg=true)](http://ci.appveyor.com/project/mwmclean/RefManageR)
5-
[![Coverage Status](https://coveralls.io/repos/mwmclean/RefManageR/badge.svg?branch=master)](https://coveralls.io/r/mwmclean/RefManageR?branch=master)
3+
[![](https://travis-ci.org/ropensci/RefManageR.svg?branch=master)](https://travis-ci.org/ropensci/RefManageR/)
4+
[![AppVeyor Build Status](http://ci.appveyor.com/api/projects/status/github/ropensci/RefManageR?branch=master&svg=true)](http://ci.appveyor.com/project/ropensci/RefManageR)
5+
[![Coverage Status](https://coveralls.io/repos/ropensci/RefManageR/badge.svg?branch=master)](https://coveralls.io/r/ropensci/RefManageR?branch=master)
66
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/RefManageR)](https://cran.r-project.org/package=RefManageR)
77
[![CRAN_Download_Badge](http://cranlogs.r-pkg.org/badges/RefManageR)](https://cran.r-project.org/package=RefManageR)
8+
[![](https://ropensci.org/badges/120_status.svg)](https://github.com/ropensci/onboarding/issues/120)
89

910
`RefManageR` provides tools for importing and working with
1011
bibliographic references. It greatly enhances the `bibentry` class by
@@ -20,7 +21,7 @@ functions for citing and generating a bibliography with hyperlinks for
2021
documents prepared with `RMarkdown` or `RHTML`.
2122

2223
Please see the [vignette](https://arxiv.org/pdf/1403.2036v1)
23-
for an introduction and [NEWS](https://github.com/mwmclean/RefManageR/blob/master/inst/NEWS.md)
24+
for an introduction and [NEWS](https://github.com/ropensci/RefManageR/blob/master/inst/NEWS.md)
2425
for the latest changes.
2526

2627
Using the latest version from `Github` requires first installing the newest version of the `bibtex` package
@@ -29,5 +30,6 @@ from `GitHub`:
2930
```
3031
install.packages("devtools")
3132
devtools::install_github("romainfrancois/bibtex")
32-
devtools::install_github("mwmclean/RefManageR")
33+
devtools::install_github("ropensci/RefManageR")
3334
```
35+
[![ropensci_footer](https://ropensci.org/public_images/ropensci_footer.png)](https://ropensci.org)

0 commit comments

Comments
 (0)