> 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 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.