diff --git a/DESCRIPTION b/DESCRIPTION index f441803..0789c8b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,8 +4,9 @@ Version: 0.9.5 Authors@R: c( person("Michela", "Leonardi", role = "aut"), person("Margherita", "Colucci", role = "aut"), - person("Andrea", "Pozzi", role = "aut"), - person("Andrea", "Manica", , "am315@cam.ac.uk", role = c("aut", "cre"))) + person("Andrea Vittorio", "Pozzi", role = "aut"), + person("Eleanor M.L.","Scerri", role = "aut"), + person("Andrea", "Manica", email = "am315@cam.ac.uk", role = c("aut", "cre"))) Description: Fit species distribution models (SDMs) using the 'tidymodels' framework, which provides a standardised interface to define models and process their outputs. 'tidysdm' expands 'tidymodels' by providing methods for spatial objects, diff --git a/vignettes/a0_tidysdm_overview.Rmd b/vignettes/a0_tidysdm_overview.Rmd index 27ffafd..d6b648b 100644 --- a/vignettes/a0_tidysdm_overview.Rmd +++ b/vignettes/a0_tidysdm_overview.Rmd @@ -162,7 +162,6 @@ set_data_path(on_CRAN = TRUE) iberia_poly <- terra::vect("POLYGON((-9.8 43.3,-7.8 44.1,-2.0 43.7,3.6 42.5,3.8 41.5,1.3 40.8,0.3 39.5,0.9 38.6,-0.4 37.5,-1.6 36.7,-2.3 36.3,-4.1 36.4,-4.5 36.4,-5.0 36.1,-5.6 36.0,-6.3 36.0,-7.1 36.9,-9.5 36.6,-9.4 38.0,-10.6 38.9,-9.5 40.8,-9.8 43.3))") crs(iberia_poly) <- "lonlat" -gdal(warn = 3) land_mask <- terra::readRDS(system.file("extdata/lacerta_land_mask.rds", package = "tidysdm" ))