Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Apr 26, 2021
1 parent 546170f commit 9c6d99e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
24 changes: 18 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9c6d99e

Please sign in to comment.