View source: R/f_quality_assurance.R
checkInstallationQualificationStatus | R Documentation |
This function checks whether the installation qualification for the rpact
package
has been completed. If not, it provides a message prompting the user to run the
testPackage()
function to perform the qualification.
checkInstallationQualificationStatus(showMessage = TRUE)
showMessage |
A logical value indicating whether to display a message if the
installation qualification has not been completed. Default is |
The installation qualification is a critical step in ensuring that the rpact
package
is correctly installed and validated for use in GxP-relevant environments. This function
verifies the qualification status and informs the user if further action is required.
Invisibly returns TRUE
if the installation qualification has been completed,
otherwise returns FALSE
.
## Not run:
checkInstallationQualificationStatus()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.