Changes in version 1.0.16 (2026-02-27) o Replace ::Rf_error by Rcpp::stop, as requested in . Changes in version 1.0.15 (2024-12-02) o Change maintainer email address. Changes in version 1.0.14 (2023-11-03) o Bugfix: SpliceFitPareto no longer gives an error when the endpoint of the truncated Pareto part cannot be estimated. Changes in version 1.0.13 (2023-09-13) Changes in 'R' documentation: o Remove non-ASCII characters in Rd name as requested by CRAN. Changes in version 1.0.12 (2023-03-08) Changes in 'R' code: o Correct definition of generic S3 method tex. Changes in version 1.0.11 (2023-01-30) Changes in 'C++' code: o Change C++ standard from C++11 to C++17 (default for R 4.3.0). Miscellaneous changes: o Require at least R 3.4 to have C++17 support. Changes in version 1.0.10 (2020-05-16) Changes in documentation: o Link to plot.default instead of plot (graphics) to avoid warnings on R-4.0. Changes in version 1.0.9 (2020-02-10) Changes in 'R' code: o Fix bug in cgenHill. o Fix bug in cQuantGH. Changes in version 1.0.8 (2018-09-18) Changes in 'C++' code: o Load cfloat to define DBL_MAX when strict R headers are set (flag -DSTRICT_R_HEADERS in MAKEVARS) as this will be done by default in Rcpp in September 2019. See for more details. This fixes . Miscellaneous changes: o Update URL for SOA data. Changes in version 1.0.7 (2018-04-24) Changes in 'R' code: o Fix bug with random samples of Mixed Erlang when only one shape is present. o Ensure that rSplice also works for the ME-GPD model. Miscellaneous changes: o Add ORCID identifiers. Changes in version 1.0.6 (2017-12-11) Changes in documentation: o Update Reynkens et al. (2017) reference to final version. Miscellaneous changes: o Correct link to Wiley webpage for Albrecher et al. (2017). Changes in version 1.0.5 (2017-09-07) Changes in 'C++' code: o Change calls to C++ functions as required by Rcpp version 0.12.12. Changes in documentation: o Update Reynkens et al. (2017) reference. Miscellaneous changes: o Add link to Unil webpage for Albrecher et al. (2017) in DESCRIPTION. o Enable byte-compilation of package code. o Set minimal required Rcpp version to 0.12.12. Changes in version 1.0.4 (2017-06-10) Changes in 'R' code: o Remove unnecessary capitals in plot labels. o Make sure that both R and L have length 1 in ExcessEPD, ExcessGPD and ExcessPareto. Changes in documentation: o Include default value for L in documentation of ExcessSplice. o Update Reynkens et al. (2017) reference. o Update Beirlant et al. (2017) reference. Miscellaneous changes: o Add reference to website of Albrecher et al. (2017) in DESCRIPTION. Changes in version 1.0.3 (2017-04-18) o Add estimators from Beirlant et al. (2017) that can handle truncated distributions with gamma>-0.5. o C++: use output from package_native_routine_registration_skeleton() (tools) to register symbols and disable symbol search. Changes in version 1.0.2 (2017-02-15) o C++: register native symbols and disable symbol search (as requested by NOTE in R CMD check). Changes in version 1.0.1 (2016-12-27) o Fix overloaded use of logarithm with integers in C++ to avoid errors on Solaris (as requested by CRAN). o Change reference to Albrecher et al. (2017) as requested by CRAN. o Change vignette index entry (shown on CRAN). Changes in version 1.0.0 (2016-12-23) o Release on CRAN. The old version of NEWS.Rd can be found on GitHub: .