-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
28 lines (28 loc) · 826 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: sfheaders
Type: Package
Title: Converts Between R Objects and Simple Feature Objects
Date: 2024-07-30
Version: 0.4.5
Authors@R: c(
person("David", "Cooley", ,"david.cooley.au@gmail.com", role = c("aut", "cre")),
person(given = "Michael", family = "Sumner", role = "ctb")
)
Description: Converts between R and Simple Feature 'sf' objects, without depending
on the Simple Feature library. Conversion functions are available at both the R level,
and through 'Rcpp'.
License: MIT + file LICENSE
URL: https://dcooley.github.io/sfheaders/
BugReports: https://github.com/dcooley/sfheaders/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 3.0.2)
LinkingTo:
geometries (>= 0.2.4),
Rcpp
Imports:
Rcpp (>= 1.0.10)
Suggests:
covr,
knitr,
testthat
Roxygen: list(markdown = TRUE)