Skip to content

Commit

Permalink
version bump, added QT as author, readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Jul 25, 2019
1 parent e5ba1ad commit b61ae43
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
13 changes: 9 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: ASCI
Type: Package
Title: Calculate scores for the Algal Stream Condition Index
Version: 0.0.1
Date: 2018-01-11
Description: Calculate O/E and pMMI scores using diatom, soft-bodied algae, or a
Version: 1.0.0
Date: 2019-07-25
Description: Calculate ASCI scores using diatom, soft-bodied algae, or a
hybrid appproach. Scores are used for bioassessment of California perennial
streams.
BugReports: https://github.com/SCCWRP/ASCI/issues
Expand All @@ -25,11 +25,16 @@ Depends:
Authors@R: c(
person(given = "Marcus W.", family = "Beck",
role = c("aut","cre"),
email = "marcusb@sccwrp.org"),
email = "marcusb@sccwrp.org"
),
person(given = "Susanna", family = "Theroux",
role = "aut",
email = "susannat@sccwrp.org"
),
person(given = "Quynh-Thi", family = "Ho",
role = c("aut"),
email = "qthi.ho@gmail.com"
),
person(given = "John", family = "Van Sickle",
role = "aut",
email = "VanSickle.John@epa.gov"
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ output: github_document

## ASCI

#### *Marcus W. Beck (maintainer), marcusb@sccwrp.org, Susanna Theroux, susannat@sccwrp.org*
#### *Marcus W. Beck (maintainer), marcusb@sccwrp.org, Susanna Theroux, susannat@sccwrp.org, Quynh-Thi Ho, qthi.ho@gmail.com, John Van Sickle*

[![Travis-CI Build Status](https://travis-ci.org/SCCWRP/ASCI.svg?branch=master)](https://travis-ci.org/SCCWRP/ASCI)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/SCCWRP/ASCI?branch=master&svg=true)](https://ci.appveyor.com/project/SCCWRP/ASCI)
Expand All @@ -19,15 +19,15 @@ Install the package as follows:
```{r, eval = FALSE}
install.packages('devtools')
library(devtools)
install_github('SCCWRP/ASCI', ref = "TT")
install_github('SCCWRP/ASCI')
library(ASCI)
```

### Citation

Please cite the current release as follows:

Marcus W Beck, Susanna Theroux, John Van Sickle (2017, October 11). SCCWRP/ASCI: v0.0.1. Zenodo. http://doi.org/10.5281/zenodo.1008839
Marcus W Beck, Susanna Theroux, Quynh-Thi Ho, John Van Sickle (2019, July 25). SCCWRP/ASCI: v1.0.0. Zenodo. http://doi.org/10.5281/zenodo.1008839

### Usage

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## ASCI

#### *Marcus W. Beck (maintainer), <marcusb@sccwrp.org>, Susanna Theroux, <susannat@sccwrp.org>*
#### *Marcus W. Beck (maintainer), <marcusb@sccwrp.org>, Susanna Theroux, <susannat@sccwrp.org>, Quynh-Thi Ho, <qthi.ho@gmail.com>, John Van Sickle*

[![Travis-CI Build
Status](https://travis-ci.org/SCCWRP/ASCI.svg?branch=master)](https://travis-ci.org/SCCWRP/ASCI)
Expand All @@ -20,16 +20,17 @@ Install the package as follows:
``` r
install.packages('devtools')
library(devtools)
install_github('SCCWRP/ASCI', ref = "TT")
install_github('SCCWRP/ASCI')
library(ASCI)
```

### Citation

Please cite the current release as follows:

Marcus W Beck, Susanna Theroux, John Van Sickle (2017, October 11).
SCCWRP/ASCI: v0.0.1. Zenodo. <http://doi.org/10.5281/zenodo.1008839>
Marcus W Beck, Susanna Theroux, Quynh-Thi Ho, John Van Sickle (2019,
July 25). SCCWRP/ASCI: v1.0.0. Zenodo.
<http://doi.org/10.5281/zenodo.1008839>

### Usage

Expand Down

0 comments on commit b61ae43

Please sign in to comment.