Skip to content

Commit

Permalink
v.0.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdougherty committed Nov 15, 2022
1 parent c884327 commit fb53ffd
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 23 deletions.
7 changes: 4 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.35
Version: 0.1.36
Authors@R: c(
person("Michael", "Dougherty",
email = "Michael.P.Dougherty@usace.army.mil",
Expand Down Expand Up @@ -55,9 +55,10 @@ Imports:
sf,
sp,
stats,
stringr,
terra,
testthat,
tidyr,
tmap,
tmaptools,
utils
RoxygenNote: 7.2.1
RoxygenNote: 7.2.2
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,gray.colors)
importFrom(grDevices,grey)
importFrom(methods,"slot<-")
importFrom(purrr,discard)
importFrom(purrr,map)
importFrom(raster,as.raster)
Expand All @@ -142,6 +143,7 @@ importFrom(sp,CRS)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,merge)
importFrom(sp,proj4string)
importFrom(sp,wkt)
importFrom(stats,aggregate)
importFrom(stats,approxfun)
importFrom(stats,integrate)
Expand All @@ -150,6 +152,7 @@ importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(terra,linearUnits)
importFrom(terra,vect)
importFrom(testthat,expect_true)
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.36 (2022-11-15)

## Bug Fixes
* Updated the process for identifying horizontal coordinate systems and setting linear unit conversion factors for slope and sinuosity calculations.
* Fixed bug when calculating sinuosity when linear units not meters.
* Identified ESRI arcgisbinding bug in properly handling coordinate reference systems on read and write (see `arcgisbinding` issue 26 & 38)[https://github.com/R-ArcGIS/r-bridge/issues/38].



# fluvgeo v0.1.35 (2021-02-28)

## Major Changes
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.35-orange.svg?style=flat-square)](commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.36-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
29 changes: 10 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@

<img src="man/figures/fluvgeo-3.png" width=250 align="right" />

fluvgeo
=======
# fluvgeo

An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis

Package Status
--------------
## 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.35-orange.svg?style=flat-square)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2021--02--28-yellowgreen.svg)](/commits/master)
[![packageversion](https://img.shields.io/badge/Package%20version-0.1.36-orange.svg?style=flat-square)](commits/master)
[![Last-changedate](https://img.shields.io/badge/last%20change-2022--11--15-yellowgreen.svg)](/commits/master)
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)

Description
-----------
## Description

This package contains a wide range of functions for performing fluvial
geomorphic analysis. This `R` package is designed for use with the
Expand All @@ -37,8 +34,7 @@ perform a wide range of fluvial geomorphic analysis:

<img src="man/figures/HDQLO-03_h120.jpg" width=125 align="right" />

Funding
-------
## Funding

Funding for development and maintenance of FluvialGeomorph has been
provided by the following US Army Corps of Engineers (USACE) programs:
Expand All @@ -60,31 +56,26 @@ provided by the following US Army Corps of Engineers (USACE) programs:
<img src="man/figures/RSM_200.png" height=75 align="right" />
<img src="man/figures/EMRRP_logo_200.png" height=75 align="right" />

Latest Updates
--------------
## Latest Updates

Check out the [NEWS](NEWS.md) for details on the latest updates.

Authors
-------
## Authors

- Michael Dougherty, Geographer, U.S. Army Corps of Engineers
<a itemprop="sameAs" content="https://orcid.org/0000-0002-1465-5927" href="https://orcid.org/0000-0002-1465-5927" target="orcid.widget" rel="me noopener noreferrer" style="vertical-align:top;"><img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">https://orcid.org/0000-0002-1465-5927</a>

- Christopher Haring, Fluvial Geomorphologist/Research Physical
Scientist, U.S. Army Corps of Engineers
- Charles Theiling, Ecologist, U.S. Army Corps of Engineers

Install
-------
## Install

To install the `fluvgeo` package, install from GitHub using the
`devtools` package:

remotes::install_github(repo = "FluvialGeomorph/fluvgeo@*release")

Bug Reports
-----------
## Bug Reports

If you find any bugs using `fluvgeo`, please open an
[issue](https://github.com/FluvialGeomorph/fluvgeo/issues).

0 comments on commit fb53ffd

Please sign in to comment.