-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
43 lines (43 loc) · 1.33 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
Package: r3dmol
Title: Create Interactive 3D Visualizations of Molecular Data
Version: 0.2.0
Authors@R:
c(person(given = "Wei",
family = "Su",
role = c("aut", "cre"),
email = "swsoyee@gmail.com",
comment = c(ORCID = "0000-0002-9302-5332")),
person(given = "Brady",
family = "Johnston",
role = "aut",
email = "brady.johnston@me.com",
comment = c(ORCID = "0000-0001-6301-2269")))
Maintainer: Wei Su <swsoyee@gmail.com>
Description: Create rich and fully interactive 3D visualizations of molecular data.
Visualizations can be included in Shiny apps and R markdown documents, or viewed
from the R console and 'RStudio' Viewer. 'r3dmol' includes an extensive API
to manipulate the visualization after creation, and supports getting data out of
the visualization into R. Based on the '3dmol.js' and the 'htmlwidgets' R package.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
htmlwidgets,
magrittr,
methods,
bio3d,
rjson
Suggests:
knitr,
rmarkdown,
shiny,
colourpicker,
covr,
testthat
VignetteBuilder: knitr
Depends:
R (>= 2.10)
URL: https://github.com/swsoyee/r3dmol
BugReports: https://github.com/swsoyee/r3dmol/issues