Open sunnyzxh opened 8 months ago
I also encountered this issue in installing v0.7 and v0.6, and then I resolved it by using the version 0.0.4 of the package.
hi @sunnyzxh @sunnyzxh , According to the error information, your R version should be too low, the |>
pipe character is introduced in R (4.1.0)
Hi, I got the following errors when installing using devtools::install_github('junjunlab/scRNAtoolVis'), could you give me some suggestions? Thanks!
using staged installation
R
Error in parse(outFile) :
/tmp/RtmpbmOAIH/R.INSTALL1db9667304131/scRNAtoolVis/R/featurePlot.R:145:19: unexpected '>'
144: quantile_val <- quantile(mer[,gene_mtx[i,j]],probs = quantile.val)
145: mer <- mer |>
^
ERROR: unable to collate and parse R files for package 'scRNAtoolVis'