-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusted Vignettes and removed unnecessary dependencies
- Loading branch information
Michael Piechotta
committed
Feb 12, 2022
1 parent
1757de2
commit 9fbe3d2
Showing
12 changed files
with
383 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: JACUSA2helper | ||
Type: Package | ||
Title: Post-processing for JACUSA2 output | ||
Version: 1.9.9.9100 | ||
Version: 1.9.9.9200 | ||
Depends: R (>= 3.5) | ||
Date: 2022-01-26 | ||
Date: 2022-02-11 | ||
Authors@R: c(person("Michael", "Piechotta", email = "[email protected]", role = c("aut", "cre")), | ||
person("Qi", "Wang", role = c("ctb")), | ||
person("Christoph", "Dieterich", role = c("ctb")), | ||
person("Dieterich Lab", role = c("fnd"))) | ||
Description: This package enables post-processing of JACUSA2 output: read, filter, plot, write. | ||
Description: This package enables post-processing of JACUSA2 output: read, filter, and plot. | ||
URL: https://github.com/dieterich-lab/JACUSA2helper, https://dieterich-lab.github.io/JACUSA2helper/ | ||
BugReports: https://github.com/dieterich-lab/JACUSA2helper/issues | ||
License: GPL-3 + file LICENSE | ||
|
@@ -18,27 +18,25 @@ LazyData: true | |
LazyDataCompression: bzip2 | ||
biocViews: | ||
Imports: | ||
curl, | ||
data.table, | ||
tibble, | ||
tidyr, | ||
dplyr, | ||
rlang, | ||
magrittr, | ||
stringr, | ||
Rcpp, | ||
GenomicRanges, | ||
IRanges, | ||
plyranges, | ||
methods | ||
plyranges | ||
Suggests: | ||
ggplot2, | ||
scales, | ||
Rsamtools, | ||
testthat (>= 2.1.0), | ||
knitr, | ||
VennDiagram, | ||
reshape2, | ||
rmarkdown, | ||
markdown, | ||
NMF, | ||
BSgenome, | ||
BSgenome.Hsapiens.NCBI.GRCh38 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.