Skip to content

Commit 5374549

Browse files
committed
close #29, nse tested in various scenarios and works fine
1 parent 459b489 commit 5374549

88 files changed

Lines changed: 205 additions & 182 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# categoryCompare2 0.200.8
2+
3+
- fixes a long standing non-standard evaluation bug where if you tried to use an argument in a filtering operation, it would fail if it was within another function, or run in another process (#29).
4+
15
# categoryCompare2 0.200.7
26

37
- fixes a bug where setting significant annotations where there was only a single enriched object in the combined object would return zero counts for enriched, which is not correct. Added test to verify the fix (#52).

docs/404.html

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

docs/LICENSE-text.html

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

docs/articles/command_line_interface.html

Lines changed: 80 additions & 76 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: 11 additions & 7 deletions
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/Rtmp7Pmvrm/temp_libpathde364a261413/categoryCompare2/exec"
46+
#> [1] "/tmp/RtmpaMl5II/temp_libpath1bcb8589fa92c/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"
@@ -146,9 +146,11 @@ rm -rf $WORKING
146146
#> package ‘docopt’ was built under R version 4.5.0
147147
#> Warning message:
148148
#> package ‘jsonlite’ was built under R version 4.5.0
149-
#> Error in library(categoryCompare2) :
150-
#> there is no package called ‘categoryCompare2’
151-
#> Calls: suppressMessages -> withCallingHandlers -> library
149+
#> Error: package or namespace load failed for ‘categoryCompare2’ in dyn.load(file, DLLpath = DLLpath, ...):
150+
#> unable to load shared object '/home/rmflight/.cache/R/renv/cache/v5/linux-pop-jammy/R-4.5/x86_64-pc-linux-gnu/rlang/1.1.7/34c0d101f4613098abc538b82e0d86c5/rlang/libs/rlang.so':
151+
#> /home/rmflight/.cache/R/renv/cache/v5/linux-pop-jammy/R-4.5/x86_64-pc-linux-gnu/rlang/1.1.7/34c0d101f4613098abc538b82e0d86c5/rlang/libs/rlang.so: undefined symbol: R_mkClosure
152+
#> In addition: Warning message:
153+
#> package ‘categoryCompare2’ was built under R version 4.5.2
152154
#> Execution halted
153155
#> WARNING: ignoring environment value of R_HOME
154156
#> 
[H
[2J
[3JWarning message:
@@ -487,9 +489,11 @@ rm -rf $WORKING
487489
#> package ‘docopt’ was built under R version 4.5.0
488490
#> Warning message:
489491
#> package ‘jsonlite’ was built under R version 4.5.0
490-
#> Error in library(categoryCompare2) :
491-
#> there is no package called ‘categoryCompare2’
492-
#> Calls: suppressMessages -> withCallingHandlers -> library
492+
#> Error: package or namespace load failed for ‘categoryCompare2’ in dyn.load(file, DLLpath = DLLpath, ...):
493+
#> unable to load shared object '/home/rmflight/.cache/R/renv/cache/v5/linux-pop-jammy/R-4.5/x86_64-pc-linux-gnu/rlang/1.1.7/34c0d101f4613098abc538b82e0d86c5/rlang/libs/rlang.so':
494+
#> /home/rmflight/.cache/R/renv/cache/v5/linux-pop-jammy/R-4.5/x86_64-pc-linux-gnu/rlang/1.1.7/34c0d101f4613098abc538b82e0d86c5/rlang/libs/rlang.so: undefined symbol: R_mkClosure
495+
#> In addition: Warning message:
496+
#> package ‘categoryCompare2’ was built under R version 4.5.2
493497
#> Execution halted
494498
#> WARNING: ignoring environment value of R_HOME
495499
#> 
[H
[2J
[3JWarning message:

docs/articles/gsea.html

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

docs/articles/gsea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ bp_sig@statistics@significant
208208
```
209209

210210
## Signficance Cutoffs:
211-
## padjust <= 0.001
211+
## ~padjust <= 0.001
212212
##
213213
## Counts:
214214
## g10 g48 counts

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/v2_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ bp_sig@statistics@significant
263263
```
264264

265265
## Signficance Cutoffs:
266-
## padjust <= 0.001
267-
## counts >= 2
266+
## ~padjust <= 0.001
267+
## ~counts >= 2
268268
##
269269
## Counts:
270270
## g10 g48 counts

0 commit comments

Comments
 (0)