Skip to content

Commit

Permalink
Extend spellcheck list
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Dec 5, 2020
1 parent bcdbaa6 commit 8a1b56c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ compare_between_intersections = function(data, intersect, test=kruskal.test, tes

#' Test for differences between intersections
#'
#' This is a wrapper around `compare_between_intersections()`, adding sorting by fdr, warnings, etc.
#' This is a wrapper around `compare_between_intersections()`, adding sorting by FDR, warnings, etc.
#' @inheritParams upset_data
#' @inheritDotParams compare_between_intersections
#' @export
Expand Down
6 changes: 6 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ vdiffr
Lex
ComplexHeatmap
geoms
Diggs
ggplot
et al
cowplot
codecov
VCG
2 changes: 1 addition & 1 deletion man/upset_test.Rd

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

2 changes: 1 addition & 1 deletion vignettes/Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"- the first argument is expected to be a dataframe with both group indicator variables and covariates,\n",
"- the second argument specifies a list with names of column which indicate the group membership.\n",
"\n",
"Additional arguments can be provided, such as `name` (specifies xlab for intersection matrix) or `width_ratio` (specifies how much space should be occupied by the set size panel). Other such arguments are discussed at length later in this document."
"Additional arguments can be provided, such as `name` (specifies `xlab()` for intersection matrix) or `width_ratio` (specifies how much space should be occupied by the set size panel). Other such arguments are discussed at length later in this document."
]
},
{
Expand Down

0 comments on commit 8a1b56c

Please sign in to comment.