Package: smoothr
Type: Package
Title: Spatial Feature Smoothing
Version: 0.0.1
Authors@R: person("Matthew", "Strimas-Mackey", email = "mstrimas@gmail.com", role = c("aut", "cre"))
Description: Smooth spatial features (i.e. lines and polygons) to remove sharp 
    corners and make curves appear more natural or aesthetically pleasing. Two 
    smoothing methods are available: Chaikin's corner cutting algorithm (Chaikin
    1974 <doi:10.1016/0146-664X(74)90028-8>) and spline interpolation.
Depends: R (>= 3.1.2)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
URL: http://strimas.com/smoothr, https://github.com/mstrimas/smoothr
BugReports: https://github.com/mstrimas/smoothr/issues
Imports: sf, stats, methods
Suggests: sp, covr, testthat
NeedsCompilation: no
Packaged: 2018-03-18 14:59:45 UTC; mes335
Author: Matthew Strimas-Mackey [aut, cre]
Maintainer: Matthew Strimas-Mackey <mstrimas@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-19 11:49:13 UTC
