From 56ffd211eb1f148550a4f4713e4e45329a386d79 Mon Sep 17 00:00:00 2001 From: VeruGHub Date: Thu, 21 Nov 2024 17:54:05 +0100 Subject: [PATCH] link tibble --- DESCRIPTION | 2 +- R/get_daily_climate.R | 2 +- man/get_daily_climate.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a151e1d..4682ee9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -37,4 +37,4 @@ Suggests: Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 diff --git a/R/get_daily_climate.R b/R/get_daily_climate.R index c3be14d..de991ab 100644 --- a/R/get_daily_climate.R +++ b/R/get_daily_climate.R @@ -5,7 +5,7 @@ #' points or polygons within Europe. #' #' -#' @param coords A [matrix], [data.frame], [tibble::tbl_df-class], [sf::sf()], or +#' @param coords A [matrix], [data.frame], `tibble::tbl_df-class`, [sf::sf()], or #' [terra::SpatVector()] object containing point or polygon coordinates in decimal #' degrees (lonlat/geographic format). Longitude must fall between -40.5 and 75.5 #' degrees, and latitude between 25.5 and 75.5 degrees. diff --git a/man/get_daily_climate.Rd b/man/get_daily_climate.Rd index 02ebc8c..e753afe 100644 --- a/man/get_daily_climate.Rd +++ b/man/get_daily_climate.Rd @@ -14,7 +14,7 @@ get_daily_climate( ) } \arguments{ -\item{coords}{A \link{matrix}, \link{data.frame}, \link[tibble:tbl_df-class]{tibble::tbl_df}, \code{\link[sf:sf]{sf::sf()}}, or +\item{coords}{A \link{matrix}, \link{data.frame}, \code{tibble::tbl_df-class}, \code{\link[sf:sf]{sf::sf()}}, or \code{\link[terra:SpatVector-class]{terra::SpatVector()}} object containing point or polygon coordinates in decimal degrees (lonlat/geographic format). Longitude must fall between -40.5 and 75.5 degrees, and latitude between 25.5 and 75.5 degrees.