-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,46 @@ | ||
[](https://cran.r-project.org/package=scythe) | ||
[](https://travis-ci.org/DataONEorg/scythe) | ||
[](https://www.repostatus.org/#wip) | ||
|
||
# scythe | ||
- **Authors**: TBD | ||
- [doi:10.5063/______________](http://doi.org/10.5063/_______________) | ||
- **License**: [Apache 2](http://opensource.org/licenses/Apache-2.0) | ||
- [Package source code on Github](https://github.com/DataONEorg/scythe) | ||
- [**Submit Bugs and feature requests**](https://github.com/DataONEorg/scythe/issues) | ||
|
||
<!-- badges: start --> | ||
<!-- badges: end --> | ||
Automates the full text harvesting of dataset citations from various full text article databases, | ||
including Scopus, PLOS, and Pubmed Central. | ||
|
||
The goal of scythe is to ... | ||
## Installation | ||
|
||
## Installation | ||
### Released version | ||
|
||
You can install the released version of scythe from [CRAN](https://CRAN.R-project.org) with: | ||
|
||
``` r | ||
``` | ||
install.packages("scythe") | ||
``` | ||
|
||
## Example | ||
The *scythe* R package should be available for use at this point. | ||
|
||
### Development version | ||
|
||
This is a basic example which shows you how to solve a common problem: | ||
Development versions can be installed from GitHub. | ||
|
||
``` | ||
remotes::install_github("DataONEorg/scythe@develop") | ||
``` | ||
|
||
``` r | ||
## Quick Start | ||
|
||
TBD... | ||
|
||
``` | ||
library(scythe) | ||
## basic example code | ||
# R example goes here | ||
``` | ||
|
||
## Acknowledgments | ||
Work on this package was supported by: | ||
|
||
- NSF-PLR grant #1546024 to M. B. Jones, S. Baker-Yeboah, J. Dozier, M. Schildhauer, and A. Budden | ||
|
||
[](http://www.nceas.ucsb.edu) |