Skip to content
Prev 12055 / 63424 Next

R search engine broken (PR#6653)

Le lundi 8 Mars 2004 14:24, Prof Brian D Ripley a ?crit :
Oh, sorry. 
I did check for bugs (closed or open) about this before posting, of course.
Thanks for the tip. If a Linux-specific FAQ existed it would include it.
Ah yes, I see 1.8.1 is available and even with Mandrake. Thanks.
I'm downloading it now.
Yes, you're quite right. I was focused on platform-neutral issues.
(It's a pity that Java seems rarely to work out-of-the box on installing a 
Free OS, especially in browsers.)

I can't find anything about the search engine on 
http://cran.r-project.org/doc/FAQ/R-FAQ.html

Ah, I see it. It is in the Windows-specific FAQ. 

May I suggest to make this an item in the generic FAQ since Java and 
Javascript are meant to be platform-neutral languages and the problem is not 
platform-specific ?

Also, I would suggest that the FAQ includes the wording "search engine" and 
not only "search system", because it is how the page is actually names. I 
think many people falling on that issue look for those words ("search" occurs 
many times in the FAQ).
Yes, the search page itself is the best place to notify the user.

(Just an idea : the JavaScript code would perform return value check for the 
proper start of the java part and display a message on failure ? I don't know 
if it's possible, though.

  line = line + document.SearchEngine.search (searchTerm,
                                        searchDesc=="1",
                                        searchKeywords=="1",
                                        searchAliases=="1");
)