-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.08 KB
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.08 KB
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
Type: Package
Package: cpp11bigwig
Title: Read bigWig and bigBed Files
Version: 0.3.1.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,
S4Vectors,
tibble
Suggests:
testthat (>= 3.0.0)
LinkingTo:
cpp11
SystemRequirements: libcurl (optional, for remote file access): libcurl-devel
(rpm) or libcurl4-openssl-dev (deb)
Config/Needs/website: rnabioco/rbitemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0