Skip to content

Commit b61ae43

Browse files
committed
version bump, added QT as author, readme update
1 parent e5ba1ad commit b61ae43

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

DESCRIPTION

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: ASCI
22
Type: Package
33
Title: Calculate scores for the Algal Stream Condition Index
4-
Version: 0.0.1
5-
Date: 2018-01-11
6-
Description: Calculate O/E and pMMI scores using diatom, soft-bodied algae, or a
4+
Version: 1.0.0
5+
Date: 2019-07-25
6+
Description: Calculate ASCI scores using diatom, soft-bodied algae, or a
77
hybrid appproach. Scores are used for bioassessment of California perennial
88
streams.
99
BugReports: https://github.com/SCCWRP/ASCI/issues
@@ -25,11 +25,16 @@ Depends:
2525
Authors@R: c(
2626
person(given = "Marcus W.", family = "Beck",
2727
role = c("aut","cre"),
28-
email = "marcusb@sccwrp.org"),
28+
email = "marcusb@sccwrp.org"
29+
),
2930
person(given = "Susanna", family = "Theroux",
3031
role = "aut",
3132
email = "susannat@sccwrp.org"
3233
),
34+
person(given = "Quynh-Thi", family = "Ho",
35+
role = c("aut"),
36+
email = "qthi.ho@gmail.com"
37+
),
3338
person(given = "John", family = "Van Sickle",
3439
role = "aut",
3540
email = "VanSickle.John@epa.gov"

README.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ output: github_document
44

55
## ASCI
66

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

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

2626
### Citation
2727

2828
Please cite the current release as follows:
2929

30-
Marcus W Beck, Susanna Theroux, John Van Sickle (2017, October 11). SCCWRP/ASCI: v0.0.1. Zenodo. http://doi.org/10.5281/zenodo.1008839
30+
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
3131

3232
### Usage
3333

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## ASCI
33

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

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

2727
### Citation
2828

2929
Please cite the current release as follows:
3030

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

3435
### Usage
3536

0 commit comments

Comments
 (0)