-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
executable file
·41 lines (41 loc) · 1.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
Package: spiralize
Type: Package
Title: Visualize Data on Spirals
Version: 1.1.0
Date: 2024-06-14
Authors@R: person("Zuguang", "Gu", email = "z.gu@dkfz.de", role = c("aut", "cre"),
comment = c('ORCID'="0000-0002-7395-8709"))
Depends: R (>= 4.0.0), grid
Imports: GlobalOptions (>= 0.1.1),
GetoptLong (>= 0.1.8),
circlize,
stats,
methods,
grDevices,
lubridate,
utils,
ComplexHeatmap
Suggests: knitr,
rmarkdown,
grImport,
grImport2,
jpeg,
png,
tiff,
cranlogs,
cowplot,
dendextend,
bezier,
magick,
ape
Description: It visualizes data along an Archimedean spiral <https://en.wikipedia.org/wiki/Archimedean_spiral>,
makes so-called spiral graph or spiral chart.
It has two major advantages for visualization: 1. It is able to visualize data with very long axis with high
resolution. 2. It is efficient for time series data to reveal periodic patterns.
VignetteBuilder: knitr
URL: https://github.com/jokergoo/spiralize, https://jokergoo.github.io/spiralize/
License: MIT + file LICENSE
NeedsCompilation: no
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)