How can I use special characters (i.e., mu symbols) in a GitHub R package? -


i have r cran package have served on github. of scripts have mu symbol embedded in code. when try load script using devtools, receive following error message:

install_github("user/flamer") downloading github repo user/flamer@master installing flamer "c:/progra~1/r/r-31~1.2/bin/x64/r" --no-site-file --no-environ --no-save \ --no-restore cmd install \ "c:/users/luke/appdata/local/temp/rtmpogpocc/devtools245043733096/thejohncrawford-flamer-af78ede" \ --library="c:/users/luke/documents/r/win-library/3.1" --install-tests

  • installing source package 'flamer' ... ** r error in parse(outfile) : c:/users/luke/appdata/local/temp/rtmpogpocc/devtools245043733096/thejohncrawford-flamer-af78ede/r/tau_correct.r:27:28: unexpected input 26: #spcond 27: x<-instrument_table$spcondμ ^ error: unable collate , parse r files package 'flamer'

the error occurs on line 27, there suppose mu symbol rather "μ" should read "...spcondμ"

i believe error occurs r studio pulls scripts off of git. has else encountered problem , know allow special characters load git?

thanks


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -