Skip to content

Commit

Permalink
v0.1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdougherty committed Nov 21, 2020
1 parent 7db05ca commit 5e89fa1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fluvgeo
Title: A Package for Fluvial Geomorphic Analysis
Version: 0.1.32
Version: 0.1.33
Authors@R: c(
person("Michael", "Dougherty",
email = "[email protected]",
Expand Down Expand Up @@ -31,8 +31,7 @@ LazyData: true
Suggests:
knitr,
kableExtra,
pander,
rgdal
pander
VignetteBuilder: knitr
Imports:
arcgisbinding,
Expand All @@ -49,6 +48,7 @@ Imports:
raster,
RegionalCurve,
reshape2,
rgdal,
rlang,
rmarkdown,
scales,
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# fluvgeo v0.1.33 (2020-11-21)

## Major Changes
* Added the option to display an aerial photo or elevation background to the `map_reach_metric` function.

## Bug Fixes
* Updated the `slope_sinuosity` function to ensure that coordinate systems with linear units of meters, feet, or US survey feet are handled properly.


# fluvgeo v0.1.32 (2020-09-27)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis
## Package Status
[![Maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle)
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.32-orange.svg?style=flat-square)](commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.33-orange.svg?style=flat-square)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)

Expand Down

0 comments on commit 5e89fa1

Please sign in to comment.