Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method matching in cubintegrate() #25

Closed
sgaure opened this issue Mar 22, 2019 · 1 comment
Closed

Method matching in cubintegrate() #25

sgaure opened this issue Mar 22, 2019 · 1 comment

Comments

@sgaure
Copy link

sgaure commented Mar 22, 2019

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.

@bnaras
Copy link
Owner

bnaras commented Mar 24, 2019

Thanks, pushed to master and will send to cran later.

@bnaras bnaras closed this as completed Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants