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

line 86 > mistake #48

Open
bonushenricus opened this issue May 1, 2023 · 3 comments
Open

line 86 > mistake #48

bonushenricus opened this issue May 1, 2023 · 3 comments

Comments

@bonushenricus
Copy link

Dear GuangchuangYu
there is a little bit mistake:
Error in parse(outFile) :
/tmp/RtmpnV7Ck5/R.INSTALL2eb2d24f4f4/ggimage/R/geom_phylopic.R:86:8: unexpected '>'
85: }
86: ) |>

@GaryNapier
Copy link

Hi,

I am also getting the same error when trying to install the ggimage package:

I have tried the two recommended installations on the github page:

## include BioC repo for dependencies
setRepositories(ind=1:2)
install.packages("ggimage")
  
setRepositories(ind=1:2)
## install.packages("devtools")
devtools::install_github("GuangchuangYu/ggimage")

But each time I get the following error:

installing the source package ‘ggimage’

trying URL 'https://cran.rstudio.com/src/contrib/ggimage_0.3.2.tar.gz'
Content type 'application/x-gzip' length 73717 bytes (71 KB)
==================================================
downloaded 71 KB

* installing *source* package ‘ggimage’ ...
** package ‘ggimage’ successfully unpacked and MD5 sums checked
** using staged installation
** R
Error in parse(outFile) : 
  /private/var/folders/n4/1tvjkhg54n964cft9k1mc58h0000gn/T/Rtmpm2kOzU/R.INSTALLe4465a228ec1/ggimage/R/geom_phylopic.R:86:8: unexpected '>'
85:       }
86:     ) |>
           ^
ERROR: unable to collate and parse R files for package ‘ggimage’

Many thanks

@ShaoKhan123
Copy link

Have the exact same issue over here unfortunately, tried many different approaches.

@mbrandt00
Copy link

I'm having the same issue as well

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

4 participants