-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from bcbio/devel
Upgrade to usethis functions
- Loading branch information
Showing
107 changed files
with
6,265 additions
and
1,399 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: bcbioR | ||
Type: Package | ||
Title: Templates and functions to guide downstream analysis and data interpretation | ||
Version: 0.1.3 | ||
Version: 0.3.0 | ||
Authors@R: person("Pantano", "Lorena", , "[email protected]", | ||
role = c("aut", "cre")) | ||
Description: Collaborative code repository at the Harvard Chan Bioinformatics Core. | ||
|
@@ -11,23 +11,28 @@ Encoding: UTF-8 | |
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Imports: | ||
DESeq2, | ||
stringr, | ||
ggplot2, | ||
magrittr, | ||
hues, | ||
ggprism, | ||
grDevices, | ||
R.utils, | ||
readr, | ||
withr, | ||
usethis, | ||
fs, | ||
withr | ||
jsonlite, | ||
yaml, | ||
whisker, | ||
rlang, | ||
stringr, | ||
utils | ||
Suggests: | ||
hues, | ||
ggprism, | ||
ggplot2, | ||
knitr, | ||
rmarkdown, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: knitr | ||
URL: http://bcb.io/bcbioR/ | ||
Config/testthat/edition: 3 | ||
Depends: | ||
R (>= 2.10) | ||
R (>= 4.2.0) |
Empty file.
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,19 +1,20 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(bcbio_nfcore_check) | ||
export(bcbio_set_project) | ||
export(bcbio_templates) | ||
export(cb_friendly_cols) | ||
export(cb_friendly_pal) | ||
export(list_cb_friendly_cols) | ||
export(scale_color_cb_friendly) | ||
export(scale_fill_cb_friendly) | ||
import(DESeq2) | ||
import(R.utils) | ||
import(ggplot2) | ||
import(ggprism) | ||
import(hues) | ||
import(fs) | ||
import(usethis) | ||
import(whisker) | ||
import(withr) | ||
importFrom(grDevices,colorRampPalette) | ||
importFrom(magrittr,"%>%") | ||
importFrom(readr,read_csv) | ||
importFrom(stringr,str_replace_all) | ||
importFrom(utils,download.file) | ||
importFrom(utils,unzip) |
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 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.