Package: spacetools Title: Easy Spatial Tools for R Version: 0.0.0.9000 Authors@R: c( person(given = "Sam", family = "Bashevkin", role = c("aut", "cre"), email = "sam.bashevkin@waterboards.ca.gov", comment = c(ORCID = "0000-0001-7406-7089")), person(given = "Juniper", family = "Simonis", role = c("aut"), email = "simonis@dapperstats.com", comment = c(ORCID = "0000-0001-9798-0460"))) Description: Provide a series of functions designed to make complicated spatial operations in R much easier. Applications are focused on aquatic distance related uses, with built in functionality for the Sacramento San Joaquin Delta. Users can calculate in-water distances between points, move points outside a shapefile to the closest location within the shapefile, and cluster points within a given radius. More functions will be added in the future. License: GPL-3 Depends: R (>= 3.5.0) Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 Imports: lwgeom, magrittr, dplyr, igraph, gdistance, raster, rlang, sf, tibble, stars, methods, graphics, tidyr, stats URL: https://github.com/sbashevkin/spacetools BugReports: https://github.com/sbashevkin/spacetools/issues Language: en-US Suggests: testthat (>= 2.1.0), spelling, covr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://sbashevkin.r-universe.dev Date/Publication: 2024-01-29 23:22:59 UTC RemoteUrl: https://github.com/sbashevkin/spacetools RemoteRef: HEAD RemoteSha: b9ac9f56f65e0583b774cb76890615f219325697 NeedsCompilation: no Packaged: 2026-07-07 08:24:43 UTC; root Author: Sam Bashevkin [aut, cre] (ORCID: ), Juniper Simonis [aut] (ORCID: ) Maintainer: Sam Bashevkin