From ac180d7f784674650536bed3fecddf5725fe60a7 Mon Sep 17 00:00:00 2001 From: olivroy Date: Mon, 5 Feb 2024 16:12:27 -0500 Subject: [PATCH] redocument with sf 1.0-15 --- man/Shapes.Rd | 2 +- man/qtm.Rd | 2 +- man/tm_shape.Rd | 2 +- man/tmap-package.Rd | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man/Shapes.Rd b/man/Shapes.Rd index dd59d99f..aba21353 100644 --- a/man/Shapes.Rd +++ b/man/Shapes.Rd @@ -22,7 +22,7 @@ NLD_muni } \description{ Maps of the world and the Netherlands (province and municipality level), -class \code{\link[sf:sf-package]{sf}} +class \code{\link[sf:sf]{sf}} } \details{ The default projections for these maps are Eckhart IV (World) and diff --git a/man/qtm.Rd b/man/qtm.Rd index 0d1db7c7..3476bbe4 100644 --- a/man/qtm.Rd +++ b/man/qtm.Rd @@ -32,7 +32,7 @@ qtm( \arguments{ \item{shp}{One of: \itemize{ -\item shape object, which is an object from a class defined by the \code{\link[sf:sf-package]{sf}} +\item shape object, which is an object from a class defined by the \code{\link[sf:sf]{sf}} or \code{\link[stars:st_as_stars]{stars}} package. Objects from the packages \code{sp} and \code{raster} are also supported, but discouraged. \item Not specified, i.e. \code{qtm()} is executed. In this case a plain interactive diff --git a/man/tm_shape.Rd b/man/tm_shape.Rd index 0b00ef90..b097f015 100644 --- a/man/tm_shape.Rd +++ b/man/tm_shape.Rd @@ -35,5 +35,5 @@ bounding box of the map?} } \description{ Specify a shape, which is a spatial object from one of these spatial object -class packages: \code{\link[sf:sf-package]{sf}}, \code{\link[stars:st_as_stars]{stars}}, or \code{terra}. +class packages: \code{\link[sf:sf]{sf}}, \code{\link[stars:st_as_stars]{stars}}, or \code{terra}. } diff --git a/man/tmap-package.Rd b/man/tmap-package.Rd index ce419f5f..6e3f28f0 100644 --- a/man/tmap-package.Rd +++ b/man/tmap-package.Rd @@ -107,11 +107,11 @@ Create icons: \section{Spatial datasets}{ \tabular{ll}{ -\code{\link{World}}\tab World country data (\code{\link[sf:sf-package]{sf}} object of polygons) \cr -\code{\link{NLD_prov}}\tab Netherlands province data (\code{\link[sf:sf-package]{sf}} object of polygons) \cr -\code{\link{NLD_muni}}\tab Netherlands municipal data (\code{\link[sf:sf-package]{sf}} object of polygons) \cr -\code{\link{metro}}\tab Metropolitan areas (\code{\link[sf:sf-package]{sf}} object of points) \cr -\code{\link{rivers}}\tab Rivers (\code{\link[sf:sf-package]{sf}} object of lines) \cr +\code{\link{World}}\tab World country data (\code{\link[sf:sf]{sf}} object of polygons) \cr +\code{\link{NLD_prov}}\tab Netherlands province data (\code{\link[sf:sf]{sf}} object of polygons) \cr +\code{\link{NLD_muni}}\tab Netherlands municipal data (\code{\link[sf:sf]{sf}} object of polygons) \cr +\code{\link{metro}}\tab Metropolitan areas (\code{\link[sf:sf]{sf}} object of points) \cr +\code{\link{rivers}}\tab Rivers (\code{\link[sf:sf]{sf}} object of lines) \cr \code{\link{land}}\tab Global land cover (\code{\link[stars:st_as_stars]{stars}} object)\cr } }