From 9c6d99e94511d4b475c08b980a63eb1eacae61ad Mon Sep 17 00:00:00 2001 From: Neves-P Date: Mon, 26 Apr 2021 17:35:10 +0200 Subject: [PATCH] Increment version number --- DESCRIPTION | 4 ++-- NEWS.md | 24 ++++++++++++++++++------ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1d41a4f..367a3a5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: DAISIEutils Title: Utility Functions for the DAISIE Package -Date: 2021-03-12 -Version: 0.0.0.9001 +Date: 2021-04-26 +Version: 1.0.0 Authors@R: c( person(given = "Pedro", family = "Neves", diff --git a/NEWS.md b/NEWS.md index 1428c18..60b64b4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,20 @@ +# DAISIEutils 1.0.0 + +- Complete overhaul of package. + +- Add `run_daisie_ml()` to fit DAISIE models on DAISIE datasets. Returns model fitting results and BIC value. + +- Add `bootstrap_lr()` to conduct a likelihood ratio bootstrap test on two DAISIE models. + +- Add `bootstrap()` to conduct goodness of fit bootstrapping test. + +- Add `sensitivity()` to calculate the sensitivity of the model to two alternative data sets. + # DAISIEutils 0.0.0.9001 -* Create package skeleton. -* Add `print_main_header()`. -* Use `default_params_doc.R` to document package. -* Write `README.md` stub. -* Add tests and coverage. -* Added a `NEWS.md` file to track changes to the package. +- Create package skeleton. +- Add `print_main_header()`. +- Use `default_params_doc.R` to document package. +- Write `README.md` stub. +- Add tests and coverage. +- Added a `NEWS.md` file to track changes to the package.