Package: supercells Title: Superpixels of Spatial Data Version: 1.9.4 Authors@R: c( person(given = "Jakub", family = "Nowosad", role = c("aut", "cre"), email = "nowosad.jakub@gmail.com", comment = c(ORCID = "0000-0002-1057-3721")), person("Pascal", "Mettes", role = "ctb", comment = "Author of the initial C++ implementation of the SLIC Superpixel algorithm for image data")) Description: Creates superpixels based on input spatial data. This package works on spatial data with one variable (e.g., continuous raster), many variables (e.g., RGB rasters), and spatial patterns (e.g., areas in categorical rasters). It is based on the SLIC algorithm (Achanta et al. (2012) ), and readapts it to work with arbitrary dissimilarity measures. License: GPL (>= 3) Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: sf, terra (>= 1.4-21), philentropy (>= 0.6.0), units Roxygen: list(markdown = TRUE) LinkingTo: cpp11 URL: https://jakubnowosad.com/supercells/ BugReports: https://github.com/Nowosad/supercells/issues Suggests: knitr, covr, testthat (>= 3.0.0), rmarkdown, stars Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://nowosad.r-universe.dev Date/Publication: 2026-06-20 15:03:10 UTC RemoteUrl: https://github.com/nowosad/supercells RemoteRef: HEAD RemoteSha: 072e38831b567651f767e5343f6621814b6bb154 NeedsCompilation: yes Packaged: 2026-06-24 03:14:52 UTC; root Author: Jakub Nowosad [aut, cre] (ORCID: ), Pascal Mettes [ctb] (Author of the initial C++ implementation of the SLIC Superpixel algorithm for image data) Maintainer: Jakub Nowosad