Re: [R] ggplot2 will not install after system upgrade

2015-09-21 Thread Jeff Trefftzs
On Thu, 2015-09-03 at 16:47 -0400, Ista Zahn wrote: > Hi Jeff, > Your chances of getting a useful response will increase if you > provide > some additional information. For example, which version of R? Which > version of ggplot2? What sequence of commands produces the error? > What > _exactly_ does

Re: [R] ggplot2 will not install after system upgrade

2015-09-10 Thread Paul Bivand
This is most likely the "stringi" dependency, which is new. Follow the links from the CRAN page for "stringi" and you may find some guidance. I initially had the same problem with my Mageia install, but it's sorted now. On 3 September 2015 at 22:53, Jeff Trefftzs wrote: > On Thu, 2015-09-03 at

Re: [R] ggplot2 will not install after system upgrade

2015-09-03 Thread Jeff Trefftzs
On Thu, 2015-09-03 at 16:47 -0400, Ista Zahn wrote: > Hi Jeff, > Your chances of getting a useful response will increase if you > provide > some additional information. For example, which version of R? Which > version of ggplot2? Sorry. R was version 3.2.1 ggplot2 1.0.1 > What sequence of comm

Re: [R] ggplot2 will not install after system upgrade

2015-09-03 Thread Marc Schwartz
> On Sep 3, 2015, at 2:03 PM, Jeff Trefftzs wrote: > > I just upgraded my laptop from Fedora Core 20 to Fedora Core 22, and > after the upgrade R can no longer use the ggplot2 library. The > principal complaint seems to be that libicui18n.so.50 is not found. The > version of libicu that is inst

Re: [R] ggplot2 will not install after system upgrade

2015-09-03 Thread Ista Zahn
Hi Jeff, Your chances of getting a useful response will increase if you provide some additional information. For example, which version of R? Which version of ggplot2? What sequence of commands produces the error? What _exactly_ does the error message say? Does update.packages(ask=FALSE, checkBui

[R] ggplot2 will not install after system upgrade

2015-09-03 Thread Jeff Trefftzs
I just upgraded my laptop from Fedora Core 20 to Fedora Core 22, and after the upgrade R can no longer use the ggplot2 library. The principal complaint seems to be that libicui18n.so.50 is not found. The version of libicu that is installed is version 54. On the other hand, the same environment ex