From edc7c6961c8a34dcbb6a6eef3f406b1de0e7909d Mon Sep 17 00:00:00 2001 From: MikeJaredS <35892779+MikeJaredS@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:35:12 +0200 Subject: [PATCH] doc: description and news updated --- DESCRIPTION | 2 +- NEWS.md | 3 ++- cran-comments.md | 38 +++++++++++--------------------------- 3 files changed, 14 insertions(+), 29 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2572988..29691a2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,7 +27,7 @@ LinkingTo: BH, RcppParallel SystemRequirements: GNU make -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Suggests: testthat, magrittr, diff --git a/NEWS.md b/NEWS.md index cf0e523..e3019d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,8 @@ ## Minor improvements and bug fixes -* Updated parallelized C++ to be more thread-safe. +* Updated parallelized C++ methods to be more thread-safe and included +improved bound checking. * Updated citation for hermiter article. # hermiter v2.3.0 diff --git a/cran-comments.md b/cran-comments.md index 1b4a0a7..38c309d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,33 +1,16 @@ -# hermiter v2.3.0 - -## Additions and improvements - -* Enhanced the update_sequential method to incorporate a single or multiple -new observations. -* Added density generic function which outputs an object with associated print -and plot generics. -* Added quantile generic function for convenience. -* Added hcdf function which outputs an object with associated print, -plot and summary generics. -* Added median and IQR convenience functions. -* Added a wrapper around the stats::cor function with two new methods, namely -"hermite.spearman" and "hermite.kendall". +# hermiter v2.3.1 ## Minor improvements and bug fixes -* Additional test cases have been added. -* Updated the vignette. -* Fixed the SystemRequirements: C++11 note. - +* Updated parallelized C++ methods to be more thread-safe and included +improved bound checking. +* Updated citation for hermiter article. ## Test environments -* local R installation, Windows 10, R 4.3.0 +* local R installation, Mac OS 14.0, R 4.3.2 * Ubuntu Linux 20.04.1 LTS, R-release, GCC (r-hub) -* Debian Linux, R-release, GCC (r-hub) * Fedora Linux, R-devel, clang, gfortran (r-hub) -* macOS 10.13.6 High Sierra, R-release, brew (r-hub) -* Windows Server 2022, R-devel, 64 bit (r-hub) -* win-builder (devel, release. oldrel) +* win-builder (devel, release, oldrel) ## R CMD check results @@ -39,10 +22,10 @@ GNU make is a SystemRequirements. problematic. GNU make has been added to SystemRequirements in the Description file. -* In addition, on Debian and Ubuntu Linux, the package -appears to be slightly larger than 5MB, around 5.2- 6 MB. This does not +* In addition, on Ubuntu Linux, the package +appears to be slightly larger than 5MB, around 6.3 MB. This does not appear to occur on any of the other environments however (i.e. Fedora Linux, -Windows, MacOS) +Windows) * Finally, there is the following note on Ubuntu and Fedora Linux: @@ -53,4 +36,5 @@ Skipping checking math rendering: package 'V8' unavailable This seems build system specific and not directly tied to the package. * There is also a PREPERROR for Debian Linux, R-devel, GCC ASAN/UBSAN on rhub -- we believe this is an issue on the build server and not package specific. + +We believe this is an issue on the build server and not package specific.