Skip to content

Commit

Permalink
add deps and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-robo committed Oct 12, 2023
1 parent fc977dd commit 17f1b22
Showing 1 changed file with 42 additions and 8 deletions.
50 changes: 42 additions & 8 deletions DESCRIPTION
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
Expand All @@ -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

0 comments on commit 17f1b22

Please sign in to comment.