Skip to content

Commit 8a1b56c

Browse files
committed
Extend spellcheck list
1 parent bcdbaa6 commit 8a1b56c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

R/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ compare_between_intersections = function(data, intersect, test=kruskal.test, tes
6363

6464
#' Test for differences between intersections
6565
#'
66-
#' This is a wrapper around `compare_between_intersections()`, adding sorting by fdr, warnings, etc.
66+
#' This is a wrapper around `compare_between_intersections()`, adding sorting by FDR, warnings, etc.
6767
#' @inheritParams upset_data
6868
#' @inheritDotParams compare_between_intersections
6969
#' @export

inst/WORDLIST

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ vdiffr
1212
Lex
1313
ComplexHeatmap
1414
geoms
15+
Diggs
16+
ggplot
17+
et al
18+
cowplot
19+
codecov
20+
VCG

man/upset_test.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/Examples.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"- the first argument is expected to be a dataframe with both group indicator variables and covariates,\n",
2626
"- the second argument specifies a list with names of column which indicate the group membership.\n",
2727
"\n",
28-
"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."
28+
"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."
2929
]
3030
},
3131
{

0 commit comments

Comments
 (0)