excursions 2.5.8
CRAN release: 2023-11-30
- Minor updates to C code to avoid warning with gcc13 and clang17 compilers
excursions 2.5.7
CRAN release: 2023-10-23
- Update to make sure that max.threads properly limits the number of threads
- Minor update to the documentation
excursions 2.5.5
CRAN release: 2023-01-25
- Add R compiler configuration extraction to configure.ac
- Add support for results computed with the new default
compactmode in INLA
excursions 2.5.4
CRAN release: 2022-10-14
- Remove local gsl code, and rely on SystemRequirements instead
excursions 2.5.3
CRAN release: 2022-08-25
- Add support for INLA results computed with the
experimentaloption. - Avoid deprecated Matrix (>=1.4-2) class coercion methods
excursions 2.5.2
CRAN release: 2021-09-17
- Add
return.marginals.predictor = TRUEoption to tests and examples, for new INLA compatibility - Move inclusion of
omp.hto before R-related header includes, for clang version 13 compatibility
excursions 2.5.0
- Remove dependency on INLA for tests on CRAN
- Fix bug for diagonal matrices of size 1x1
- Add fields URL and BugReports to DESCRIPTION
excursions 2.4.5
CRAN release: 2020-02-26
- Fix bug to handle empty sets in continuous interpretations
- Fix compiler warnings; unused variable and mismatching Qinv declaration
- Update COPYRIGHT information
excursions 2.4.4
CRAN release: 2018-08-31
- Set fixed buffer size for RngStream.c stream name
- Update Makevars to avoid OpenMP warning
excursions 2.4.2
- Add support for general manifolds in continuous interpretation methods
- Bug fixes to continuous interpretation methods
- Update CITATION information with new JSS manuscript
excursions 2.4.0
Added a
NEWS.mdfile to track changes to the package.Updated repository for INLA
Add n.iter and seed options for
contourmap()calculations.Add support for the QC method for
contourmap.inla().Updated documentation.
excursions 2.3.6
- Fix bug affecting contourmap calculations, caused by the previous fix to
gaussint().
excursions 2.3.5
- Fixed reordering bug in
excursions.variances()caused by the previous fix togaussint().
excursions 2.3.4
- Fixed reordering bug in
gaussint()that affected standalone use only.
excursions 2.3.3
CRAN release: 2018-04-03
- Removed use of deprecated
rBindandcBindand add dependency onR >= 3.2.0
excursions 2.3.1
Add whitespace after
-ffor make, for wider compatibility, see http://pubs/opegroup.org/onlinepubs/9699919799/utilities/make.htmlUpdated CITATION information
