Skip to content

Commit d13020c

Browse files
authored
Merge pull request #136 from r-spatialecology/main
Fix doc links
2 parents 32c69cd + 9ee8a4d commit d13020c

34 files changed

+43
-43
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Suggests:
4545
rmarkdown,
4646
spatstat (>= 2.0-0),
4747
testthat (>= 3.0.0)
48-
RoxygenNote: 7.3.1
48+
RoxygenNote: 7.3.2
4949
VignetteBuilder: knitr
5050
Encoding: UTF-8
5151
LazyData: true

R/calculate_energy.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#' nearest neighbour distance function are used to describe the patterns.
1616
#'
1717
#' @seealso
18-
#' \code{\link{plot_energy}} \cr
19-
#' \code{\link{reconstruct_pattern}} \cr
18+
#' \code{\link{plot_energy}},
19+
#' \code{\link{reconstruct_pattern}},
2020
#' \code{\link{fit_point_process}}
2121
#'
2222
#' @return vector

R/classify_habitats.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' of classes, fixed breaks, etc.).
1818
#'
1919
#' @seealso
20-
#' \code{\link{classIntervals}}
20+
#' \code{\link[classInt]{classIntervals}}
2121
#'
2222
#' @return SpatRaster
2323
#'

R/get_dist_pairs.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#' Returns matrix with point pairs and distances between them.
1010
#'
1111
#' @seealso
12-
#' \code{\link{pcf.ppp}}
12+
#' \code{\link[spatstat.explore]{pcf.ppp}}
1313
#'
1414
#' @return matrix
1515
#'

R/list_to_randomized.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
#' For more information, please see the "Parallelization" article.
1414
#'
1515
#' @seealso
16-
#' \code{\link{randomize_raster}} \cr
17-
#' \code{\link{translate_raster}} \cr
16+
#' \code{\link{randomize_raster}},
17+
#' \code{\link{translate_raster}},
1818
#' \code{\link{reconstruct_pattern}}
1919
#'
2020
#' @return rd_pat, rd_ras

R/pack_randomized.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#' all raster objects and prepares them for saving first. For further details, see \code{wrap}.
1010
#'
1111
#' @seealso
12-
#' \code{\link{unpack_randomized}}
13-
#' \code{\link{wrap}}
12+
#' \code{\link{unpack_randomized}},
13+
#' \code{\link[terra]{wrap}}
1414
#'
1515
#' @return rd_ras
1616
#'

R/plot.rd_mar.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' will be plotted.
2424
#'
2525
#' @seealso
26-
#' \code{\link{reconstruct_pattern}} \cr
26+
#' \code{\link{reconstruct_pattern}},
2727
#' \code{\link{fit_point_process}}
2828
#'
2929
#' @return void

R/plot.rd_pat.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' will be plotted.
2424
#'
2525
#' @seealso
26-
#' \code{\link{reconstruct_pattern}} \cr
26+
#' \code{\link{reconstruct_pattern}},
2727
#' \code{\link{fit_point_process}}
2828
#'
2929
#' @return void

R/plot.rd_ras.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#' will be plotted. \code{col, nrow, ncol} are passed to \code{plot}.
1717
#'
1818
#' @seealso
19-
#' \code{\link{randomize_raster}} \cr
19+
#' \code{\link{randomize_raster}},
2020
#' \code{\link{translate_raster}}
2121
#'
2222
#' @return void

R/plot_energy.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#' \code{reconstruct_pattern_*} .
1313
#'
1414
#' @seealso
15-
#' \code{\link{reconstruct_pattern}} \cr
15+
#' \code{\link{reconstruct_pattern}},
1616
#' \code{\link{fit_point_process}}
1717
#'
1818
#' @return void

R/print.rd_pat.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' Printing method for random patterns created with \code{reconstruct_pattern_*}.
1111
#'
1212
#' @seealso
13-
#' \code{\link{reconstruct_pattern}} \cr
13+
#' \code{\link{reconstruct_pattern}},
1414
#' \code{\link{fit_point_process}}
1515
#'
1616
#' @return void

R/print.rd_ras.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' \code{\link{translate_raster}}.
1111
#'
1212
#' @seealso
13-
#' \code{\link{randomize_raster}} \cr
13+
#' \code{\link{randomize_raster}},
1414
#' \code{\link{translate_raster}}
1515
#'
1616
#' @return void

R/reconstruct_pattern.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#' }
6060
#'
6161
#' @seealso
62-
#' \code{\link{calculate_energy}} \cr
62+
#' \code{\link{calculate_energy}},
6363
#' \code{\link{reconstruct_pattern_marks}}
6464
#'
6565
#' @return rd_pat

R/reconstruct_pattern_marks.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#' the computational time while increasing the "bumpiness" of the summary function.
3636
#'
3737
#' @seealso
38-
#' \code{\link{fit_point_process}} \cr
38+
#' \code{\link{fit_point_process}},
3939
#' \code{\link{reconstruct_pattern}}
4040
#'
4141
#' @return rd_mar

R/reconstruct_pattern_multi.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
#' A comprehensive description of the method can be found in Wudel et al. (2023).
6767
#'
6868
#' @seealso
69-
#' \code{\link{fit_point_process}} \cr
70-
#' \code{\link{reconstruct_pattern}} \cr
69+
#' \code{\link{fit_point_process}},
70+
#' \code{\link{reconstruct_pattern}},
7171
#' \code{\link{reconstruct_pattern_marks}}
7272
#'
7373
#' @return rd_multi

R/results_habitat_association.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#' the breaks will be included as well.
2727
#'
2828
#' @seealso
29-
#' \code{\link{reconstruct_pattern}} \cr
29+
#' \code{\link{reconstruct_pattern}},
3030
#' \code{\link{fit_point_process}}
3131
#'
3232
#' @return data.frame

R/unpack_randomized.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#'
1212
#' @seealso
1313
#' \code{\link{pack_randomized}}
14-
#' \code{\link{wrap}}
14+
#' \code{\link[terra]{wrap}}
1515
#'
1616
#' @return rd_ras
1717
#'

codemeta.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "R",
1414
"url": "https://r-project.org"
1515
},
16-
"runtimePlatform": "R version 4.3.3 (2024-02-29)",
16+
"runtimePlatform": "R version 4.4.2 (2024-10-31)",
1717
"provider": {
1818
"@id": "https://cran.r-project.org",
1919
"@type": "Organization",
@@ -257,7 +257,7 @@
257257
},
258258
"SystemRequirements": null
259259
},
260-
"fileSize": "1074.197KB",
260+
"fileSize": "1074.193KB",
261261
"citation": [
262262
{
263263
"@type": "ScholarlyArticle",

man/calculate_energy.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/classify_habitats.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_dist_pairs.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/list_to_randomized.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pack_randomized.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.rd_mar.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.rd_pat.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot.rd_ras.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot_energy.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/print.rd_pat.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/print.rd_ras.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reconstruct_pattern.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reconstruct_pattern_marks.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/reconstruct_pattern_multi.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/results_habitat_association.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/unpack_randomized.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)