Skip to content

Commit

Permalink
passing R CMD check locally
Browse files Browse the repository at this point in the history
  • Loading branch information
shackett committed Apr 22, 2024
1 parent 4548b0f commit 5994d56
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export(plot_heatmap)
export(plot_univariate)
export(plotsaverInput)
export(plotsaverServer)
export(reform_tidy_omic)
export(remove_missing_values)
export(shiny_filter_test)
export(shiny_ggbiv_test)
Expand Down
2 changes: 1 addition & 1 deletion R/data_classes.R
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ infer_tomic_table_type <- function(tomic, tomic_table) {
#'
#' @param tidy_data A tibble containing measurements along with sample metadata. This
#' table can be obtained as the "data" attribute from a romic "tidy_omic" object.
#' @inheritParams romic::check_design
#' @inheritParams check_design
#'
#' @details This is handy for passing data and metadata through approaches like parsnip
#' which expect data to be formatted as a data.frame
Expand Down
28 changes: 28 additions & 0 deletions man/reform_tidy_omic.Rd

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

1 change: 0 additions & 1 deletion tests/testthat/test-dim_reduction.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ test_that("Matrices keys are reconstructed with appropriate classes", {
expect_s3_class(imputed_tomic, "triple_omic")
}


})

0 comments on commit 5994d56

Please sign in to comment.