vertesy / ggExpress

ggExpress is the fastest way to create, annotate and and save plots in R.
https://vertesy.github.io/ggExpress
GNU General Public License v3.0
4 stars 2 forks source link

fix for brackets #34

Closed yigitbabal closed 1 year ago

yigitbabal commented 1 year ago

Hello, I was trying to install the package by devtools::install_github('https://github.com/vertesy/ggExpress'). Then I got this error. I googled and searched lots of places and could not find a solution. After basic investigation, I found that some of the functions have double brackets. I am not sure this is a mistake or not, however it is working right now for installing the package. R version 4.2.0 on linux. Error message is below.

Error in parse(outFile) : /tmp/RtmpDXiqai/R.INSTALL46301115f021/ggExpress/R/ggExpress.R:56:65: unexpected ',' 55: , suffix = NULL 56: , plotname = FixPlotName((substitute(vec), ^ ERROR: unable to collate and parse R files for package ‘ggExpress’

Best regards, Yigit

vertesy commented 1 year ago

Hey, thank you for spotting it! It's a "semi-mistake" - I did not realize that this causes an error, but its a sloppy replacement of 2 earlier f calls.

vertesy commented 1 year ago

Could you please try to reinstall to see if it works for you as it is online now? Thank you!

yigitbabal commented 1 year ago

Yes, it is working right now also in online!

vertesy commented 1 year ago

Great & thank you so much!