From c6f9b429dcd6f5db07e09c54de8ecf42828ec2c4 Mon Sep 17 00:00:00 2001 From: almac2022 Date: Thu, 27 Jun 2024 13:48:23 -0700 Subject: [PATCH] add deets for [#7](https://github.com/NewGraphEnvironment/fpr/issues/7) --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 5cdff96..c1069db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ # Development version +* make rayshader, elevatr and fasstr suggests to the functions they are used in, adding checks within the function sto tell the user to install it if they don't have and remove from depends in Description as per [#7](https://github.com/NewGraphEnvironment/fpr/issues/7) * `fpr_my_fish_sp` now processes species codes passed strings seperated by commas or semi colons since new `bcfishpass.crossing.vw` outputs use semi-colons vs the past convention of commas. Thanks @lucy-schick ! closes [#89](https://github.com/NewGraphEnvironment/fpr/issues/89) * reorder `kableExtra` calls in `fpr_table_bcfp_html` so that `kableExtra::add_footnote` is called after `kableExtra::kable_styling` to close