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
gsDesign2::check_fail_rate
The current version of gsDesign2 gives error when running
gsDesign2
gsDesign2:::check_fail_rate(tibble::tibble(duration = c(6, 10), fail_rate = c(0, 1)))
While only 1 number in fail_rate needs to be > 0.
The text was updated successfully, but these errors were encountered:
LittleBeannie
Successfully merging a pull request may close this issue.
The current version of
gsDesign2
gives error when runningWhile only 1 number in fail_rate needs to be > 0.
The text was updated successfully, but these errors were encountered: