Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending de templates #39

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ docs
/doc/
/Meta/
.DS*
inst/rmarkdown/templates/rnaseq/skeleton/DE/Multiplicative_DGE_Analysis.Rmd
tests/*
.Rdata
.httr-oauth
.DS_Store
.quarto
11 changes: 8 additions & 3 deletions DESCRIPTION
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.2.0
Authors@R: person("Pantano", "Lorena", , "[email protected]",
role = c("aut", "cre"))
Description: Collaborative code repository at the Harvard Chan Bioinformatics Core.
Expand All @@ -20,8 +20,13 @@ Imports:
grDevices,
R.utils,
readr,
withr,
usethis,
fs,
withr
jsonlite,
yaml,
whisker,
rlang
Suggests:
knitr,
rmarkdown,
Expand All @@ -30,4 +35,4 @@ VignetteBuilder: knitr
URL: http://bcb.io/bcbioR/
Config/testthat/edition: 3
Depends:
R (>= 2.10)
R (>= 4.3.1)
5 changes: 4 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# 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)
export(use_bcbio_analysis)
export(use_bcbio_projects)
import(DESeq2)
import(R.utils)
import(fs)
import(ggplot2)
import(ggprism)
import(hues)
import(usethis)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%>%")
importFrom(readr,read_csv)
Expand Down
2 changes: 2 additions & 0 deletions R/bcbioR-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
## usethis namespace: end
#' @import DESeq2
#' @import ggplot2
#' @import usethis
#' @import fs
#' @import hues
#' @import ggprism
#' @import R.utils
Expand Down
167 changes: 0 additions & 167 deletions R/hello.R

This file was deleted.

Loading
Loading