R/aaa.R

# Currently set for avoidance of NOTE mesages using R CMD check
# As code is changed, these may be removed
globalVariables(
    c(
        "Base",
        "Category",
        "Count",
        "Cumulative",
        "End",
        "Filename",
        "Frequency", "Freq",
        "gcTheoretical",
        "group",
        "Label",
        "Length",
        "Lower",
        "Mean", "Median",
        "Nt",
        "PC1", "PC2",
        "Percent",
        "Percentage",
        "Position",
        "Quality",
        "Rate",
        "Reads",
        "Residuals",
        "Sequence",
        "Start",
        "Status",
        "Total", "Total_Sequences",
        "Type",
        "Upper",
        "Value",
        "Width",
        "10th_Percentile", "90th_Percentile",
        ## Needed for easier replacement of aes_string
        "x", "y", "xmin", "xmax", "ymin", "ymax",
        "xend", "yend", "key"
    )
)
steveped/ngsReports documentation built on May 9, 2024, 10:07 a.m.