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
Flag()
v0.1.0
v0.2.0
@params
stopifnot()
SiteID %in% names(dfAnalyzed)
length(strColumn) == 1
SiteID
safetyData
SiteID, strColumn (default = "Pvalue")
The text was updated successfully, but these errors were encountered:
closes #229 - qc updates for Flag()
e538841
Merge pull request #240 from Gilead-BioStats/fix-229
fd5208d
mattroumaya
Successfully merging a pull request may close this issue.
QC Details
Flag()
should pass all checks on the release QC checklist. No major errors and fine forv0.1.0
, but plan to address beforev0.2.0
.Additional Comments
@params
@params
stopifnot()
checksSiteID %in% names(dfAnalyzed)
length(strColumn) == 1
stopifnot()
errorsSiteID
is in inputsafetyData
for unit testsSiteID, strColumn (default = "Pvalue")
The text was updated successfully, but these errors were encountered: