Skip to content

Commit 0270570

Browse files
committed
Solve Bioc error
1 parent 9a5c96e commit 0270570

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/plotly_methods.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
#' @return `plotly`
55
#'
66
#' @examples
7-
#' # TODO
7+
#' data(pasilla)
8+
#' plot_ly(pasilla)
89
#'
910
#' @importFrom plotly plot_ly
1011
#' @export

R/tidyr_methods.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ extract.SummarizedExperiment <- function(data, col,
432432
#' @inherit tidyr::pivot_longer
433433
#' @return `tidySummarizedExperiment`
434434
#'
435-
#' @export
436435
#' @examples
437436
#' # See vignette("pivot") for examples and explanation
438437
#' library(dplyr)
@@ -478,7 +477,6 @@ pivot_longer.SummarizedExperiment <- function(data,
478477
#' @inherit tidyr::pivot_wider
479478
#' @return `tidySummarizedExperiment`
480479
#'
481-
#' @export
482480
#' @examples
483481
#' # See vignette("pivot") for examples and explanation
484482
#' library(dplyr)

man/plotly.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)