Small fixes to address CRAN comments:
R/hazard-functions-mosy.R
: function make_move_male_haz
has a fix such that the origin/destination
probability is correctly calculated.R/equilibrium-lifecycle.R
: function basic_eq_life
modified to not use the <<-
global assignment operator.vignettes/output-storage.Rmd:
replaced absolute path for files with tempdir()
to conform to
the CRAN standard.DESCRIPTION
to conform to CRAN standard.dontrun
code from examples where not necessary and direct users to appropriate vignettes,
otherwise run examples.Initial release & CRAN submission.