YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
511 stars 112 forks source link

Error in last <<- i : cannot change value of locked binding for 'last' #23

Open caominyuan opened 4 years ago

caominyuan commented 4 years ago

In function highlight_text(), I found you use last <<- i rather than last <- i, this may cause unwantted side effect.

during my running, I encounter this error message: Error in last <<- i : cannot change value of locked binding for 'last'

could you please fix this issue? Thanks

YinLiLin commented 4 years ago

Hi,

Thanks a lot for your kindly reminder. I am sorry about that. This problem has been corrected for the version on GitHub, and it will be updated in the next submission of CMplot on R CRAN, thus I suggest you to source the online script in R console to use the recently fixed version.

Regards, LL