Skip to content

Commit

Permalink
Merge pull request #136 from r-spatialecology/main
Browse files Browse the repository at this point in the history
Fix doc links
  • Loading branch information
mhesselbarth authored Jan 10, 2025
2 parents 32c69cd + 9ee8a4d commit d13020c
Show file tree
Hide file tree
Showing 34 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Suggests:
rmarkdown,
spatstat (>= 2.0-0),
testthat (>= 3.0.0)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
Expand Down
4 changes: 2 additions & 2 deletions R/calculate_energy.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#' nearest neighbour distance function are used to describe the patterns.
#'
#' @seealso
#' \code{\link{plot_energy}} \cr
#' \code{\link{reconstruct_pattern}} \cr
#' \code{\link{plot_energy}},
#' \code{\link{reconstruct_pattern}},
#' \code{\link{fit_point_process}}
#'
#' @return vector
Expand Down
2 changes: 1 addition & 1 deletion R/classify_habitats.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' of classes, fixed breaks, etc.).
#'
#' @seealso
#' \code{\link{classIntervals}}
#' \code{\link[classInt]{classIntervals}}
#'
#' @return SpatRaster
#'
Expand Down
2 changes: 1 addition & 1 deletion R/get_dist_pairs.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' Returns matrix with point pairs and distances between them.
#'
#' @seealso
#' \code{\link{pcf.ppp}}
#' \code{\link[spatstat.explore]{pcf.ppp}}
#'
#' @return matrix
#'
Expand Down
4 changes: 2 additions & 2 deletions R/list_to_randomized.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#' For more information, please see the "Parallelization" article.
#'
#' @seealso
#' \code{\link{randomize_raster}} \cr
#' \code{\link{translate_raster}} \cr
#' \code{\link{randomize_raster}},
#' \code{\link{translate_raster}},
#' \code{\link{reconstruct_pattern}}
#'
#' @return rd_pat, rd_ras
Expand Down
4 changes: 2 additions & 2 deletions R/pack_randomized.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#' all raster objects and prepares them for saving first. For further details, see \code{wrap}.
#'
#' @seealso
#' \code{\link{unpack_randomized}}
#' \code{\link{wrap}}
#' \code{\link{unpack_randomized}},
#' \code{\link[terra]{wrap}}
#'
#' @return rd_ras
#'
Expand Down
2 changes: 1 addition & 1 deletion R/plot.rd_mar.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' will be plotted.
#'
#' @seealso
#' \code{\link{reconstruct_pattern}} \cr
#' \code{\link{reconstruct_pattern}},
#' \code{\link{fit_point_process}}
#'
#' @return void
Expand Down
2 changes: 1 addition & 1 deletion R/plot.rd_pat.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' will be plotted.
#'
#' @seealso
#' \code{\link{reconstruct_pattern}} \cr
#' \code{\link{reconstruct_pattern}},
#' \code{\link{fit_point_process}}
#'
#' @return void
Expand Down
2 changes: 1 addition & 1 deletion R/plot.rd_ras.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' will be plotted. \code{col, nrow, ncol} are passed to \code{plot}.
#'
#' @seealso
#' \code{\link{randomize_raster}} \cr
#' \code{\link{randomize_raster}},
#' \code{\link{translate_raster}}
#'
#' @return void
Expand Down
2 changes: 1 addition & 1 deletion R/plot_energy.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' \code{reconstruct_pattern_*} .
#'
#' @seealso
#' \code{\link{reconstruct_pattern}} \cr
#' \code{\link{reconstruct_pattern}},
#' \code{\link{fit_point_process}}
#'
#' @return void
Expand Down
2 changes: 1 addition & 1 deletion R/print.rd_pat.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' Printing method for random patterns created with \code{reconstruct_pattern_*}.
#'
#' @seealso
#' \code{\link{reconstruct_pattern}} \cr
#' \code{\link{reconstruct_pattern}},
#' \code{\link{fit_point_process}}
#'
#' @return void
Expand Down
2 changes: 1 addition & 1 deletion R/print.rd_ras.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' \code{\link{translate_raster}}.
#'
#' @seealso
#' \code{\link{randomize_raster}} \cr
#' \code{\link{randomize_raster}},
#' \code{\link{translate_raster}}
#'
#' @return void
Expand Down
2 changes: 1 addition & 1 deletion R/reconstruct_pattern.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#' }
#'
#' @seealso
#' \code{\link{calculate_energy}} \cr
#' \code{\link{calculate_energy}},
#' \code{\link{reconstruct_pattern_marks}}
#'
#' @return rd_pat
Expand Down
2 changes: 1 addition & 1 deletion R/reconstruct_pattern_marks.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' the computational time while increasing the "bumpiness" of the summary function.
#'
#' @seealso
#' \code{\link{fit_point_process}} \cr
#' \code{\link{fit_point_process}},
#' \code{\link{reconstruct_pattern}}
#'
#' @return rd_mar
Expand Down
4 changes: 2 additions & 2 deletions R/reconstruct_pattern_multi.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
#' A comprehensive description of the method can be found in Wudel et al. (2023).
#'
#' @seealso
#' \code{\link{fit_point_process}} \cr
#' \code{\link{reconstruct_pattern}} \cr
#' \code{\link{fit_point_process}},
#' \code{\link{reconstruct_pattern}},
#' \code{\link{reconstruct_pattern_marks}}
#'
#' @return rd_multi
Expand Down
2 changes: 1 addition & 1 deletion R/results_habitat_association.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' the breaks will be included as well.
#'
#' @seealso
#' \code{\link{reconstruct_pattern}} \cr
#' \code{\link{reconstruct_pattern}},
#' \code{\link{fit_point_process}}
#'
#' @return data.frame
Expand Down
2 changes: 1 addition & 1 deletion R/unpack_randomized.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @seealso
#' \code{\link{pack_randomized}}
#' \code{\link{wrap}}
#' \code{\link[terra]{wrap}}
#'
#' @return rd_ras
#'
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -257,7 +257,7 @@
},
"SystemRequirements": null
},
"fileSize": "1074.197KB",
"fileSize": "1074.193KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
4 changes: 2 additions & 2 deletions man/calculate_energy.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/classify_habitats.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/get_dist_pairs.Rd

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

4 changes: 2 additions & 2 deletions man/list_to_randomized.Rd

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

4 changes: 2 additions & 2 deletions man/pack_randomized.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/plot.rd_mar.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/plot.rd_pat.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/plot.rd_ras.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/plot_energy.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/print.rd_pat.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/print.rd_ras.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/reconstruct_pattern.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/reconstruct_pattern_marks.Rd

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

4 changes: 2 additions & 2 deletions man/reconstruct_pattern_multi.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/results_habitat_association.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/unpack_randomized.Rd

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

0 comments on commit d13020c

Please sign in to comment.