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
> generateDesign(n = 0, par.set = makeParamSet(makeLogicalParam("x"))) Error in (function (n, k, preserveDraw = FALSE) : Invalid Argument: n and k must be integers > 0, n=0 k=1
This should return a 0-row data.frame.
data.frame
The text was updated successfully, but these errors were encountered:
do we have to change this here? or rather in paradox? is this really pressing in PH?
Sorry, something went wrong.
or does this create a known bug?
It doesn't create any problems in other packages that I am aware of, but it is an inconsistency in itself.
No branches or pull requests
This should return a 0-row
data.frame
.The text was updated successfully, but these errors were encountered: