Skip to content

CRAN release 1.0.0

Compare
Choose a tag to compare
@mayer79 mayer79 released this 15 Apr 20:44
· 26 commits to main since this release
7297a76

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 of importFrom package function
  • Introduction of Github actions
  • New Gitpage