From 8fa4a1ccc863a585c629745c6fd5d5da199ec82a Mon Sep 17 00:00:00 2001 From: Jean-Romain Date: Thu, 23 Apr 2020 07:59:21 -0400 Subject: [PATCH] Release 2.2.4 --- .Rbuildignore | 1 + NEWS.md | 4 +++- cran-comments.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 17621d27..b4f5386b 100755 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,4 @@ ^revdep$ ^man/figures$ ^codecov\.yml$ +^CRAN-RELEASE$ diff --git a/NEWS.md b/NEWS.md index 4030b700..40f04961 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## lidR v2.2.4 (Release date: ...) +## lidR v2.2.4 (Release date: 2020-04-24) #### FIXES @@ -28,6 +28,8 @@ 7. When processing by file with an raster output, automatic chunk extension to match with a raster resolution now perform a tighter extension. +## lidR v2.2.3 (Release date: 2020-03-02) + #### FIXES 1. This fix breaks backward compatibility. In `catalog_apply()` if `automerge = TRUE` and the output contains a `list` of strings the list was expected to be merged into a character vector. But actually, the raw list was returned, which was not the intended behavior. This appends with `Spatial*` and `sf` objects and with `data.frame`. This bug should not have affected too many people. diff --git a/cran-comments.md b/cran-comments.md index dd361e47..8e27c717 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -21,6 +21,6 @@ This is compiled code in the libs/ directory. ## Downstream dependencies -We checked 3 reverse dependencies by running R CMD check with this version installed. +We checked 4 reverse dependencies by running R CMD check with this version installed. We did not see any new problems.