-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.55 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
44
45
Package: gasper
Type: Package
Title: Graph Signal Processing
Version: 1.1.6
Authors@R: c(person("Basile", "de Loynes", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5397-6811")),
person("Fabien", "Navarro", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4979-2745")),
person("Baptiste", "Olivier", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5853-0341")))
Description: Provides the standard operations for signal processing on graphs:
graph Fourier transform, spectral graph wavelet transform,
visualization tools. It also implements a data driven method
for graph signal denoising/regression, for details see
De Loynes, Navarro, Olivier (2019) <arxiv:1906.01882>.
The package also provides an interface to the SuiteSparse Matrix Collection,
<https://sparse.tamu.edu/>, a large and widely used set of sparse matrix
benchmarks collected from a wide range of applications.
URL: https://github.com/fabnavarro/gasper
BugReports: https://github.com/fabnavarro/gasper/issues
License: LGPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports:
Rcpp,
ggplot2,
methods,
Matrix,
RSpectra,
httr,
curl
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
knitr,
kableExtra,
rmarkdown,
rvest
VignetteBuilder: knitr