-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
24 lines (24 loc) · 834 Bytes
/
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
Package: raymolecule
Type: Package
Title: Parse and Render Molecular Structures in 3D
Version: 0.5.3
Date: 2024-2-18
Authors@R: c(person("Tyler", "Morgan-Wall", email = "[email protected]",
role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")))
Maintainer: Tyler Morgan-Wall <[email protected]>
Description: Downloads and parses 'SDF' (Structural Description Format) and 'PDB' (Protein Database) files for 3D rendering.
License: GPL-3
Encoding: UTF-8
Imports:
rayrender (>= 0.31.2),
magrittr,
PeriodicTable,
httr,
rayvertex (>= 0.10.4)
LazyData: true
RoxygenNote: 7.3.0
URL: http://www.raymolecule.com/,
https://github.com/tylermorganwall/raymolecule
BugReports: https://github.com/tylermorganwall/raymolecule/issues
Remotes: tylermorganwall/rayrender,
tylermorganwall/rayvertex