-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path_pkgdown.yml
More file actions
79 lines (68 loc) · 2.06 KB
/
_pkgdown.yml
File metadata and controls
79 lines (68 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
title: spatialRF
home:
title: "spatialRF: Easy Spatial Regression with Random Forest"
url: https://blasbenito.github.io/spatialRF/
template:
bootstrap: 5
fonts:
heading: Montserrat
body: Montserrat
includes:
in_header: |
<link rel="stylesheet" href="extra.css"
authors:
Blas M. Benito:
href: https://blasbenito.com
articles:
- title: Tutorials
navbar: Tutorials
contents:
- articles/non_spatial_models
- articles/spatial_models
- articles/download_history
- title: Development
navbar: Development
contents:
- articles/development_roadmap
reference:
- title: Main modeling functions
desc: Primary entry points for fitting random forest and spatial random forest models.
contents:
- has_concept("main_models")
- title: Model workflow and evaluation
desc: Functions for model comparison, evaluation, tuning, and advanced modeling operations.
contents:
- has_concept("model_workflow")
- title: Data preprocessing
desc: Functions for variable selection, multicollinearity reduction, distance matrix manipulation, and spatial fold creation.
contents:
- has_concept("preprocessing")
- title: Spatial analysis methods
desc: Functions for generating spatial predictors (MEMs, PCA), testing spatial autocorrelation (Moran's I), and selecting/filtering spatial predictors.
contents:
- has_concept("spatial_analysis")
- title: Model information and output
desc: Functions to extract model components and print results.
contents:
- has_concept("model_info")
- title: Visualization functions
desc: Functions for creating diagnostic, exploratory, and results plots.
contents:
- has_concept("visualization")
- title: Utility functions
desc: Low-level helper functions for statistical computations and parallel execution.
contents:
- has_concept("utilities")
- title: Example datasets
desc: Datasets for testing and learning spatialRF functionality.
contents:
- has_concept("data")
build:
extra_packages:
- patchwork
- ggplot2
- rstudioapi
- dplyr
- DT
- rnaturalearth
- rnaturalearthdata