-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 937 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
25
26
27
28
29
30
Type: Package
Package: cpp11bigwig
Title: Read bigWig and bigBed Files
Version: 0.0.0.9000
Authors@R: c(
person("Jay", "Hesselberth", , "jay.hesselberth@gmail.com", role = c("aut", "cre")),
person("RNA Bioscience Initiative", role = c("fnd", "cph")),
person("Devon", "Ryan", role = "cph")
)
Description: Read bigWig and bigBed files using "libBigWig"
<https://github.com/dpryan79/libBigWig>. Provides lightweight access
to the binary bigWig and bigBed formats developed by the UCSC Genome
Browser group.
License: MIT + file LICENSE
URL: https://rnabioco.github.io/cpp11bigwig/,
https://github.com/rnabioco/cpp11bigwig
BugReports: https://github.com/rnabioco/cpp11bigwig/issues
Imports:
GenomicRanges,
IRanges,
tibble
Suggests:
testthat (>= 3.0.0)
LinkingTo:
cpp11
Config/Needs/website: rnabioco/rbitemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.2