-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 726 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 726 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: imagine
Type: Package
Title: IMAGing engINEs, Tools for Application of Image Filters to Data Matrices
Version: 2.1.2
Date: 2025-01-13
URL: https://github.com/LuisLauM/imagine
BugReports: https://github.com/LuisLauM/imagine/issues
Authors@R: c(person("Wencheng", "Lau-Medrano", role = c("aut", "cre"), email = "luis.laum@gmail.com"))
Maintainer: Wencheng Lau-Medrano <luis.laum@gmail.com>
Description: Provides fast application of image filters to data matrices,
using R and C++ algorithms.
License: GPL (>= 2)
LazyData: TRUE
Depends:
R (>= 3.1.0)
Imports:
Rcpp,
RcppArmadillo
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.3.2
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8