-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
95 lines (95 loc) · 2.26 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Package: nexus
Title: Sourcing Archaeological Materials by Chemical Composition
Version: 0.4.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
person("Anne", "Philippe", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-5331-5087")),
person("Brice", "Lebrun", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Maintainer: Nicolas Frerebeau <[email protected]>
Description: Exploration and analysis of compositional data in the
framework of Aitchison (1986, ISBN: 978-94-010-8324-9). This package
provides tools for chemical fingerprinting and source tracking of
ancient materials.
License: GPL (>= 3)
URL: https://packages.tesselle.org/nexus/,
https://github.com/tesselle/nexus
BugReports: https://github.com/tesselle/nexus/issues
Depends:
R (>= 3.5),
dimensio (>= 0.11.0)
Imports:
arkhe (>= 1.9.0),
graphics,
grDevices,
isopleuros (>= 1.3.0),
khroma (>= 1.15.0),
methods,
MASS,
stats,
utils
Suggests:
cluster,
folio (>= 1.5.0),
igraph,
knitr,
markdown,
rsvg,
svglite,
tinysnapshot,
tinytest
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
'aggregate.R'
'barplot.R'
'chemistry.R'
'coerce.R'
'condense.R'
'covariance.R'
'data.R'
'describe.R'
'dist.R'
'graph.R'
'group.R'
'hist.R'
'margin.R'
'mean.R'
'mix.R'
'mutators.R'
'nexus-internal.R'
'nexus-package.R'
'outliers.R'
'pairs.R'
'pca.R'
'plot.R'
'quantile.R'
'reexport.R'
'replace.R'
'scale.R'
'show.R'
'simplex.R'
'split.R'
'subset.R'
'summary.R'
'transform_alr.R'
'transform_clr.R'
'transform_ilr.R'
'transform_inverse.R'
'transform_lr.R'
'transform_plr.R'
'validate.R'
'variance.R'
'variation.R'
'zzz.R'