Skip to content

Commit ffc1ade

Browse files
committed
regen docs
1 parent 58c28b9 commit ffc1ade

10 files changed

Lines changed: 20 additions & 20 deletions

docs/articles/command_line_interface.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/command_line_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install.packages("docopt")
4343

4444
cli_location = system.file("exec", package = "categoryCompare2")
4545
cli_location
46-
#> [1] "/tmp/RtmpaMl5II/temp_libpath1bcb8589fa92c/categoryCompare2/exec"
46+
#> [1] "/tmp/Rtmp34MAZU/temp_libpath2269b7baf8d9/categoryCompare2/exec"
4747
dir(cli_location)
4848
#> [1] "categoryCompare2.R" "create_annotations.R" "feature_files_2_json.R"
4949
#> [4] "filter_and_group.R" "run_enrichment.R"

docs/articles/gsea.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/v2_guide.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/v2_visnetwork_guide.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/v2_visnetwork_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## categoryCompare2: Alternative Visualization
44

5-
Authored by: **Robert M Flight** `<rflight79@gmail.com>` on 2026-04-30
6-
18:32:38.732368
5+
Authored by: **Robert M Flight** `<rflight79@gmail.com>` on 2026-05-01
6+
09:23:54.921927
77

88
### Introduction
99

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ articles:
66
gsea: gsea.html
77
v2_guide: v2_guide.html
88
v2_visnetwork_guide: v2_visnetwork_guide.html
9-
last_built: 2026-04-30T22:24Z
9+
last_built: 2026-05-01T13:18Z
1010
urls:
1111
reference: https://moseleybioinformaticslab.github.io/categoryCompare2/reference
1212
article: https://moseleybioinformaticslab.github.io/categoryCompare2/articles

docs/reference/multi_query_list.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/multi_query_list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ evaluation so that we can define appropriate expressions.
77
## Usage
88

99
``` r
10-
multi_query_list(list_to_query, ...)
10+
multi_query_list(list_to_query, queries)
1111
```
1212

1313
## Arguments
@@ -16,9 +16,9 @@ multi_query_list(list_to_query, ...)
1616

1717
the list to run the query on
1818

19-
- ...:
19+
- queries:
2020

21-
the expressions that do the queries
21+
the expressions that do the queries (as rlang::enquos)
2222

2323
## Value
2424

docs/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)