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="" requires two statistics. Please resubmit with parameter stat=c(lower,upper)."
"Supplied stat length > 1 and section="" requires one statistic. Please resubmit with stat=your_test_statistic."
"Supplied strict length < 2, setting inequalities to "" inequality."
A warning is now issued when requesting tails option for a nonsymmetric distribution.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.