Skip to content

Commit

Permalink
doc: description and news updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJaredS committed Mar 6, 2024
1 parent a489cde commit edc7c69
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 29 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LinkingTo:
BH,
RcppParallel
SystemRequirements: GNU make
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests:
testthat,
magrittr,
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 11 additions & 27 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:

Expand All @@ -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.

0 comments on commit edc7c69

Please sign in to comment.