Error Code with ggplot in R -
i have uninstalled r , rstudio. when downloaded rstudio package not listed in packages section, downloaded , imported zip file. there no current version of r 3.3.0 can find-- r version 3.2.2. have tried install using rgui admin , same error.
this error:
error in loadnamespace(i, c(lib.loc, .libpaths()), versioncheck = vi[[i]]) : there no package called ‘gtable’ in addition: warning message: package ‘ggplot2’ built under r version 3.3.0 error: package or namespace load failed ‘ggplot2’
you somehow executing r 3.3.0. no matter, though, can invoke install.packages('ggplot2', repos='http://cran.rstudio.com', type='source')
should sort you. if not, post comment.
Comments
Post a Comment