R/turtleviewer2.R

#' @description `turtleviewer2` is an interactive dashboard for
#' Western Australian turtle monitoring data,
#' hosted at <https://turtledata.dbca.wa.gov.au/>.
#'
#' @keywords internal
"_PACKAGE"

# CMD check silencer
utils::globalVariables(
  c(
    ".",
    "code",
    "latitude",
    "longitude",
    "observations",
    "place_code",
    "site_datum",
    "site_latitude",
    "site_longitude",
    "sites",
    "location_code",
    "site_name",
    "calendar_date_awst",
    "cause_of_death",
    "n",
    "season",
    "taxon"
  )
)
dbca-wa/turtleviewer2 documentation built on Jan. 14, 2023, 12:55 a.m.