Skip to content

Commit f57ce9b

Browse files
committed
updated documentation
1 parent 94fe80d commit f57ce9b

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

NAMESPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ importFrom(sf,st_transform)
217217
importFrom(sf,st_within)
218218
importFrom(sf,st_zm)
219219
importFrom(smoothr,densify)
220+
importFrom(stars,st_as_stars)
221+
importFrom(stars,st_extract)
220222
importFrom(stats,aggregate)
221223
importFrom(stats,approxfun)
222224
importFrom(stats,integrate)
@@ -235,6 +237,7 @@ importFrom(terra,project)
235237
importFrom(terra,rast)
236238
importFrom(terra,shade)
237239
importFrom(terra,terrain)
240+
importFrom(terra,tighten)
238241
importFrom(terra,values)
239242
importFrom(terra,vect)
240243
importFrom(terrainr,get_tiles)

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# fluvgeo 2025.04.17
2+
3+
## Bug fix
4+
* Remediation of apparent `terra::SpatRaster` object corruption. Was getting error: "expansion is not yet allowed" when nothing seemed to be wrong with the extent, crs, or resolution of the object.
5+
6+
***
7+
8+
19
# fluvgeo 2025.04.14
210

311
## Bug fix

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis
1414
## Package Status
1515
[![Maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle)
1616
[![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)
17-
[![packageversion](https://img.shields.io/badge/Package%20version-20025.04.14-orange.svg?style=flat-square)](commits/main)
17+
[![packageversion](https://img.shields.io/badge/Package%20version-20025.04.17-orange.svg?style=flat-square)](commits/main)
1818
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/main)
1919
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)
2020

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ An `R` Package for Performing **Fluv**ial **Geo**mrphology Analysis
1313
[![Project Status: Active The project has reached a stable, usable state
1414
and is being actively
1515
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
16-
[![packageversion](https://img.shields.io/badge/Package%20version-20025.04.14-orange.svg?style=flat-square)](commits/main)
17-
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--04--14-yellowgreen.svg)](/commits/main)
16+
[![packageversion](https://img.shields.io/badge/Package%20version-20025.04.17-orange.svg?style=flat-square)](commits/main)
17+
[![Last-changedate](https://img.shields.io/badge/last%20change-2025--04--17-yellowgreen.svg)](/commits/main)
1818
[![Licence](https://img.shields.io/badge/licence-CC0-blue.svg)](http://choosealicense.com/licenses/cc0-1.0/)
1919

2020
## Description

fluvgeo.Rproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Version: 1.0
2-
ProjectId: 776aec4d-123f-4cb5-9082-dc93a6256e77
32

43
RestoreWorkspace: No
54
SaveWorkspace: No

man/cross_section_points.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)