-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.42 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: pfocal
Type: Package
Title: Fast Convolution of Matrices
Version: 1.0.0
Authors@R: c(
person("Griffin", "Barrett", email = "[email protected]",
role = c("aut")),
person("Valentin", "Lucet", email = "[email protected]",
role = c("aut")),
person("Josie", "Hughes", email = "[email protected]",
role = c("aut", "cre")),
person(paste0("Her Majesty the Queen in Right of Canada, as represented by",
" the Minister of Environment and Climate Change"),
role = "cph"))
Description: Provides functions to create and apply discretized convolution kernels to
rectangular data (matrix, raster). The calculations are implemented
in parallel to reduce processing time. Moving window calculations are common in many fields, from image processing
to raster data manipulation. This package provides a fast alternative to
existing single thread implementations of focal moving window methods.
License: GPL-3
BugReports: https://github.com/LandSciTech/pfocal/
Depends: R (>= 4.0.0)
Imports:
Rcpp,
stats,
methods
LinkingTo: Rcpp
Suggests:
testthat (>= 3.0.0),
starsExtra,
raster,
terra,
covr,
knitr,
rmarkdown,
microbenchmark,
stars
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Encoding: UTF-8
URL: https://landscitech.github.io/pfocal/
Config/testthat/edition: 3
VignetteBuilder: knitr