Skip to content

Commit

Permalink
Fix links in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
henningte committed Sep 11, 2024
1 parent 946a441 commit 67e705a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/sftime.R
Original file line number Diff line number Diff line change
Expand Up @@ -575,12 +575,12 @@ st_as_sftime.stars <- function(x, ..., long = TRUE, time_column_name = NULL) {
}

#' @name st_as_sftime
#' @param agr A character vector; see the details section of \code{\link{st_sf}}.
#' @param agr A character vector; see the details section of \code{\link[sf]{st_sf}}.
#' @param coords In case of point data: names or numbers of the numeric columns
#' holding coordinates.
#' @param wkt The name or number of the character column that holds WKT encoded
#' geometries.
#' @param dim Passed on to \code{\link{st_point}} (only when argument
#' @param dim Passed on to \code{\link[sf]{st_point}} (only when argument
#' \code{coords} is given).
#' @param remove A logical value; when \code{coords} or \code{wkt} is given,
#' remove these columns from \code{x}?
Expand Down Expand Up @@ -817,7 +817,7 @@ st_as_sftime.cubble_df <- function(x, ..., sfc = NULL, crs, silent = FALSE) {
#' @param _data An object of class \code{\link[=st_sftime]{sftime}}.
#' @inheritParams sf::transform.sf
#'
#' @return \code{_data} (an \code{sftime object}) with modified attribute values
#' @return \code{_data} (an \code{sftime} object) with modified attribute values
#' (columns).
#'
#' @examples
Expand Down
4 changes: 2 additions & 2 deletions man/st_as_sftime.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/transform.sftime.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67e705a

Please sign in to comment.