- Fixes CRAN CMD check when run using ATLAS (alternative BLAS/LAPACK implementation). Issue was in the tests.
-
Fixed bug for case when all subjects experience events.
-
Change to
survival::basehaz
arguments. -
Fixed a
NOTE
on checking for class type.s
- Edited
NEWS
v1.1 entry.
- Fixed bug for covariates in competing risks models.
- Changed package maintainer to Graeme Hickey.
- Fixed error when ID column was not the first column in the dataset.
-
Added Zenodo badge to README.
-
Added further ORCID IDs for authors.
-
Changed package maintainer to Pete Philipson.
- Fixed errors when subjects IDs were
character
format.
-
Added ORCID IDs for authors.
-
Added Depsy badge to README.
- Modified the control parameters for the call to
nlme::lme()
that is used to generate initial parameter estimates. In some bootstrap settings, this was throwing an error, leading to the entire bootstrap run to cease.
- Added hex sticker badge.
-
Added Rd file for
joint.object
to describe what is contained in an object of classjoint
. -
Added the ubiquitous
aids
dataset for teaching purposes.
Fixed an error in the liver
dataset.
-
Updated the documentation for the datasets.
-
Added
ByteCompile: true
to the DESCRIPTION.
-
joint
now allows for competing risks data (2 failure types) as per the model developed by Williamson et al. (2008). Other functions have been upgraded to handle the competing risks data. -
A second vignette for the competing risks model is available.
- R version 3.4.0 deprecated the recycling of 1x1 matrices, and led to warnings being thrown. This is now fixed.
-
General code and documentation tidy-up.
-
New unit tests added to increase code coverage.
-
Add
simjoint
function to simulate data from joint models with several types of association structures. -
Removed
jlike
function and integrated likelihood calculation directly intoem.alg
function. -
Minor bug fixes to the
joint
andem.alg
functions.
-
Added a
NEWS.md
file to track changes to the package. -
Added some unit tests + code coverage monitoring integration.
-
Converted Rd files to roxygen.
-
Converted Sweave vignette to rmarkdown.
-
Updates to vignette and documentation.
-
Minor updates to
DESCRIPTION
andNAMESPACE
to pass R CMD checks, provide additional information, and removed dependency ofboot
andgdata
packages. -
Added a
README.Rmd
. -
Added project to GitHub with integrated Travis CI and appveyor.
- First version of software with subsequent minor patches. No NEWS file was maintained prior to version 1.1.