generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
8 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,12 +1,28 @@ | ||
Package: BuildABiocWorkshop | ||
Title: Bioconductor or R Workshop Template and Github Actions | ||
Package: SCDNEY Workshop | ||
Title: Unlocking insights for single cell and spatial data with scFeatures | ||
Version: 2.0.0 | ||
Authors@R: | ||
person(given = "Sean", | ||
family = "Davis", | ||
Authors@R: c( | ||
person(given = "Yue", | ||
family = "Cao", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-8991-6458")) | ||
email = "[email protected]"), | ||
person(given = "Andy", | ||
family = "Tran", | ||
role = c("aut"), | ||
email = "[email protected]"), | ||
person(given = "Helen", | ||
family = "Fu", | ||
role = c("aut"), | ||
email = "[email protected]"), | ||
person(given = "Nicholas Robertson", | ||
family = "Cao", | ||
role = c("aut"), | ||
email = "[email protected]"), | ||
person(given = "Jean", | ||
family = "Yang", | ||
role = c("aut"), | ||
email = "[email protected]") | ||
) | ||
Description: This package serves as a template for using github actions to | ||
prepare a Bioconductor Workshop package for use. In particular, | ||
a pkgdown website and docker image are generated based on workflow | ||
|
@@ -27,5 +43,23 @@ BugReports: https://github.com/seandavi/BuildABiocWorkshop/issues/new/choose | |
VignetteBuilder: knitr | ||
DockerImage: ghcr.io/seandavi/buildabiocworkshop:latest | ||
Imports: | ||
SingleCellExperiment, | ||
ggplot2, | ||
scFeatures, | ||
SingleCellExperiment | ||
ClassifyR, | ||
lisaClust, | ||
ggthemes, | ||
spicyR, | ||
dplyr, | ||
limma, | ||
plotly, | ||
scattermore, | ||
tidyr, | ||
survival, | ||
survminer, | ||
spatstat.explore, | ||
spatstat.geom, | ||
scater, | ||
scran, | ||
SPOTlight, | ||
reshape |