Changes in version 0.1.7 (2025-11-03) Minor changes - Faster preprocess_graphs, get_outputs and graph_connectivity_rasters. - Minor corrections in manual. Changes in version 0.1.6 (2025-08-19) Major changes - Add graph_connectivity_rasters function. - Now get_metrics is able to take ellipsis (...) argument, passed to graph connectivity functions from igraph and brainGraph. Minor changes - Update 'tmap' code from v3 to v4. - Update Introduction.Rmd and README text. Changes in version 0.1.5 (2025-04-20) Minor changes - Update 'tmap' code from v3 to v4. - Add 'prioritizr' updated citation. - Add connectivity raster outputs at connectivity_solution function. - Update tests. Changes in version 0.1.4 (2025-01-24) Major changes - Add locked_in and locked_out arguments in priorCON::basic_scenario and priorCON::connectivity_scenario. Changes in version 0.1.3 (2024-11-28) Minor changes - Update package authors in DESCRIPTION. Changes in version 0.1.2 (2024-11-06) Minor changes - Remove redundant r SpatRaster object at terra::rasterize use (we care only for the "geometry" of the r, so no need for new object). - Update Introduction.Rmd, README and DESCRIPTION text. - Add pkgdown website. Changes in version 0.1.1 (2024-09-07) Minor changes - Add "page_rank" option on which_community argument of get_metrics. - Move figures used from README.md to man/figures. - Update README.md and Introduction.Rmd text and add badges (CRAN version, developer version, R-CMD-check and codecov). - Fix test-get_metrics.R for the upcoming 'igraph' releases, after changes on igraph::cluster_louvain, as noted by Szabolcs Horvát (for more see https://github.com/cadam00/priorCON/issues/1). Changes in version 0.1.0 (2024-08-19) Major changes - Initial package version.