R | Cannot find the cause of this error [Error: object 'EOT' not found] -


my r installation seems corrupted , install/re-install hasn't yielded solutions.

r version 3.3.0 (2016-05-03) -- "supposedly educational" copyright (c) 2016 r foundation statistical computing platform: x86_64-apple-darwin13.4.0 (64-bit)  r free software , comes absolutely no warranty. welcome redistribute under conditions. type 'license()' or 'licence()' distribution details.    natural language support running in english locale  r collaborative project many contributors. type 'contributors()' more information , 'citation()' on how cite r or r packages in publications.  type 'demo()' demos, 'help()' on-line help, or 'help.start()' html browser interface help. type 'q()' quit r.  error: object 'eot' not found [workspace loaded ~/.rdata] 

any suggestions on error may originating. have tried removing r , re-installing, upgrading packages etc.

system | mac os x yosemite

you may have inadvertently saved r session on quit.

try:

rm(list=ls()) 

this remove environment variables.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -