-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.53 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
Package: Ternary
Version: 2.3.3.9000
Title: Create Ternary and Holdridge Plots
Description: Plots ternary diagrams (simplex plots / Gibbs triangles) and
Holdridge life zone plots <doi:10.1126/science.105.2727.367> using the
standard graphics functions.
Allows custom annotation, interpolating, contouring and scaling of plotting
region.
Includes a 'Shiny' user interface for point-and-click ternary plotting.
An alternative to 'ggtern', which uses the 'ggplot2' family of plotting
functions.
URL:
https://ms609.github.io/Ternary/,
https://github.com/ms609/Ternary/
BugReports: https://github.com/ms609/Ternary/issues/
Authors@R: c(person("Martin R.", "Smith",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-5660-1727")
),
person("Lilian", "Sanselme", role = "ctb")
)
License: GPL (>= 2)
Language: en-GB
Depends: R (>= 3.6.0)
Imports:
PlotTools (>= 0.2.0),
RcppHungarian,
shiny,
sp,
Suggests:
colourpicker,
knitr,
readxl,
rmarkdown,
shinyjs,
spelling,
testthat (>= 3.0),
vdiffr,
Config/Needs/check: rcmdcheck
Config/Needs/coverage: covr
Config/Needs/memcheck: devtools, rcmdcheck
Config/Needs/metadata: codemeta
Config/Needs/revdeps: revdepcheck
Config/Needs/website: pkgdown
Config/testthat/edition: 3
Config/testthat/parallel: false
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)