markdown (#9).README.Rmd file with new examples (#10).visualize.distribution from being made on library load to
being an internal data set stored in sysdata.rda with build files
stored in data-raw (#1)roxygen2 using
Rd2roxygen (#2)NEWS to NEWS.md to take advantage of Markdown formatting. (#5)README to use README.Rmd, which generates README.md. (#4)DESCRIPTION fileDESCRIPTION file
and need to import functions (#3)Error handling has been modified such that when improper parameters are supplied in the following scenarios the program will not render a graph and provide log out as to why the graph did not render:
"Supplied stat length < 2 and section="<bounded,tails>" requires two statistics. Please resubmit with parameter stat=c(lower,upper)."
"Supplied stat length > 1 and section="<lower,upper>" requires one statistic. Please resubmit with stat=your_test_statistic."
"Supplied strict length < 2, setting inequalities to "<strict, equal to>" inequality."
A warning is now issued when requesting tails option for a nonsymmetric distribution.