Re: [R] error while loading ggplot2

2018-01-18 Thread shijin mathew via R-help
Thnaks Jeff. Below is the session info you requested. R version 3.4.3 (2017-11-30) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200) Matrix products: default locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 [3]

Re: [R] error while loading ggplot2

2018-01-17 Thread Jeff Newmiller
Please post using plain text... the mailing list will strip HTML anyway and mess up what you send. Send the output of sessionInfo() so we know what versions of R and packages you have. -- Sent from my phone. Please excuse my brevity. On January 17, 2018 4:37:06 PM PST, shijin mathew via

[R] error while loading ggplot2

2018-01-17 Thread shijin mathew via R-help
Getting the following error while loading ggplot2. > library(ggplot2) Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): object 'vI' not found Tried different version of R and ggplot2 but still doesnt work. Any help to