g2r icon indicating copy to clipboard operation
g2r copied to clipboard

can't finish install packages

Open wulixin opened this issue 4 years ago • 1 comments

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

  • removing 'D:/R-3.5.3/library/g2r' In R CMD INSTALL

wulixin avatar Jul 31 '19 10:07 wulixin

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")

JohnCoene avatar Aug 01 '19 09:08 JohnCoene