Unreleased reReg 1.4.2

* Added an option to perform GMM or EL procedure to improve cox.LWYY.
* Added a vignette on CPPL.

2021-09-16 reReg 1.4.1

* printCoefmat now all has the argument `has.Pvalue = TRUE`
* Improved print methods for summary.reReg
* Improved matrix algebra in calculation
* Replace exceeded cat() and print() with message() and warning()
* Export reReg.control

2021-04-14 reReg 1.4.0

* `simGSC()` now allows users to specifies design matrix and censoring distribution.
* Some name changes (mostly arguments) to match with the JSS submission.
* Change names "SC" to "GSC"; this includes the `model` argument and `simSC()` to `simGSC()`.
* Added a basebind() function to combine baseline rate/hazard plots.
* Temporary disabled sandwich variance estimators for further investigation.
* Import `mcf()` from reda.
* Event plot can now plot in calendar times.
* Updated examples and online vignettes.

Unreleased reReg 1.3.1

* simSC() now returns times in t.start and t.stop.
* Added origin in simSC()
* Updated examples
* Import summary.Recur from reda

2020-07-22 reReg 1.3.0

* Re-organized `reReg()`; it now provides general model assumptions.
* Improved speed via RCpp

2019-11-08 reReg 1.2.0

* Fixed memory errors (checked with valgrind 3.15)

2019-11-08 reReg 1.2.0

* Adopt `Recur()` from package `reda`
* Added a draft for regression vignettes
* Changed function name `simDat` to `simSC`
* Fixed bug with only 1 covariate

2018-10-22 reReg 1.1.6

* Added sandwish variance estimations to most implementations
* Added vignettes on simulation and plots

2018-10-09 reReg 1.1.5

* Cleaned reSurv and am.GL codes
* updated event plot, baseline function plots
* added CMF plot

2018-05-30 reReg 1.1.4

* Rebuild with oxygen

Unreleased reReg 1.1.3

* Removed plotEvent function and add its features to plot.reSurv
* Updated reSurv so it split out tibble df

Unreleased reReg 1.1.2

* Fixed bugs reported in CRAN regarding r-devel

Unreleased reReg 1.1.0

* Major make over
* Cleaned codes
* New data structure required for `reSurv`: Time, id, event, status

Unreleased reReg 1.0.0

* Version updated to published version.