-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 864 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 864 Bytes
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
Package: Rhdf5lib
Type: Package
Title: hdf5 library as an R package
Version: 2.1.0
Authors@R: c(
person(
"Mike", "Smith",
role = "ctb",
comment = c(ORCID = "0000-0002-7800-3848")
),
person(
"Hugo", "Gruson",
role = "cre",
email = "hugo.gruson@embl.de",
comment = c(ORCID = "0000-0002-4094-1476"))
,
person(
given = "The HDF Group",
role = "cph"
)
)
Description: Provides C and C++ hdf5 libraries.
License: Artistic-2.0
Copyright: vendor/hdf5/COPYING
LazyLoad: true
VignetteBuilder: knitr
Depends: R (>= 4.2.0)
Suggests: BiocStyle, knitr, rmarkdown, tinytest, mockery
URL: https://github.com/Huber-group-EMBL/Rhdf5lib
BugReports: https://github.com/Huber-group-EMBL/Rhdf5lib/issues
LinkingTo: biocmake
NeedsCompilation: yes
Encoding: UTF-8
biocViews: Infrastructure
RoxygenNote: 7.3.3