-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.16 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
Package: DDK
Type: Package
Title: Orthonormal Basis Selection using Machine Learning
Version: 0.1.0
Authors@R:
c(person(given = "Rani",
family = "Basna",
role = c("aut", "cre"),
email = "ranibasna@gmail.com",
comment = c(ORCID = "0000-0001-7510-8460")),
person(given = "Hiba",
family = "Nassar",
role = c("aut"),
email = "hibna@dtu.dk",
comment = c(ORCID = "0000-0003-0250-626X")),
person(given = "Krzysztof",
family = "Podgórski",
role = c("aut"),
email = "Krzysztof.Podgorski@stat.lu.se ",
comment = c(ORCID = "0000-0003-0043-1532")))
Maintainer: The package maintainer <ranibasna@gmail.com>
Description: Use machine learning methods to assit in finding optimal orthonormal basis selection.
Depends:
R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
Language: en-US
RoxygenNote: 7.1.2
Suggests:
testthat,
knitr,
rmarkdown,
Splinets,
ggplot2,
reshape2,
RColorBrewer,
covr
VignetteBuilder: knitr
URL: https://ranibasna.github.io/ddk/, https://github.com/ranibasna/ddk