From 0580cb0e70c4a9d57e5a6e2da494557e08d7fa64 Mon Sep 17 00:00:00 2001 From: claudia Date: Thu, 18 Feb 2021 13:35:04 +0000 Subject: [PATCH] Updated NEWS --- NEWS.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/NEWS.md b/NEWS.md index f643001..33e95fa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,20 +1,21 @@ # caliver 2.0 -Version submitted to CRAN. -Changes in function names: -- plot_fire_pdf becomes plot_pdf -- plot_percentile_raster becomes plot_percentiles -- get_percentile_raster becomes get_percentile_maps and incorporates two approaches: - percentile of full record and percentile over daily climatology -Deprecated: -- stack_with_rat +* Version submitted to CRAN. +* Expanded and improved documentation +* Corrected typos +* Changes in function names: + - plot_fire_pdf becomes plot_pdf + - plot_percentile_raster becomes plot_percentiles + - get_percentile_raster becomes get_percentile_maps and incorporates two approaches: percentile of full record and percentile over daily climatology +* Deprecated function: + - stack_with_rat # caliver 1.7 * Removed references and dependencies from defunct functions. * Removed unused test datasets. * The following functions have changed: - * mask_crop_subset, mask and crop input argument have been removed as deemed superflous. Also the option `accurate` has been removed. + * mask_crop_subset, mask and crop input argument have been removed as deemed superfluous. Also the option `accurate` has been removed. * The following functions are now defunct: * decompress_gz() - Decompress all .gz files in a given folder * import_geff_data_from_tar() - Import GEFF data from a tar file into a raster stack