Skip to content

Commit

Permalink
version bump...
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlandis committed Oct 23, 2024
1 parent 24e9419 commit bd146c5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: plyxp
Title: Data masks for SummarizedExperiment enabling dplyr-like manipulation
Version: 0.99.22
Version: 0.99.23
Authors@R: c(
person("Justin", "Landis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5501-4934")),
Expand Down
11 changes: 0 additions & 11 deletions R/reexports-SummarizedExperiment.R
Original file line number Diff line number Diff line change
@@ -1,46 +1,35 @@
# The following functions should
# be available to users from our package

#' @noRd
#' @export
SummarizedExperiment::SummarizedExperiment

#' @noRd
#' @export
SummarizedExperiment::assay

#' @noRd
#' @export
SummarizedExperiment::`assay<-`

#' @noRd
#' @export
SummarizedExperiment::assays

#' @noRd
#' @export
SummarizedExperiment::`assays<-`

#' @noRd
#' @export
SummarizedExperiment::rowData

#' @noRd
#' @export
SummarizedExperiment::`rowData<-`

#' @noRd
#' @export
SummarizedExperiment::colData

#' @noRd
#' @export
SummarizedExperiment::`colData<-`

#' @noRd
#' @export
S4Vectors::metadata

#' @noRd
#' @export
S4Vectors::`metadata<-`
31 changes: 26 additions & 5 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd146c5

Please sign in to comment.