CRAN Package Check Results for Package geosed

Last updated on 2025-11-26 05:51:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.21 20.88 23.09 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.1 1.54 16.81 18.35 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.1 37.81 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 34.17 ERROR
r-devel-windows-x86_64 0.1.1 3.00 51.00 54.00 OK
r-patched-linux-x86_64 0.1.1 1.77 31.07 32.84 OK
r-release-linux-x86_64 0.1.1 1.96 30.60 32.56 OK
r-release-macos-arm64 0.1.1 OK
r-release-macos-x86_64 0.1.1 2.00 33.00 35.00 OK
r-release-windows-x86_64 0.1.1 4.00 62.00 66.00 OK
r-oldrel-macos-arm64 0.1.1 NOTE
r-oldrel-macos-x86_64 0.1.1 2.00 28.00 30.00 NOTE
r-oldrel-windows-x86_64 0.1.1 5.00 59.00 64.00 NOTE

Additional issues

noSuggests

Check Details

Version: 0.1.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Shant Sukljian <asshtnt@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Shant", family = "Sukljian", role = c("aut", "cre"), email = "asshtnt@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘geosed-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: geo_midpoint > ### Title: Point of Equidistance to Up to Three Longitude, Latitude Points > ### Aliases: geo_midpoint > ### Keywords: circle disk enclosing geo latitude longitude sed smallest > > ### ** Examples > > > # Load required packages > require(mapview) Loading required package: mapview Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘mapview’ > require(sp) Loading required package: sp > > # Create sample geo dataset > sample_coord <- + matrix( + c( + sample(327131680:419648450, 3) / 10000000, + sample(-1147301410:-1241938690, 3) / 10000000 + ), + ncol = 2 + ) > > # Generate circumcenter and radius > gmp <- geo_midpoint(sample_coord) > > # Find distance to circumcenter > radius <- geo_point_dist(rbind(sample_coord[1, ], gmp)) > > # Create 80 sided polygon based on gmp's center and radius > gmp_poly <- geo_surround_poly(gmp, radius, 80) > > # Join all the points into a single matrix > bound_poly <- rbind(sample_coord, as.vector(gmp), gmp_poly) > > # Create SpacialPoints object and pass to mapview for visualization > mapview( + SpatialPoints( + bound_poly[,c(2, 1)], + proj4string = CRS("+proj=longlat +datum=WGS84") + ) + ) Error in mapview(SpatialPoints(bound_poly[, c(2, 1)], proj4string = CRS("+proj=longlat +datum=WGS84"))) : could not find function "mapview" Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘geosed-Ex.R’ failed The error most likely occurred in: > ### Name: geo_midpoint > ### Title: Point of Equidistance to Up to Three Longitude, Latitude Points > ### Aliases: geo_midpoint > ### Keywords: circle disk enclosing geo latitude longitude sed smallest > > ### ** Examples > > > # Load required packages > require(mapview) Loading required package: mapview Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘mapview’ > require(sp) Loading required package: sp > > # Create sample geo dataset > sample_coord <- + matrix( + c( + sample(327131680:419648450, 3) / 10000000, + sample(-1147301410:-1241938690, 3) / 10000000 + ), + ncol = 2 + ) > > # Generate circumcenter and radius > gmp <- geo_midpoint(sample_coord) > > # Find distance to circumcenter > radius <- geo_point_dist(rbind(sample_coord[1, ], gmp)) > > # Create 80 sided polygon based on gmp's center and radius > gmp_poly <- geo_surround_poly(gmp, radius, 80) > > # Join all the points into a single matrix > bound_poly <- rbind(sample_coord, as.vector(gmp), gmp_poly) > > # Create SpacialPoints object and pass to mapview for visualization > mapview( + SpatialPoints( + bound_poly[,c(2, 1)], + proj4string = CRS("+proj=longlat +datum=WGS84") + ) + ) Error in mapview(SpatialPoints(bound_poly[, c(2, 1)], proj4string = CRS("+proj=longlat +datum=WGS84"))) : could not find function "mapview" Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64