Nothing
#' @keywords internal
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
#' @importFrom lifecycle deprecated
#' @useDynLib PROJ, .registration = TRUE
## usethis namespace: end
NULL
#' Generic Coordinate System Transformations Using 'PROJ'
#'
#' The goal of PROJ is to provide generic coordinate system transformations in R
#' without requiring bespoke formats for storing basic data.
#' @section I. Functions:
#' \tabular{ll}{
#' \code{\link{ok_proj6}} determine if PROJ version >=6 is available
#' \code{\link{proj_trans}} a light wrapper around the underlying transformation functionality of PROJ version 6 (or higher)
#' \code{\link{proj_crs_text}} generate PROJ crs strings from input
#' \code{\link{proj_version}} report PROJ lib version if available _and_ >= 6.3.1
#' }
#' @name PROJ-package
NULL
#' xymap data for testing
#'
#' A copy of the xymap data set from the quadmesh package.
#'
#' A matrix of longitude/latitude values of the world coastline.
#' @docType data
#' @name xymap
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.