From f94e03c8456dd30c7dc6b062f45271751051f659 Mon Sep 17 00:00:00 2001 From: Michael Dougherty Date: Mon, 19 Apr 2021 10:06:07 -0500 Subject: [PATCH] v0.1.7 --- NEWS.md | 22 ++++++++++++++++++++++ report/Stand_Walk_Summary_report.Rmd | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 1ef6226..81742b8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,25 @@ +# FMG-StandWalk v0.1.7 (4/19/2021) + +## Major Changes +* +* Added Pool 21 Forestry test data. +* Updated example reports to use the new Pool 21 Forestry surveys at both the FMG `site` and `stand` level of analysis. + +## Bug Fixes +* Updated field name cleaning function to address wild caught dataset field names. + +## Compatibility Matrix +Please follow the compatibility matrix below to determine the required combination of software components necessary to run the toolbox. + +Software |Suported +--- |--- +ArcGIS Pro |2.6 +ArcMap |10.8 +R |4.0 +R-bridge |1.0.1.244 +FMG-StandWalk |0.1.7 + + # FMG-StandWalk v0.1.6 (11/19/2020) ## Major Changes diff --git a/report/Stand_Walk_Summary_report.Rmd b/report/Stand_Walk_Summary_report.Rmd index 11c4ff7..79deb10 100644 --- a/report/Stand_Walk_Summary_report.Rmd +++ b/report/Stand_Walk_Summary_report.Rmd @@ -16,7 +16,7 @@ params: --- ```{r get_data, echo=FALSE, warning=FALSE} -report_version <- "0.1.5" +report_version <- "0.1.7" library(sf) library(units)