- Integrated some new features and plotting - most notably multisite and spatial significance testing, as well as mapping.
- Attempted to fix the bug that resulted from the rEDM v1.15.0 name change of
make_surrogate_data
toSurrogateData
- Excursion methods now export p-values for above, below, either or both options in all cases, to avoid unnecessary rerunning
- Add
detectExcursionSlidingWindow()
- Introduce
detectMultipleExcursions()
to run the excursion detector across a suite of datasets - Makes
detectExcursion()
return a data.frame with NAs rather than errors to better supportdetectMultipleExcursions()
- Used purrr >v1.0.0 to enable progress bars!
- fixed bug with exc.type and plotting
- minor fixes
- merged in calculate deltas - introducing the
summarizeChangepointMeanChanges()
- More fixes for R >=4.2.0 sensitivity to multiple conditionals.
- Fix timeUnits bug in
prepareInput()
- Update
time.range
option for R >=4.2.0 sensitivity to multiple conditionals.
- added a
time.range
option toprepareInput()
anddetectShift()
to optionally restrict the range of the analysis. Thanks to @AndreaLemur for the suggestion.
- add
gaussianize
options todetectShiftCore()
, with a default of TRUE, following @AndreaLemur recognition that that is a requirement for many of the methods in thechangepoint
package. More details on changepoint workshop here
- added option to pass plot options to geoChronR plotting to plot.shift()
- Added better error handling with excursions
- This marks the first release of the package! Check here for updates
- Added a
NEWS.md
file to track changes to the package.