Skip to content

Commit

Permalink
🐝 try fixing CRAN check doc warning again
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Jun 17, 2020
1 parent 7a1f543 commit 33442b5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-06-16.
Once it is accepted, delete this file and tag the release (commit 554dead8a8).
This package was submitted to CRAN on 2020-06-17.
Once it is accepted, delete this file and tag the release (commit 7a1f5431a0).
4 changes: 2 additions & 2 deletions R/show_sig_consensusmap.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#' Show Signature Consensus Map
#'
#' This function is a wrapper of [NMF::consensusmap].
#' This function is a wrapper of `NMF::consensusmap()`.
#'
#' @inheritParams NMF::consensusmap
#' @param sig a `Signature` object obtained from [sig_extract].
#' @param lab_row labels for the rows.
#' @param lab_col labels for the columns.
#' @param ... other parameters passing to `NMF::consensusmap`.
#' @param ... other parameters passing to `NMF::consensusmap()`.
#'
#' @return nothing
#' @export
Expand Down
6 changes: 6 additions & 0 deletions R/show_sig_number_survey2.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
#' @param x a `data.frame` or `NMF.rank` object obtained from [sig_estimate()].
#' @param y for random simulation,
#' a `data.frame` or `NMF.rank` object obtained from [sig_estimate()].
#' @param what a character vector whose elements partially match one of the following item,
#' which correspond to the measures computed by `summary()` on each – multi-run – NMF result:
#' 'all', 'cophenetic', 'rss', 'residuals', 'dispersion', 'evar', 'silhouette'
#' (and more specific `*.coef`, `*.basis`, `*.consensus`), 'sparseness'
#' (and more specific `*.coef`, `*.basis`).
#' It specifies which measure must be plotted (what='all' plots all the measures).
#' @inheritParams NMF::nmfEstimateRank
#'
#' @return a `ggplot` object
Expand Down
4 changes: 2 additions & 2 deletions man/show_sig_consensusmap.Rd

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

16 changes: 6 additions & 10 deletions man/show_sig_number_survey2.Rd

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

0 comments on commit 33442b5

Please sign in to comment.