Skip to content

Commit

Permalink
bump version, improve checkability
Browse files Browse the repository at this point in the history
  • Loading branch information
vjcitn committed Jul 24, 2023
1 parent 2a6e425 commit 9a4103c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: BiocPyInterop
Title: Bioc 2023 conference workshop on python interoperation
Version: 0.0.2
Version: 0.0.3
Authors@R:
person(given = "Vincent",
family = "Carey",
Expand All @@ -15,11 +15,14 @@ LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
basilisk, BiocHail, scviR
R (>= 4.2.0)
Suggests:
knitr,
rmarkdown,
pkgdown
Imports:
methods, scater, basilisk, BiocHail, scviR, SingleCellExperiment,
S4Vectors
URL: https://vjcitn.github.io/BiocPyInterop/
BugReports: https://github.com/vjcitn/BiocPyInterop/issues/new/choose
VignetteBuilder: knitr
Expand Down
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Generated by roxygen2: do not edit by hand

export(setup_vicite)
import(BiocHail)
import(S4Vectors)
import(SingleCellExperiment)
import(basilisk)
import(methods)
import(scviR)
importFrom(scater,sumCountsAcrossCells)
5 changes: 5 additions & 0 deletions R/setup_vicite.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#' 5k PBMC data) with cells held in common with the OSCA ch12 CITE-seq example
#' @importFrom scater sumCountsAcrossCells
#' @import scviR
#' @import basilisk
#' @import BiocHail
#' @import methods
#' @import S4Vectors
#' @import SingleCellExperiment
#' @examples
#' ss = setup_vicite()
#' ss
Expand Down

0 comments on commit 9a4103c

Please sign in to comment.