-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.06 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
Package: md2s
Type: Package
Title: Multi-Dataset Multidimensional Scaling
Version: 0.1
Authors@R: c(
person("Ted", "Enamorado", email = "[email protected]", role = "aut"),
person("Gabriel", "López-Moctezuma", email = "[email protected]", role = "aut"),
person("Marc", "Ratkovic", email = "[email protected]", role = "aut"),
person("Peter", "Bachman", email = "[email protected]", role = "cre"),
person("Patrick", "Edwards", email = "[email protected]", role = "ctb"),
person("Zion", "Little", email = "[email protected]", role = "ctb"),
person("Cecilia", "Sui", email = "[email protected]", role = "ctb"),
person("Evan", "Jo", email = "[email protected]", role = "ctb"))
Description: What the package does (one paragraph).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Collate:
'md2s-package.R'
'md2s.R'
'md2sInner.R'
'md2sPermute.R'
'utils.R'
Imports:
doParallel,
foreach,
irlba,
MASS,
parallel,
Matrix,
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3