-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 1.07 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
43
44
45
46
47
48
49
50
51
Package: bedtorch
Type: Package
Title: R package for fast BED-file manipulation
Date: 2021-04-03
Version: 0.1.12.12
Authors@R:
person(given = "Haizi",
family = "Zheng",
role = c("aut", "cre"),
email = "haizi.zh@gmail.com")
Description: The goal of bedtorch is to provide a fast BED file manipulation tool suite native in R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends:
R (>= 4.0)
Imports:
stringr,
readr,
dplyr,
purrr,
tidyr,
data.table,
R.utils,
assertthat,
Rcpp,
Rhtslib12 (>= 1.23.2),
RCurl,
GenomicRanges,
GenomeInfoDb,
S4Vectors,
curl
Suggests:
testthat (>= 3.0.0),
devtools (>= 2.3.0),
zoo
Config/testthat/edition: 3
URL: https://github.com/haizi-zh/bedtorch
BugRePORTS: https://github.com/haizi-zh/bedtorch/issues
BiocType: Software
Remotes:
haizi-zh/Rhtslib12,
bioc::GenomicRanges,
bioc::GenomeInfoDb,
bioc::S4Vectors
LinkingTo:
Rcpp,
Rhtslib12
SystemRequirements: GNU make