JohnCoene / g2r

📈 Grammar of graphics for interactive visualisations
Other
148 stars 10 forks source link

can't finish install packages #6

Open wulixin opened 5 years ago

wulixin commented 5 years ago

I meet some problems
** R Error : (由警告转换成)无法重新编码'animation.R'行13 ERROR: unable to collate and parse R files for package 'g2r'

JohnCoene commented 5 years ago

Hi Li Xin! I think I might have pushed a fix (probably an encoding issue). Could you reinstall remotes and g2r and tell me if it works?

install.packages("remotes")
remotes::install_github("JohnCoene/g2r")