-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.24 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
Package: FacileViz
Type: Package
Title: Interactive vizualizations for FacileData
Version: 0.98.5
Authors@R: c(
person("Steve", "Lianoglou", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-0924-1754")),
person("Aratus Informatics", role = c("cph", "fnd"), comment = "2023+"),
person("Denali Therapeutics", role = c("cph", "fnd"), comment = "2018 - 2022"))
Description: This package provides basic methods that generate interactive
vizualizations for FacileData. The "workhorse" method is the "vizualize" S3
generic method defined within, which must return FacileViz (or subclass)
objects. Note that the only facile-dependency for this package must be
FacileData. Other packages in the ecosystem will import/depend on this.
URL: https://github.com/facilebio/FacileViz
BugReports: https://github.com/facilebio/FacileViz/issues
Depends:
R (>= 4.2.0)
Imports:
checkmate,
broom,
circlize,
dplyr,
DT,
FacileData,
knitr,
ggplot2,
RColorBrewer,
plotly (>= 4.9.0),
scales,
tidyr
Suggests:
knitr,
rmarkdown,
testthat
Remotes:
facilebio/FacileData
License: Apache Version 2.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3