vote up 22 vote down star
8

"The Google" is very helpful... unless your language is called "R," in which case it spits out tons of irrelevant stuff.

Anyone have any search engine tricks for "R"? There are some specialized websites, like those below, but how can you tell Google you mean "R" the language? If I'm searching for something specific, I'll use an R-specific term, like "cbind." Are there other such tricks?

http://rweb.stat.umn.edu/R/doc/html/search/SearchEngine.html

www.rseek.org

http://search.r-project.org/

www.dangoldstein.com/search_r.html

flag
How is that programming question? Need some google-fu? go to johnny.ihackstuff.com – aku Sep 19 '08 at 14:06
See also: stackoverflow.com/questions/84998/… Not a dupe, but cloesly related. – Kent Fredric Sep 19 '08 at 14:20
That link doesn't work any more - I wonder what happened. – Jouni K. Seppänen Mar 26 at 18:01

16 Answers

vote up 6 vote down

http://rseek.org is a great search engine for R manuals, mailing lists, and various websites. It's a Google syndicated search app with specialized UI. I always use it.

link|flag
vote up 5 vote down

This was discussed on the R-Help mailing list recently.

Some things mentioned there that haven't been covered here are:

  1. Using the RSiteSearch function, and the package of the same name.

  2. Using R-specific search engines. You mentioned RSeek and RSearch. You can also search the R mail archive, the help wiki, the task views, RForge, and Bioconductor among other places.

link|flag
vote up 3 vote down

CRAN is the authoritative place to look for R material.

link|flag
vote up 3 vote down

Most of the time I find googling for R plus my searching term works fine. When it doesn't, I'll try using "R project", or adding CRAN, statistic or language to the search.

Is there a particular topic that you're having problems searching for?

link|flag
vote up 2 vote down

Search for "S-PLUS" instead. R and S-PLUS are siblings, but the latter is easier to search for.

link|flag
vote up 2 vote down

A new CRAN package is extremely helpful for this: check out the "sos" package.

link|flag
vote up 2 vote down

I would just add, one great way to search for R script is to type your search term into google with "ext:r" at the end. This will return all files that have the R extension. For instance:

I usually do my basic R searches with "r-project" at the beginning, since most people who refer to R in any great detail will usually also reference the site.

link|flag
vote up 1 vote down

google for "r language" (with the quotes) and then your search terms.

link|flag
vote up 1 vote down

To find questions/answers on Stack Overflow, I always; go to Tags, type R, find the R tag and click on it.

Jeff mentioned a better way to search for the R Tag on the podcast, but I've since deleted it. :-(

Discussion aside, Stack Overflow (or one of the sister sites) would be a great resource for R users. The very high volume R-help email list could be reduced by sending Noobies like myself to specific places here. One confounding issue is that while the questions are mostly about the R language, they are often about the proper statistical test or algorithm for the problem.

RWFarley

link|flag
vote up 0 vote down

You could always search for "R stats", considering R is a statistical program.

Edit: http://www.google.com/search?source=ig&hl=en&rlz=&q=R+stats&btnG=Google+Search

The first page shows plenty of relevant results.

link|flag
vote up 0 vote down

The Pirate Bay is a good place to search for "Arr" materials.

Edit: you can always use the pirate encyclopedia:

Edit: Happy talk like a pirate day, Kent Fredric and everybody!

the pirate encyclopedia

link|flag
Irony. It happens to be talk like a pirate day. AHOY MATEY. – Kent Fredric Sep 19 '08 at 14:23
vote up 0 vote down

Adding "site:r-project.org" will help narrow down the results to only things on the official project web site. YMMV.

link|flag
May vary? Definitely varies, since there's a ton of material not on R's official site. – Gregg Lind Sep 19 '08 at 18:04
vote up 0 vote down

We've had some discussion of in this thread as well.

link|flag
vote up 0 vote down

How about "R statistical" or "R package"?

Also, restrict your search to the domain cran.r-project.org. For example, searching for how to use ifelse in R:

ifelse site:cran.r-project.org
link|flag
vote up 0 vote down

You can use this site:

http://www.dangoldstein.com/search_r.html, "Search the R Statistical Language".

Has "R Multi-site search powered by Google" and "R Multi- site search powered by Rollyo".

Note that it requires JavaScript to work (can be restricted to www.dangoldstein.com and google.com if your browser setup allows it - e.g. using NoScript in Firefox).

link|flag
vote up 0 vote down

Typing .R into Google search box instead of just R helps.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.