We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the R example I got this error
Error in initialize(...) : unused argument (0)
From the function help I think the 0 is an extra argument here
0
bridgestan/R/example.R
Line 7 in 32bd072
The text was updated successfully, but these errors were encountered:
Yes, your diagnosis is correct! At one point this took four arguments, and we forgot to update the example
Sorry, something went wrong.
R/example.R
Successfully merging a pull request may close this issue.
When I run the R example I got this error
Error in initialize(...) : unused argument (0)
From the function help I think the
0
is an extra argument herebridgestan/R/example.R
Line 7 in 32bd072
The text was updated successfully, but these errors were encountered: