Skip to content

Commit

Permalink
Fix links to non-imported package functions
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Oct 9, 2024
1 parent 6f67e03 commit bd3e6ef
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
3 changes: 2 additions & 1 deletion R/bind_sf_coverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#' [st_make_valid_coverage()] and [st_make_valid_union()] take a sf object and
#' create a non-intersecting coverage area of a surrounding geography defined by
#' a second sf, sfc, or bbox object. This was originally developed for the
#' [getACS::make_area_xwalk()] function.
#' [make_area_xwalk()](https://elipousson.github.io/getACS/reference/make_area_xwalk.html)
#' function in the getACS package.
#'
#' @param x A input sf object
#' @param coverage A sf, sfc, or bbox object that covers x.
Expand Down
4 changes: 3 additions & 1 deletion R/number_features.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#' Sort and number features by coordinates or distance
#'
#' @description
#' Used with [maplayer::layer_numbers()]. Supports multiple types of sorting including
#' Used by
#' [layer_numbers()](https://elipousson.github.io/maplayer/reference/layer_markers.html)
#' function from maplayer package. Supports multiple types of sorting including
#' sorting:
#'
#' - by centroid coordinates ("lon", "lat") appended with [get_coords()]
Expand Down
2 changes: 1 addition & 1 deletion R/sf_bbox_misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NULL
#' @return sf object
#' @seealso
#' - [sf::st_as_sf()],[sf::st_as_sfc()]
#' - [sfx::st_extent()]
#' - [st_extent()](https://seasmith.github.io/packages/sfx/reference/st_extent.html) in sfx package
#' @rdname sf_bbox_misc
#' @export
#' @importFrom sf st_sf st_geometry
Expand Down
2 changes: 1 addition & 1 deletion R/sf_to_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sf_to_df <- function(x,
#' @param .name_repair Passed to [tibble::as_tibble()].
#' @inheritParams rlang::args_error_context
#' @seealso
#' [ggspatial::df_spatial()]
#' [df_spatial()](https://paleolimbot.github.io/ggspatial/reference/df_spatial.html) in the ggspatial package
#' [sf::st_as_sf()]
#' @export
#' @importFrom sf st_sf st_geometry st_as_sf
Expand Down
3 changes: 2 additions & 1 deletion man/bind_sf_coverage.Rd

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

4 changes: 3 additions & 1 deletion man/number_features.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/sf_bbox_misc.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/sf_to_df.Rd

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

0 comments on commit bd3e6ef

Please sign in to comment.