Skip to content

Commit

Permalink
fix: updated description to include express suggest + roxygen doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
selkamand committed May 23, 2024
1 parent faf1683 commit 10b304e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ URL: https://github.com/selkamand/ggoncoplot,
BugReports: https://github.com/selkamand/ggoncoplot/issues
Suggests:
covr,
express,
knitr,
rmarkdown,
testthat (>= 3.0.0),
Expand Down
2 changes: 1 addition & 1 deletion R/oncoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ utils::globalVariables(c("Gene", "MutationType", "Pathway", "Sample", "Tooltip",
#' @param show_axis_gene show x axis line/ticks/labels for gene barplot (flag)
#' @param show_axis_tmb show y axis line/ticks/labels for TMB barplot (flag)
#' @param cols_to_plot_metadata names of columns in metadata that should be plotted (character)
#' @param pathway a two column dataframe describing pathway. The column containing gene names should have the same name as {col_gene}
#' @param pathway a two column dataframe describing pathway. The column containing gene names should have the same name as \strong{col_gene}
#' @param col_genes_pathway which column in pathay data.frame describes gene names
#' @param colour_pathway_text colour of text describing pathways
#' @param colour_pathway_bg background fill colour of pathway strips
Expand Down
2 changes: 1 addition & 1 deletion man/ggoncoplot.Rd

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

2 changes: 1 addition & 1 deletion man/ggoncoplot_prep_df.Rd

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

0 comments on commit 10b304e

Please sign in to comment.