Skip to content

Commit

Permalink
fix: things that upset linter
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-zhu committed Mar 1, 2024
1 parent 1912b54 commit 0f65643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/accumulate.zscores.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' \item{Sample}{Sample IDs defined by the rownames of `zscores.corrected`}
#' \item{Sum}{Sum of z-scores}
#' }
#'
#'
#' @export
accumulate.zscores <- function(zscores.corrected, filename = NULL) {

Expand Down
4 changes: 2 additions & 2 deletions R/fit.and.evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
#' @param quality.scores The accumulated QC scores, the output of accumulate.zscores
#' @param distributions A vector of distributions to fit and test
#' @param trim.factor The fraction of extremes on each end to trim before fitting
#'
#'
#' @return A dataframe of the results with the following columns
#' \describe{
#' \item{distribution}{Name of the fitted distribution}
#' \item{KS.rejected}{Whether the Kolmogorov-Smirnov test rejects the fit; see `fitdistrplus::gofstat` - kstest}
#' \item{BIC.value}{Bayesian Information Criterion}
#' \item{BIC.value}{Bayesian Information Criterion}
#' }
#'
#' @export
Expand Down

0 comments on commit 0f65643

Please sign in to comment.