Skip to content

Commit

Permalink
Use @concept for function group names not appearing in 'see also'
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Aug 30, 2023
1 parent ba43dbc commit efe827f
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 38 deletions.
4 changes: 2 additions & 2 deletions R/add_wms.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ attrib_ngeo <-
#' @inheritParams add_wms_be_ortho
#' @param ... Further arguments passed to [leaflet::addTiles()].
#'
#' @family web_services
#' @concept web_services
#'
#' @examples
#' library(leaflet)
Expand Down Expand Up @@ -162,7 +162,7 @@ add_wmts_nl_ortho <- function(map,
#' @param ... Further arguments passed to [leaflet::addWMSTiles()] or
#' [leaflet.extras2::addWMS()].
#'
#' @family web_services
#' @concept web_services
#'
#' @examples
#' library(leaflet)
Expand Down
4 changes: 2 additions & 2 deletions R/crs.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @return
#' Numeric vector, same length as \code{par_deg}.
#'
#' @family crs
#' @concept crs
#'
#' @references
#' Snyder J.P. (1987). Map Projections - A Working Manual.
Expand Down Expand Up @@ -74,7 +74,7 @@ coneconst_lcc <- function(par1, par2) {
#' @return
#' Numeric vector, same length as `ang_dist`.
#'
#' @family crs
#' @concept crs
#'
#' @references
#' Iliffe J. & Lott R. (2008). Datums and Map Projections. For Remote Sensing,
Expand Down
2 changes: 1 addition & 1 deletion R/get_coverage_wcs.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' @importFrom stringr str_extract str_replace
#'
#' @export
#' @family web_services
#' @concept web_services
#' @return A `SpatRaster` object
#' @examples
#' \dontrun{
Expand Down
2 changes: 1 addition & 1 deletion R/get_feature_wfs.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' @details See
#' \url{https://inbo.github.io/tutorials/tutorials/spatial_wfs_services/}
#' for more information.
#' @family web_services
#' @concept web_services
#'
#' @export
#' @examples
Expand Down
6 changes: 0 additions & 6 deletions man/add_wms.Rd

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

6 changes: 0 additions & 6 deletions man/add_wmts.Rd

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

6 changes: 0 additions & 6 deletions man/get_coverage_wcs.Rd

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

6 changes: 0 additions & 6 deletions man/get_feature_wfs.Rd

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

4 changes: 0 additions & 4 deletions man/scalefactor_lcc.Rd

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

4 changes: 0 additions & 4 deletions man/scalefactor_tcyl.Rd

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

0 comments on commit efe827f

Please sign in to comment.