Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Tiago Olivoto ’ Possibly misspelled words in DESCRIPTION: UAV (17:41) al (9:33) et (9:30) hyperspectral (16:24) multispectral (16:5) orthomosaics (16:38) phytopathometry (9:5) shapefiles (14:59) Check: examples, Result: ERROR Running examples in ‘pliman-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: utils_shapefile > ### Title: Import/export shapefiles. > ### Aliases: utils_shapefile shapefile_input shapefile_export > ### shapefile_view > > ### ** Examples > > library(pliman) > shp <- system.file("ex/lux.shp", package="terra") > shp_file <- shapefile_input(shp, as_sf = FALSE) class : SpatVector geometry : polygons dimensions : 12, 6 (geometries, attributes) extent : 5.74414, 6.528252, 49.44781, 50.18162 (xmin, xmax, ymin, ymax) source : lux.shp coord. ref. : lon/lat WGS 84 (EPSG:4326) names : ID_1 NAME_1 ID_2 NAME_2 AREA POP type : values : 1 Diekirch 1 Clervaux 312 18081 1 Diekirch 2 Diekirch 218 32543 1 Diekirch 3 Redange 259 18664 > shapefile_view(shp_file) Error in loadNamespace(x) : there is no package called ‘mapview’ Calls: shapefile_view Execution halted