Skip to content

Commit

Permalink
fix #308
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Mar 27, 2024
1 parent 4b108f3 commit 56ad78f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Fixed file access issue when checking package on CRAN
- Updated installed data file `system.file("extdata/ctrl.h5", "extdata/stim.h5")` to be of standard 10X H5 format
- Updated `quantileNorm()` automatic reference selection according to #297
- Other minor fixes
- Other minor fixes (including #308)

## rliger 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ cli_or <- function(x) cli::cli_vec(x, list("vec-last" = " or "))
call <- match.call(definition = sys.function(-1),
call = sys.call(-1), envir = parent.frame(2))
callArgs <- rlang::call_args(call)
parentFuncName <- as.list(call)[[1]]
parentFuncName <- rlang::call_name(call)
# This gives access to variable in the function operation environment
p <- parent.frame()
for (old in names(replace)) {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="https://github.com/welch-lab/liger/raw/newObj/inst/extdata/logo.png" width="120" style="display: inline;">

<a href="https://github.com/welch-lab/liger/actions/workflows/r.yml"><img src="https://github.com/welch-lab/liger/actions/workflows/r.yml/badge.svg?branch=newObj" alt="R" style="display: inline;"></a>
<a href="https://app.codecov.io/gh/mvfki/liger"><img src="https://codecov.io/gh/mvfki/liger/graph/badge.svg?token=77TTU4GY8" alt="codecov" style="display: inline;"></a>
<a href="https://github.com/welch-lab/liger/actions/workflows/r.yml"><img src="https://github.com/welch-lab/liger/actions/workflows/r.yml/badge.svg?branch=master" alt="R" style="display: inline;"></a>
<a href="https://app.codecov.io/gh/welch-lab/liger"><img src="https://codecov.io/gh/welch-lab/liger/graph/badge.svg?token=chxwVaVsGp" alt="codecov" style="display: inline;"></a>
<a href="https://cran.r-project.org/package=rliger"><img src="https://cranlogs.r-pkg.org/badges/rliger" alt="cran" style="display: inline;"></a>

# LIGER (Linked Inference of Genomic Experimental Relationships)
Expand Down
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

0 comments on commit 56ad78f

Please sign in to comment.