Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMethod matching in cubintegrate() #25
Comments
|
Thanks, pushed to master and will send to cran later. |
Hi,
you should add a line
method <- match.arg(method)at the top of cubintegrate().
It will allow abbreviations like
method='hcub'and also provide a check that the argument is valid.