> On Jan 19, 2018, at 10:57 AM, Mark Dwyer via R-help <r-help@r-project.org> > wrote: > > Also https://www.r-project.org/posting-guide.html indicates that > RSiteSearch() within R searches R-help but in my install (3.4.3) > RSiteSearch() only searches "help pages, vignettes or taskviews" > > > On 19/01/18 10:47, Mark Dwyer wrote: >> >> I am new to this listand am unable to get the search tools listed on >> https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people use to >> search the help archives? >> >> 1. The google search box on http://tolstoy.newcastle.edu.au/~rking/R/ >> returns a 404 error. >> 2. The http://finzi.psych.upenn.edu/ site has many references but I >> don't see how to search r-help from there. >> 3. The http://www.mail-archive.com/r-help@stat.math.ethz.ch/ site >> seems to stop back in December 2007. >> 4. I cannot get anything useful from >> http://dir.gmane.org/gmane.comp.lang.r.general.
For R-help I've been using: http://markmail.org/search/?q=list%3Aorg.r-project.r-help To find documentation, I use: install.packages("sos") library(sos) findFn("topic items") You could conceivably use Googles advanced search with the site set to the "true" Archives. https://www.google.com/search?as_q=words+to+search&as_epq=&as_oq=&as_eq=&as_nlo=&as_nhi=&lr=&cr=&as_qdr=all&as_sitesearch=https%3A%2F%2Fstat.ethz.ch%2Fpipermail%2Fr-help%2F&as_occt=any&safe=images&as_filetype=&as_rights= -- David Winsemius Alameda, CA, USA 'Any technology distinguishable from magic is insufficiently advanced.' -Gehm's Corollary to Clarke's Third Law ______________________________________________ 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.