Package: rasterDT
Type: Package
Title: Fast Raster Summary and Manipulation
Version: 0.3.3
Date: 2026-08-28
Authors@R: person(given = "Joshua",
                  family = "O'Brien",
                  role = c("aut", "cre"),
                  email = "joshmobrien@gmail.com")
Description: 
  Fast alternatives to several relatively slow 'raster' package
  functions. For large rasters, the functions run from 5 to
  approximately 100 times faster than the 'raster' package functions
  they replace. The 'fasterize' package, on which one function in this
  package depends, includes an implementation of the scan line
  algorithm attributed to Wylie et al. (1967)
  <doi:10.1145/1465611.1465619>.
License: GPL (>= 2)
URL: https://github.com/JoshOBrien/rasterDT/,
        https://joshobrien.github.io/rasterDT/
BugReports: https://github.com/JoshOBrien/rasterDT/issues/
Depends: methods, raster (>= 3.6-3)
Imports: data.table, fasterize, sf
Suggests: rasterVis
Encoding: UTF-8
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-08-28 21:26:53 UTC; Josh
Author: Joshua O'Brien [aut, cre]
Maintainer: Joshua O'Brien <joshmobrien@gmail.com>
Repository: CRAN
Date/Publication: 2026-08-29 13:20:02 UTC
Built: R 4.6.1; ; 2026-08-29 14:49:33 UTC; unix
