-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·26 lines (26 loc) · 814 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·26 lines (26 loc) · 814 Bytes
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
Package: velox
Type: Package
Title: Fast Raster Manipulation and Extraction
Version: 0.2.1
Date: 2021-05-31
Authors@R: c(
person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("cre"), comment = "Maintains the package from may 2021"),
person("Philipp", "Hunziker", email = "hunzikp@gmail.com", role = c("aut", "cph"), comment = "Created the package"))
BugReports: https://github.com/hunzikp/velox/issues
Description: C++ accelerated raster manipulation and extraction.
Depends: R (>= 3.4.0)
License: GPL (>= 2)
Imports:
methods,
Rcpp (>= 0.11.6),
raster,
rgeos,
rgdal,
sp,
sf (>= 0.5-5)
LinkingTo: Rcpp, BH (>= 1.65.0-1)
NeedsCompilation: yes
SystemRequirements: C++14
Packaged: 2017-11-30 12:15 UTC; hunzikp
RoxygenNote: 7.1.1
Suggests: testthat