Skip to content

Commit

Permalink
final final cran fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GRvanderPloeg committed Sep 15, 2024
1 parent 4f72204 commit 9d89e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/importPhyloseq.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' * 'mode3': metadata of the third mode
#' @export
#'
#' @examplesIf rlang::is_installed("phyloseq")
#' @examplesIf FALSE
#' library(phyloseq)
#' data(GlobalPatterns)
#' GP = GlobalPatterns
Expand Down
2 changes: 1 addition & 1 deletion R/importTreeSummarizedExperiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' * 'mode3': metadata of the third mode
#' @export
#'
#' @examplesIf rlang::is_installed("TreeSummarizedExperiment")
#' @examplesIf FALSE
#' library(TreeSummarizedExperiment)
#'
#' fakeOTU = t(rTensor::k_unfold(rTensor::as.tensor(Fujita2023$data), 2)@data)
Expand Down

0 comments on commit 9d89e55

Please sign in to comment.