-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.73 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
Type: Package
Package: valr
Title: Genome Interval Arithmetic
Version: 0.8.3
Authors@R: c(
person("Jay", "Hesselberth", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-6299-179X")),
person("Kent", "Riemondy", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0750-1273")),
person("RNA Bioscience Initiative", role = c("fnd", "cph"))
)
Description: Read and manipulate genome intervals and signals. Provides
functionality similar to command-line tool suites within R, enabling
interactive analysis and visualization of genome-scale data. Riemondy
et al. (2017) <doi:10.12688/f1000research.11997.1>.
License: MIT + file LICENSE
URL: https://github.com/rnabioco/valr/,
https://rnabioco.github.io/valr/
BugReports: https://github.com/rnabioco/valr/issues
Depends: R (>= 4.0.0)
Imports: broom, cli, cpp11bigwig, dplyr (>= 0.8.0), ggplot2, lifecycle,
Rcpp (>= 1.0.0), readr, rlang, stringr, tibble (>= 1.4.2)
Suggests: bench, covr, cowplot, curl, DBI, dbplyr, devtools, DT,
GenomicRanges, IRanges, knitr, purrr, RMariaDB, rmarkdown,
S4Vectors, testthat (>= 3.0.0), vdiffr (>= 1.0.0), tidyr
biocViews:
LinkingTo: Rcpp (>= 1.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/Needs/website: r-lib/pkgdown, rnabioco/rbitemplate
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-01-08 14:32:04 UTC; kriemo
Author: Jay Hesselberth [aut] (<https://orcid.org/0000-0002-6299-179X>),
Kent Riemondy [aut, cre] (<https://orcid.org/0000-0003-0750-1273>),
RNA Bioscience Initiative [fnd, cph]
Maintainer: Kent Riemondy <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-11 15:40:02 UTC