R/globals.R

# Check global variables
if (getRversion() >= "2.15.1") {
  utils::globalVariables(
    names = c(
      "Proportion",
      "Source",
      "Type",
      "..level..",
      "density"
    ),
    package = "simmr",
    add = FALSE
  )
}
andrewcparnell/simmr documentation built on April 12, 2024, 6:33 p.m.