Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install errors #39

Open
sunnyzxh opened this issue Mar 6, 2024 · 2 comments
Open

Install errors #39

sunnyzxh opened this issue Mar 6, 2024 · 2 comments

Comments

@sunnyzxh
Copy link

sunnyzxh commented Mar 6, 2024

Hi, I got the following errors when installing using devtools::install_github('junjunlab/scRNAtoolVis'), could you give me some suggestions? Thanks!

  • installing source package 'scRNAtoolVis' ...
    ** 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'
@Dooozy
Copy link

Dooozy commented Apr 26, 2024

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.

@pacmandoh
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants