Hey, I am trying to install ggraph for clusterProfiler but came across this issue:
installing to /home/rstudio/R/x86_64-pc-linux-gnu-library/4.0/00LOCK-ggraph/00new/ggraph/libs
** R
Error in parse(outFile) :
/tmp/Rtmp5JbfQ3/R.INSTALL3afc51d14a28/ggraph/R/edges.R:208:21: unexpected '>'
207: edges$.id <- id
208: edges <- edges |>
^
ERROR: unable to collate and parse R files for package ‘ggraph’
- removing ‘/home/rstudio/R/x86_64-pc-linux-gnu-library/4.0/ggraph’
The downloaded source packages are in
‘/tmp/RtmpPPHGBN/downloaded_packages’
Warning message:
In install.packages(...) :
installation of package ‘ggraph’ had non-zero exit status
Anyone knows what is wrong?