- updated maintainer email
- updated roxygen version
- added references to article in journal of statistical software
- corrected class diagram in vignette
- minor bug/print fixes
- Student-t data distribution
- switched to GitHub Actions for CI/CD
- included JSS article as vignette
- bugfix for binomial pdf/cdf
- added support for binomial endpoint
- initial design creation more convenient
- extended summary() function for two stage designs
- bugfix for pretty printing of optimization results
- streamlined code for internal evaluation of integral scores during optimization; substantial speedup!
- reworked the class printing system to be more informative
- minimize() now also returns an S3 class object to allow pretty-printing
- fixed references to SIM paper
- added references to SIM paper in all relevant places
- new feature: composite scores allows more generic expressions than just affine score combinations, cf. composite()
- affine scores (s1 + 2*s2) are no longer supported, use composite instead
- more consistent class system: conditional scores no longer need a specification of distributions by default (no need for conditional sampel size e.g.). Instead, expected() now requires explicit specification of the data and prior distribution to integrate with.
- Vignettes updated
- fixed broked tests due to updated rpact
- extended Description field in DESCRIPTION to full paragraph
- provided examples for all user facing functions
- revision of docs
- initial release