Skip to content

Commit

Permalink
document and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Sep 22, 2023
1 parent e177ba5 commit 9f1c284
Show file tree
Hide file tree
Showing 8 changed files with 1,871 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ CONDUCT.md
code.json
DISCLAIMER.md
LICENSE.md
README.Rmd
README.Rmd
docs
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: EflowStats
Type: Package
Title: Hydrologic Indicator and Alteration Stats
Version: 5.1.1
Version: 5.2.0
Date: 2017-08-04
Authors@R: c( person("Joe", "Mills", role = c("aut"),
email = "[email protected]"),
Expand Down
4 changes: 3 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ Calculates a suite of ecological flow statistics and fundamental properties of d
To install the latest release of EflowStats see [releases](https://github.com/doi-usgs/EflowStats/releases) to find the latest version and use:

```{r, eval = FALSE}
remotes::install_github("doi-usgs/EflowStats@v5.1.1")
remotes::install_github("doi-usgs/EflowStats@v5.2.0")
```

### [Documentation](docs/Reference_Manual_EflowStats.md)

### Code of Conduct

We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the [code of conduct](https://github.com/DOI-USGS/EflowStats/blob/master/CONDUCT.md) for more information.
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ To install the latest release of EflowStats see
latest version and use:

``` r
remotes::install_github("doi-usgs/EflowStats@v5.1.1")
remotes::install_github("doi-usgs/EflowStats@v5.2.0")
```

### [Documentation](docs/Reference_Manual_EflowStats.md)

### Code of Conduct

We want to encourage a warm, welcoming, and safe environment for
Expand All @@ -37,7 +39,12 @@ primarily for maintenance and responding to user questions. Priorities
on the development of new features are determined by the `EflowStats`
development team.

![USGS](https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/media/images/usgs_icon_social_Water_Resources.png)
<figure>
<img
src="https://d9-wret.s3.us-west-2.amazonaws.com/assets/palladium/production/s3fs-public/media/images/usgs_icon_social_Water_Resources.png"
alt="USGS" />
<figcaption aria-hidden="true">USGS</figcaption>
</figure>

### Overview

Expand Down
Loading

0 comments on commit 9f1c284

Please sign in to comment.