On Sat, 12 Dec 2015 10:51:16 -0600 Marc Schwartz <marc_schwa...@me.com> wrote:
> > > On Dec 12, 2015, at 10:47 AM, Ranjan Maitra <maitra.mbox.igno...@inbox.com> > > wrote: > > > > Hi, > > > > I recently needed to install a fresh OS (Fedora 23, where R 3.2.2 is the > > latest), and which meant everything has to be installed from scratch. In so > > doing, I got the somewhat familiar: > > > >> install.packages('plotmath') > > Installing package into ‘/usr/lib64/R/library’ > > (as ‘lib’ is unspecified) > > Warning message: > > package ‘plotmath’ is not available (for R version 3.2.2) > > > > Is there a way to get around this, other than to download the tarball and > > install locally? > > > > Best wishes, > > Ranjan > > plotmath is not a package, it is a function: > > ?plotmath Sorry, you are right -- my mistake: the package is grDevices. > install.packages('grDevices') Installing package into ‘/usr/lib64/R/library’ (as ‘lib’ is unspecified) Warning message: package ‘grDevices’ is not available (for R version 3.2.2) However, this is no longer an issue for me: I seem to have it installed on this new install (of last week). Sorry about the false alarm. Best wishes, Ranjan > Regards, > > Marc Schwartz > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Important Notice: This mailbox is ignored: e-mails are set to be deleted on receipt. Please respond to the mailing list if appropriate. For those needing to send personal or professional e-mail, please use appropriate addresses. ____________________________________________________________ FREE ONLINE PHOTOSHARING - Share your photos online with your friends and family! Visit http://www.inbox.com/photosharing to find out more! ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.