R/compliance.R

Defines functions leek_compliance

Documented in leek_compliance

leek_compliance <- function() {
    if("package:ggplot2" %in% search())
        stop("\nLEEK ERROR:  ggplot2 detected!\nLEEK ERROR:  You are not in compliance with the LEEK group policies")
    cat("You are in compliance with the LEEK group policies\n")
}
puppetleek/LeekGroup3 documentation built on May 26, 2019, 11:33 a.m.