R/globals.R

if (getRversion() >= "2.15.1") {
  utils::globalVariables(
    names = c(
      "Beta",
      "Proportion",
      "Source",
      "Type",
      "density",
      "Group",
      "cov",
      "nsd",
      "psd",
      "samples"
    ),
    package = "cosimmr",
    add = FALSE
  )
}

Try the cosimmr package in your browser

Any scripts or data that you put into this service are public.

cosimmr documentation built on June 22, 2024, 9:22 a.m.