Skip to content

Releases: mghoff/billmillr

v0.2.5 release

27 Jul 19:44
a3d863e
Compare
Choose a tag to compare
  • Built and published pkgdown site to GitHub pages: https://mghoff.github.io/billmillr/
  • Function Updates:
    • Added argument checks to functions.
    • Stripped defaults from mandatory function arguments.
    • Optimized for performance.
    • Abstracted simulation set of functions to take either numeric or character args.
    • Added sample_probs arg to simulation set of functions:
      • custom vector of sample probabilities to go alongside the provided sample space.
    • Added prob_of_ge_one column to run_simulation() output data frame.
  • README Updates:
    • Re-wrote narrative/motivation for the package.
    • Stripped out bottom section with advent of prob_of_ge_one.

v0.2.0 release

30 Apr 14:02
1a43e9d
Compare
Choose a tag to compare
  • Added functions & documentation for the simulation solution.

v0.1.0 release

12 Mar 17:26
Compare
Choose a tag to compare

billmillr 0.1.0

  • Added a NEWS.md file to track changes to the package.
  • Created package scaffolding: functions & documentation.