forked from sbg/biocompute
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.35 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: biocompute
Type: Package
Title: Create and Manipulate BioCompute Objects
Version: 1.0.4
Authors@R: c(
person("Soner", "Koc", email = "[email protected]", role = c("aut", "cre")),
person("Nan", "Xiao", role = c("aut")),
person("Dennis", "Dean", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-7621-9717")),
person("Seven Bridges Genomics", role = c("cph", "fnd"))
)
Maintainer: Soner Koc <[email protected]>
Description: Tools to create, validate, and export BioCompute Objects
described in King et al. (2019) <doi:10.17605/osf.io/h59uh>.
Users can encode information in data frames, and compose
BioCompute Objects from the domains defined by the standard.
A checksum validator and a JSON schema validator are provided.
This package also supports exporting BioCompute Objects as JSON,
PDF, HTML, or 'Word' documents, and exporting to cloud-based platforms.
License: AGPL-3
VignetteBuilder: knitr
URL: https://sbg.github.io/biocompute/, https://github.com/sbg/biocompute
BugReports: https://github.com/sbg/biocompute/issues
Encoding: UTF-8
LazyData: true
Imports:
methods,
jsonlite,
yaml,
digest,
uuid,
jsonvalidate,
httr,
curl,
crayon,
cli,
stringr,
magrittr,
rmarkdown
Suggests:
knitr
RoxygenNote: 7.1.1