From 745248fc2cc9b64e58a4e608959ac657755dd518 Mon Sep 17 00:00:00 2001 From: "Jeffrey W. Hollister" Date: Tue, 30 May 2023 16:45:06 -0400 Subject: [PATCH] URL Fixes in docs and bump version in NEWS --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2d4d344..1cfa11a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,11 @@ -elevatr 0.4.3 (2023-05-26) +elevatr 0.4.4 (2023-05-30) ============= # Fixes - Changed API ERRORS to messages and return NA. Would bomb out runs when this would happen only occasionally. Also this should meet CRAN policy on failing gracefully. - Switched long lat check from my homespun thing to st::sf_is_longlat - Fixed EPQS API URL. Moved to a new one. Thanks @haas4726 for the catch. +- URL fixes in docs elevatr 0.4.2 (2021-12-28) =============