spduration (development
version)
- Add package anchors ((foo)) in documentation to fix R check NOTEs on
CRAN.
spduration 0.17.2
(2024-02-08)
- Fix model.matrixso that it works correctly with dots
arguments.
- Fix an error when trying to use add_duration()orspdur()with a tibble as input. The errors were due to
tibble returning lists when subsetting columns with[, col]. The data input is now internally converted to a
base data frame (as.data.frame()).
- Removed dependency on plyr.
spduration 0.17.1
(2018-03-26)
- Add pkgdown static documentation website at
https://www.andybeger.com/spduration.
- Fix C++ code that was causing warnings on R-devel; replacing &
and | with && and ||.
spduration 0.17.0
(2017-10-04)
- Adds proper handling of the various na.actionoptions
forspdurand itspredict,residuals, andfittedmethods.
- Import forecastgeneric function fromforecastpackage rather than re-defining it. Addsforecastto neccessary imports.
- Added bug reports link to DESCRIPTION for github issues page
(https://github.com/andybega/spduration/issues).
- Fixes minor errors in introduction vignette and data
documentation.
- Register C++ routines to avoid R-devel note.
spduration 0.16.0
(2017-04-11)
- separationplot.spdur -> sepplot. separationplotis a
standalone function so change thespdurversion to a simple
wrapper.
- Cleaned up NAMESPACE. Moved statsto imported package
in description and removed all associated explicit namespace generic
imports.
- Added package vignette.
- Added file init.cwith calls toR_registerRoutines()andR_useDynamicSymbols(); also use.registration=TRUEinuseDynLibinNAMESPACE. R-devel (and R 3.4.0 in the future)R CMD checkissues a NOTE for registration of routines,
this is to avoid that note.
 
- Updated DESCRIPTION and added references.
spduration 0.15.1
(2016-05-12)
- Fixes bug in summary.spdurthat would return wrong
estimates forlog(alpha).
- Better column names for summaryandxtablemethods.
- Fixes test error after testthatupdate.
spduration 0.15.0
- Added accessor methods for terms,model.matrix,coef, andvcov.
- Added fittedandresidualsmethods.
- Fixes issue #17, which led to errors in summary.spdurwhen called on a model with factor variables or without intercept
terms.
- Fixes an issue with the hazard rate plot confidence intervals
(plot_hazard(ci = TRUE)), where CIs coud be wrong because
coefficients were sampled by equation rather than using the full
variance covariance matrix.
spduration 0.14.0
- Added Belkin & Schofer 2003 coup data in
data(bscoup), see?bscoup.
- Replaced plot_hazard1andplot_hazard2withplot_hazard, added support for loglog models, and
other internal streamlining of plotting code.
- Partial fix for summarizing and printing results for models without
intercept term.
- Removed documentation and export for several internal
functions.
spduration 0.13.1