{
  "_id": "6a102fc1acfb0bcc41c950ed",
  "Package": "spatialRF",
  "Title": "Easy Spatial Modeling with Random Forest",
  "Version": "1.1.5",
  "Authors@R": "person(given = \"Blas M.\",\nfamily = \"Benito\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"blasbenito@gmail.com\",\ncomment = c(ORCID = \"0000-0001-5105-7232\"))",
  "URL": "https://blasbenito.github.io/spatialRF/",
  "BugReports": "https://github.com/BlasBenito/spatialRF/issues/",
  "Description": "Automatic generation and selection of spatial predictors\nfor Random Forest models fitted to spatially structured data.\nSpatial predictors are constructed from a distance matrix among\ntraining samples using Moran's Eigenvector Maps (MEMs; Dray,\nLegendre, and Peres-Neto 2006\n<DOI:10.1016/j.ecolmodel.2006.02.015>) or the RFsp approach\n(Hengl et al. <DOI:10.7717/peerj.5518>). These predictors are\nused alongside user-supplied explanatory variables in Random\nForest models. The package provides functions for model\nfitting, multicollinearity reduction, interaction\nidentification, hyperparameter tuning, evaluation via spatial\ncross-validation, and result visualization using partial\ndependence and interaction plots. Model fitting relies on the\n'ranger' package (Wright and Ziegler 2017\n<DOI:10.18637/jss.v077.i01>).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "LazyDataCompression": "xz",
  "Roxygen": "list(markdown = TRUE, old_usage = FALSE)",
  "RoxygenNote": "7.3.3",
  "Language": "en-US",
  "Config/pak/sysreqs": "texlive libicu-dev libxml2-dev",
  "Repository": "https://blasbenito.r-universe.dev",
  "Date/Publication": "2026-05-12 10:36:32 UTC",
  "RemoteUrl": "https://github.com/blasbenito/spatialrf",
  "RemoteRef": "HEAD",
  "RemoteSha": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-12 11:22:52 UTC",
    "User": "root"
  },
  "Author": "Blas M. Benito [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-5105-7232>)",
  "Maintainer": "Blas M. Benito <blasbenito@gmail.com>",
  "MD5sum": "db74a7acd476b86c4d753e4d20f96f4a",
  "_user": "blasbenito",
  "_type": "src",
  "_file": "spatialRF_1.1.5.tar.gz",
  "_fileid": "738bad1b1753c27b17f0bff2acae976a08b15293c716f959cde9a692c32cb840",
  "_filesize": 1489649,
  "_sha256": "738bad1b1753c27b17f0bff2acae976a08b15293c716f959cde9a692c32cb840",
  "_created": "2026-05-12T11:22:52.000Z",
  "_published": "2026-05-22T10:28:17.786Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77361511464,
      "time": 342,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6942897164"
    },
    {
      "job": 77361511715,
      "time": 342,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6942896838"
    },
    {
      "job": 77361511795,
      "time": 195,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6942847054"
    },
    {
      "job": 77361511519,
      "time": 241,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6942862796"
    },
    {
      "job": 77361511428,
      "time": 295,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6942782962"
    },
    {
      "job": 77361511207,
      "time": 196,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158343944"
    },
    {
      "job": 77361511676,
      "time": 272,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6942873697"
    },
    {
      "job": 77361511792,
      "time": 271,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6942874787"
    },
    {
      "job": 77361511729,
      "time": 255,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6942867679"
    }
  ],
  "_buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/blasbenito/spatialrf",
  "_commit": {
    "id": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
    "author": "blas <blasbenito@gmail.com>",
    "committer": "blas <blasbenito@gmail.com>",
    "message": "- removed the cran submission tag\n",
    "time": 1778582192
  },
  "_maintainer": {
    "name": "Blas M. Benito",
    "email": "blasbenito@gmail.com",
    "login": "blasbenito",
    "mastodon": "@blasbenito@fosstodon.org",
    "bluesky": "@blasbenito.com",
    "orcid": "0000-0001-5105-7232",
    "uuid": 5610068
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "role": "Imports"
    },
    {
      "package": "huxtable",
      "version": ">= 5.8.0",
      "role": "Imports"
    },
    {
      "package": "patchwork",
      "version": ">= 1.3.2",
      "role": "Imports"
    },
    {
      "package": "viridis",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "blasbenito",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-50",
      "n": 4
    },
    {
      "week": "2025-51",
      "n": 10
    },
    {
      "week": "2026-01",
      "n": 2
    },
    {
      "week": "2026-20",
      "n": 5
    }
  ],
  "_tags": [
    {
      "name": "v1.1.5",
      "date": "2025-12-19"
    }
  ],
  "_topics": [
    "random-forest",
    "spatial-analysis",
    "spatial-regression"
  ],
  "_stars": 123,
  "_contributors": [
    {
      "user": "blasbenito",
      "count": 488,
      "uuid": 5610068
    }
  ],
  "_userbio": {
    "uuid": 5610068,
    "type": "user",
    "name": "Blas Benito",
    "description": "🌍 Senior Spatial Data Scientist | Geospatial Tech Lead | 🌱 AgTech | PhD in Computational Ecology + MSc in GIS | rstats developer"
  },
  "_downloads": {
    "count": 452,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/spatialRF"
  },
  "_devurl": "https://github.com/blasbenito/spatialrf",
  "_pkgdown": "https://blasbenito.github.io/spatialRF/",
  "_searchresults": 75,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/spatialRF.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/blasbenito/spatialrf",
  "_realowner": "blasbenito",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.1.3",
      "date": "2021-09-23"
    },
    {
      "version": "1.1.4",
      "date": "2022-08-19"
    },
    {
      "version": "1.1.5",
      "date": "2025-12-19"
    }
  ],
  "_exports": [
    ".vif_to_df",
    "%>%",
    "auc",
    "auto_cor",
    "auto_vif",
    "beowulf_cluster",
    "case_weights",
    "default_distance_thresholds",
    "double_center_distance_matrix",
    "filter_spatial_predictors",
    "get_evaluation",
    "get_importance",
    "get_importance_local",
    "get_moran",
    "get_performance",
    "get_predictions",
    "get_residuals",
    "get_response_curves",
    "get_spatial_predictors",
    "is_binary",
    "make_spatial_fold",
    "make_spatial_folds",
    "mem",
    "mem_multithreshold",
    "moran",
    "moran_multithreshold",
    "objects_size",
    "optimization_function",
    "pca",
    "pca_multithreshold",
    "plot_evaluation",
    "plot_importance",
    "plot_moran",
    "plot_optimization",
    "plot_residuals_diagnostics",
    "plot_response_curves",
    "plot_response_surface",
    "plot_training_df",
    "plot_training_df_moran",
    "plot_tuning",
    "prepare_importance_spatial",
    "print_evaluation",
    "print_importance",
    "print_moran",
    "print_performance",
    "rank_spatial_predictors",
    "rescale_vector",
    "residuals_diagnostics",
    "residuals_test",
    "rf",
    "rf_compare",
    "rf_evaluate",
    "rf_importance",
    "rf_repeat",
    "rf_spatial",
    "rf_tuning",
    "root_mean_squared_error",
    "select_spatial_predictors_recursive",
    "select_spatial_predictors_sequential",
    "setup_parallel_execution",
    "standard_error",
    "statistical_mode",
    "the_feature_engineer",
    "thinning",
    "thinning_til_n",
    "weights_from_distance_matrix"
  ],
  "_datasets": [
    {
      "name": "plants_df",
      "title": "Plant richness and predictors for American ecoregions",
      "object": "plants_df",
      "class": [
        "data.frame"
      ],
      "fields": [
        "ecoregion_id",
        "x",
        "y",
        "richness_species_vascular",
        "bias_area_km2",
        "bias_species_per_record",
        "climate_aridity_index_average",
        "climate_hypervolume",
        "climate_velocity_lgm_average",
        "neighbors_count",
        "neighbors_percent_shared_edge",
        "human_population_density",
        "topography_elevation_average",
        "landcover_herbs_percent_average",
        "fragmentation_cohesion",
        "fragmentation_division",
        "neighbors_area",
        "human_population",
        "human_footprint_average",
        "climate_bio1_average",
        "climate_bio15_minimum"
      ],
      "rows": 227,
      "table": true,
      "tojson": true
    },
    {
      "name": "plants_distance",
      "title": "Distance matrix between ecoregion edges",
      "object": "plants_distance",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "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",
        "80",
        "81",
        "82",
        "83",
        "84",
        "85",
        "86",
        "87",
        "88",
        "89",
        "90",
        "91",
        "92",
        "93",
        "94",
        "95",
        "96",
        "97",
        "98",
        "99",
        "100",
        "101",
        "102",
        "103",
        "104",
        "105",
        "106",
        "107",
        "108",
        "109",
        "110",
        "111",
        "112",
        "113",
        "114",
        "115",
        "116",
        "117",
        "118",
        "119",
        "120",
        "121",
        "122",
        "123",
        "124",
        "125",
        "126",
        "127",
        "128",
        "129",
        "130",
        "131",
        "132",
        "133",
        "134",
        "135",
        "136",
        "137",
        "138",
        "139",
        "140",
        "141",
        "142",
        "143",
        "144",
        "145",
        "146",
        "147",
        "148",
        "149",
        "150",
        "151",
        "152",
        "153",
        "154",
        "155",
        "156",
        "157",
        "158",
        "159",
        "160",
        "161",
        "162",
        "163",
        "164",
        "165",
        "166",
        "167",
        "168",
        "169",
        "170",
        "171",
        "172",
        "173",
        "174",
        "175",
        "176",
        "177",
        "178",
        "179",
        "180",
        "181",
        "182",
        "183",
        "184",
        "185",
        "186",
        "187",
        "188",
        "189",
        "190",
        "191",
        "192",
        "193",
        "194",
        "195",
        "196",
        "197",
        "198",
        "199",
        "200",
        "201",
        "202",
        "203",
        "204",
        "205",
        "206",
        "207",
        "208",
        "209",
        "210",
        "211",
        "212",
        "213",
        "214",
        "215",
        "216",
        "217",
        "218",
        "219",
        "220",
        "221",
        "222",
        "223",
        "224",
        "225",
        "226",
        "227"
      ],
      "rows": 227,
      "table": true,
      "tojson": true
    },
    {
      "name": "plants_predictors",
      "title": "Predictor variable names for plant richness examples",
      "object": "plants_predictors",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "plants_response",
      "title": "Response variable name for plant richness examples",
      "object": "plants_response",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "plants_rf",
      "title": "Example fitted random forest model",
      "object": "plants_rf",
      "class": [
        "rf",
        "ranger"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "plants_rf_spatial",
      "title": "Example fitted spatial random forest model",
      "object": "plants_rf_spatial",
      "class": [
        "rf",
        "rf_spatial",
        "ranger"
      ],
      "fields": [],
      "table": false,
      "tojson": false
    },
    {
      "name": "plants_xy",
      "title": "Coordinates for plant richness data",
      "object": "plants_xy",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x",
        "y",
        "id"
      ],
      "rows": 227,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dot-vif_to_df",
      "title": "Convert VIF values to data frame",
      "concept": [
        "utilities"
      ],
      "topics": [
        ".vif_to_df"
      ]
    },
    {
      "page": "auc",
      "title": "Area under the ROC curve",
      "concept": [
        "utilities"
      ],
      "topics": [
        "auc"
      ]
    },
    {
      "page": "auto_cor",
      "title": "Multicollinearity reduction via Pearson correlation",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "auto_cor"
      ]
    },
    {
      "page": "auto_vif",
      "title": "Multicollinearity reduction via Variance Inflation Factor",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "auto_vif"
      ]
    },
    {
      "page": "beowulf_cluster",
      "title": "Create a Beowulf cluster for parallel computing",
      "concept": [
        "utilities"
      ],
      "topics": [
        "beowulf_cluster"
      ]
    },
    {
      "page": "case_weights",
      "title": "Generate case weights for imbalanced binary data",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "case_weights"
      ]
    },
    {
      "page": "default_distance_thresholds",
      "title": "Default distance thresholds for spatial predictors",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "default_distance_thresholds"
      ]
    },
    {
      "page": "double_center_distance_matrix",
      "title": "Double-center a distance matrix",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "double_center_distance_matrix"
      ]
    },
    {
      "page": "filter_spatial_predictors",
      "title": "Remove redundant spatial predictors",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "filter_spatial_predictors"
      ]
    },
    {
      "page": "get_evaluation",
      "title": "Extract evaluation metrics from cross-validated model",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_evaluation"
      ]
    },
    {
      "page": "get_importance",
      "title": "Extract variable importance from model",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_importance"
      ]
    },
    {
      "page": "get_importance_local",
      "title": "Extract local variable importance from model",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_importance_local"
      ]
    },
    {
      "page": "get_moran",
      "title": "Extract Moran's I test results for model residuals",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_moran"
      ]
    },
    {
      "page": "get_performance",
      "title": "Extract out-of-bag performance metrics from model",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_performance"
      ]
    },
    {
      "page": "get_predictions",
      "title": "Extract fitted predictions from model",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_predictions"
      ]
    },
    {
      "page": "get_residuals",
      "title": "Extract model residuals",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_residuals"
      ]
    },
    {
      "page": "get_response_curves",
      "title": "Extract response curve data for plotting",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_response_curves"
      ]
    },
    {
      "page": "get_spatial_predictors",
      "title": "Extract spatial predictors from spatial model",
      "concept": [
        "model_info"
      ],
      "topics": [
        "get_spatial_predictors"
      ]
    },
    {
      "page": "is_binary",
      "title": "Check if variable is binary with values 0 and 1",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "is_binary"
      ]
    },
    {
      "page": "make_spatial_fold",
      "title": "Create spatially independent training and testing folds",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "make_spatial_fold"
      ]
    },
    {
      "page": "make_spatial_folds",
      "title": "Create multiple spatially independent training and testing folds",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "make_spatial_folds"
      ]
    },
    {
      "page": "mem",
      "title": "Compute Moran's Eigenvector Maps from distance matrix",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "mem"
      ]
    },
    {
      "page": "mem_multithreshold",
      "title": "Compute Moran's Eigenvector Maps across multiple distance thresholds",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "mem_multithreshold"
      ]
    },
    {
      "page": "moran",
      "title": "Moran's I test for spatial autocorrelation",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "moran"
      ]
    },
    {
      "page": "moran_multithreshold",
      "title": "Moran's I test across multiple distance thresholds",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "moran_multithreshold"
      ]
    },
    {
      "page": "objects_size",
      "title": "Display sizes of objects in current R environment",
      "concept": [
        "utilities"
      ],
      "topics": [
        "objects_size"
      ]
    },
    {
      "page": "optimization_function",
      "title": "Compute optimization scores for spatial predictor selection",
      "concept": [
        "utilities"
      ],
      "topics": [
        "optimization_function"
      ]
    },
    {
      "page": "pca",
      "title": "Compute Principal Component Analysis",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "pca"
      ]
    },
    {
      "page": "pca_multithreshold",
      "title": "Compute Principal Component Analysis at multiple distance thresholds",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "pca_multithreshold"
      ]
    },
    {
      "page": "plants_df",
      "title": "Plant richness and predictors for American ecoregions",
      "concept": [
        "data"
      ],
      "topics": [
        "plants_df"
      ]
    },
    {
      "page": "plants_distance",
      "title": "Distance matrix between ecoregion edges",
      "concept": [
        "data"
      ],
      "topics": [
        "plants_distance"
      ]
    },
    {
      "page": "plants_predictors",
      "title": "Predictor variable names for plant richness examples",
      "concept": [
        "data"
      ],
      "topics": [
        "plants_predictors"
      ]
    },
    {
      "page": "plants_response",
      "title": "Response variable name for plant richness examples",
      "concept": [
        "data"
      ],
      "topics": [
        "plants_response"
      ]
    },
    {
      "page": "plants_rf",
      "title": "Example fitted random forest model",
      "concept": [
        "data"
      ],
      "topics": [
        "plants_rf"
      ]
    },
    {
      "page": "plants_rf_spatial",
      "title": "Example fitted spatial random forest model",
      "concept": [
        "data"
      ],
      "topics": [
        "plants_rf_spatial"
      ]
    },
    {
      "page": "plants_xy",
      "title": "Coordinates for plant richness data",
      "concept": [
        "data"
      ],
      "topics": [
        "plants_xy"
      ]
    },
    {
      "page": "plot_evaluation",
      "title": "Visualize spatial cross-validation results",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_evaluation"
      ]
    },
    {
      "page": "plot_importance",
      "title": "Visualize variable importance scores",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_importance"
      ]
    },
    {
      "page": "plot_moran",
      "title": "Plots a Moran's I test of model residuals",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_moran"
      ]
    },
    {
      "page": "plot_optimization",
      "title": "Optimization plot of a selection of spatial predictors",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_optimization"
      ]
    },
    {
      "page": "plot_residuals_diagnostics",
      "title": "Plot residuals diagnostics",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_residuals_diagnostics"
      ]
    },
    {
      "page": "plot_response_curves",
      "title": "Plots the response curves of a model.",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_response_curves"
      ]
    },
    {
      "page": "plot_response_surface",
      "title": "Plots the response surfaces of a random forest model",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_response_surface"
      ]
    },
    {
      "page": "plot_training_df",
      "title": "Scatterplots of a training data frame",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_training_df"
      ]
    },
    {
      "page": "plot_training_df_moran",
      "title": "Moran's I plots of a training data frame",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_training_df_moran"
      ]
    },
    {
      "page": "plot_tuning",
      "title": "Plots a tuning object produced by 'rf_tuning()'",
      "concept": [
        "visualization"
      ],
      "topics": [
        "plot_tuning"
      ]
    },
    {
      "page": "prepare_importance_spatial",
      "title": "Prepares variable importance objects for spatial models",
      "concept": [
        "utilities"
      ],
      "topics": [
        "prepare_importance_spatial"
      ]
    },
    {
      "page": "print_evaluation",
      "title": "Prints cross-validation results",
      "concept": [
        "model_info"
      ],
      "topics": [
        "print_evaluation"
      ]
    },
    {
      "page": "print_importance",
      "title": "Prints variable importance",
      "concept": [
        "model_info"
      ],
      "topics": [
        "print_importance"
      ]
    },
    {
      "page": "print_moran",
      "title": "Prints results of a Moran's I test",
      "concept": [
        "model_info"
      ],
      "topics": [
        "print_moran"
      ]
    },
    {
      "page": "print_performance",
      "title": "print_performance",
      "concept": [
        "model_info"
      ],
      "topics": [
        "print_performance"
      ]
    },
    {
      "page": "print",
      "title": "Custom print method for random forest models",
      "concept": [
        "model_info"
      ],
      "topics": [
        "print.rf"
      ]
    },
    {
      "page": "rank_spatial_predictors",
      "title": "Ranks spatial predictors",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "rank_spatial_predictors"
      ]
    },
    {
      "page": "rescale_vector",
      "title": "Rescales a numeric vector into a new range",
      "concept": [
        "utilities"
      ],
      "topics": [
        "rescale_vector"
      ]
    },
    {
      "page": "residuals_diagnostics",
      "title": "Normality test of a numeric vector",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "residuals_diagnostics"
      ]
    },
    {
      "page": "normality",
      "title": "Normality test of a numeric vector",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "residuals_test"
      ]
    },
    {
      "page": "rf",
      "title": "Random forest models with Moran's I test of the residuals",
      "concept": [
        "main_models"
      ],
      "topics": [
        "rf"
      ]
    },
    {
      "page": "rf_compare",
      "title": "Compares models via spatial cross-validation",
      "concept": [
        "model_workflow"
      ],
      "topics": [
        "rf_compare"
      ]
    },
    {
      "page": "rf_evaluate",
      "title": "Evaluates random forest models with spatial cross-validation",
      "concept": [
        "model_workflow"
      ],
      "topics": [
        "rf_evaluate"
      ]
    },
    {
      "page": "rf_importance",
      "title": "Contribution of each predictor to model transferability",
      "concept": [
        "model_workflow"
      ],
      "topics": [
        "rf_importance"
      ]
    },
    {
      "page": "rf_repeat",
      "title": "Fits several random forest models on the same data",
      "concept": [
        "model_workflow"
      ],
      "topics": [
        "rf_repeat"
      ]
    },
    {
      "page": "rf_spatial",
      "title": "Fits spatial random forest models",
      "concept": [
        "main_models"
      ],
      "topics": [
        "rf_spatial"
      ]
    },
    {
      "page": "rf_tuning",
      "title": "Tuning of random forest hyperparameters via spatial cross-validation",
      "concept": [
        "model_workflow"
      ],
      "topics": [
        "rf_tuning"
      ]
    },
    {
      "page": "root_mean_squared_error",
      "title": "RMSE and normalized RMSE",
      "concept": [
        "utilities"
      ],
      "topics": [
        "root_mean_squared_error"
      ]
    },
    {
      "page": "select_spatial_predictors_recursive",
      "title": "Finds optimal combinations of spatial predictors",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "select_spatial_predictors_recursive"
      ]
    },
    {
      "page": "select_spatial_predictors_sequential",
      "title": "Sequential introduction of spatial predictors into a model",
      "concept": [
        "spatial_analysis"
      ],
      "topics": [
        "select_spatial_predictors_sequential"
      ]
    },
    {
      "page": "setup_parallel_execution",
      "title": "Setup parallel execution with automatic backend detection",
      "concept": [
        "utilities"
      ],
      "topics": [
        "setup_parallel_execution"
      ]
    },
    {
      "page": "standard_error",
      "title": "Standard error of the mean of a numeric vector",
      "concept": [
        "utilities"
      ],
      "topics": [
        "standard_error"
      ]
    },
    {
      "page": "statistical_mode",
      "title": "Statistical mode of a vector",
      "concept": [
        "utilities"
      ],
      "topics": [
        "statistical_mode"
      ]
    },
    {
      "page": "the_feature_engineer",
      "title": "Suggest variable interactions and composite features for random forest models",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "the_feature_engineer"
      ]
    },
    {
      "page": "thinning",
      "title": "Applies thinning to pairs of coordinates",
      "concept": [
        "utilities"
      ],
      "topics": [
        "thinning"
      ]
    },
    {
      "page": "thinning_til_n",
      "title": "Applies thinning to pairs of coordinates until reaching a given n",
      "concept": [
        "utilities"
      ],
      "topics": [
        "thinning_til_n"
      ]
    },
    {
      "page": "weights_from_distance_matrix",
      "title": "Transforms a distance matrix into a matrix of weights",
      "concept": [
        "preprocessing"
      ],
      "topics": [
        "weights_from_distance_matrix"
      ]
    }
  ],
  "_readme": "https://github.com/blasbenito/spatialrf/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "base64enc",
    "cachem",
    "cli",
    "codetools",
    "commonmark",
    "cpp11",
    "digest",
    "doParallel",
    "dplyr",
    "fansi",
    "farver",
    "fastmap",
    "foreach",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "htmltools",
    "huxtable",
    "isoband",
    "iterators",
    "labeling",
    "lattice",
    "lifecycle",
    "magrittr",
    "Matrix",
    "memoise",
    "patchwork",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "ranger",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr",
    "xml2"
  ],
  "_score": 6.265996370495079,
  "_indexed": true,
  "_nocasepkg": "spatialrf",
  "_universes": [
    "blasbenito"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.5",
      "date": "2026-05-12T11:26:48.000Z",
      "distro": "noble",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "578858743d45b2f46cf00a3680203fd80470f3474396a6ea1cc5d34f0108bc12",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.5",
      "date": "2026-05-12T11:26:57.000Z",
      "distro": "noble",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "59a17561c8592092396c811d0055f1f42dbbaeec227d23016eceb477cac00c06",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.5",
      "date": "2026-05-12T11:25:25.000Z",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "cacb5d3a353c05585b1a35c691dcf80b8cfd95d593c82c552b58fc4527666b4a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.5",
      "date": "2026-05-12T11:25:39.000Z",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "160c440caf888b06707b2bf1fc92dd6fd04ab312d1d574f7375f1889463086a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-12T11:25:18.000Z",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "67e9933d0a01e3d99b492d0f0ec173b31f0a417e3739d02747876678846c5c70",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-12T11:25:20.000Z",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "5837164c7eb99e0c892fc02695df4f8aec26bdcaaf59495c65e46706ead415ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-12T11:25:14.000Z",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "11dd61d5e0ad413dbb5c485be9cf75d0dad10130260aad47d24a95d30d8132ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.5",
      "date": "2026-05-22T10:27:12.000Z",
      "commit": "d866cce67b91b54c3e6a8cfc9e09c58f1e6993f2",
      "fileid": "fe523a262587945b157bc72e283d3925db950d7367234753936169828b5e8ad2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/blasbenito/actions/runs/25731035814"
    }
  ]
}