Skip to content

Commit f0eeecb

Browse files
committed
resovle R CMD test warnings
1 parent d7c1b50 commit f0eeecb

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ importFrom(purrr,map2_chr)
4848
importFrom(purrr,map_chr)
4949
importFrom(purrr,map_int)
5050
importFrom(purrr,reduce)
51-
importFrom(purrr,when)
5251
importFrom(rlang,enquo)
5352
importFrom(rlang,names2)
5453
importFrom(stats,setNames)

R/se_airway.R

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
#' Example SummarizedExperiment Dataset
1+
#' Example SummarizedExperiment dataset
22
#'
3-
#' This dataset contains scaled RNA-seq counts for airway samples.
3+
#' Scaled RNA-seq counts for airway samples packaged as a
4+
#' \link[SummarizedExperiment]{SummarizedExperiment}.
45
#'
6+
#' @docType data
7+
#' @name se_airway
8+
#' @usage data(se_airway)
59
#' @format A SummarizedExperiment object with:
610
#' \describe{
711
#' \item{assays}{A matrix of scaled counts}
812
#' \item{colData}{Sample metadata (cell type, treatment, etc.)}
913
#' }
10-
#' @source Airway dataset
14+
#' @keywords datasets
15+
#' @source airway package
1116
"se_airway"

man/se_airway.Rd

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

0 commit comments

Comments
 (0)