Skip to content

Commit 67b9bd9

Browse files
committed
Update DESCRIPTION for Roxygen version, adjust NEWS for Bioconductor 3.22 release, enhance documentation for as_tibble and ggplot methods, and add new import for cli package.
1 parent e15d0a0 commit 67b9bd9

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Biarch: true
5656
biocViews: AssayDomain, Infrastructure, RNASeq, DifferentialExpression, GeneExpression, Normalization, Clustering, QualityControl, Sequencing, Transcription, Transcriptomics
5757
Encoding: UTF-8
5858
LazyData: true
59-
RoxygenNote: 7.3.1
59+
RoxygenNote: 7.3.2
6060
Roxygen: list(markdown = TRUE)
6161
LazyDataCompression: xz
6262
URL: https://github.com/stemangiola/tidySummarizedExperiment

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ importFrom(SummarizedExperiment,elementMetadata)
6060
importFrom(SummarizedExperiment,rbind)
6161
importFrom(SummarizedExperiment,rowData)
6262
importFrom(SummarizedExperiment,rowRanges)
63+
importFrom(cli,col_br_black)
6364
importFrom(dplyr,count)
6465
importFrom(dplyr,distinct)
6566
importFrom(dplyr,distinct_at)

inst/NEWS.rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\name{NEWS}
22
\title{News for Package \pkg{tidySummarizedExperiment}}
33

4-
\section{Changes in version 1.16.0, Bioconductor 3.17 Release}{
4+
\section{Changes in version 1.16.0, Bioconductor 3.22 Release}{
55
\itemize{
66
\item Prepared for ggplot2 4.0.0 compatibility with S7 methods.
77
\item Added conditional S7 method for ggplot while maintaining S3 method for current ggplot2 versions.

man/as_tibble.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/formatting.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ggplot.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)