From 7a8687bfeb4bab04b128b957c74b7d8a5ab56c94 Mon Sep 17 00:00:00 2001 From: aho Date: Fri, 17 Jun 2022 09:43:50 +0200 Subject: [PATCH] Fix typo --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index df06e6b..704763c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,9 +8,9 @@ - PlotEquiMap(): Add useRaster = TRUE in image() if possible (i.e., latitude and longitude are regularly spaced.) - PlotEquiMap(): New parameters xlonshft ylatshft xlabels ylabels for self-defined axis - PlotEquiMap(): Flexible map longitude range -- New function: WeightCells, DiffCorr, ResidualCorr, RPSS, RPSSS +- New function: WeightCells, DiffCorr, ResidualCorr, RPS, RPSS - Clim() and MeanDims() efficiency improvement -- CDORemap(): Add time metadata to avoid cdo warning like Warning (find_time_vars): Time variable >time< not found! +- CDORemap(): Add time metadata to avoid cdo warning like "Warning (find_time_vars): Time variable >time< not found!" # s2dv 1.1.0 (Release date: 2021-12-14) - New functions: RatioPredictableComponents, SignalNoiseRatio -- GitLab