CRAN release 1.0.0
This is a large maintenance update, bumping the package to stable version 1.0.0.
User visible changes
- Replaced the term "symmetric" by the better "equal-tailed". Similarly, we now output "unequal-tailed" instead of "asymmetric". By "equal-tailed", we mean that the upper and lower error probabilies agree, not that the interval is symmetric around the estimate. This has no impact on the resulting numbers, only on the text (if you ever used unequal-tailed intervals).
Maintenance
- Reorganisation of code files
- More compact help files
- Greatly improved unit tests
- Modern code formatting style
- Using
package::function()
notation instead ofimportFrom package function
- Introduction of Github actions
- New Gitpage