similar to: Requested consideration: true, true, true in SearchObject.html

Displaying 20 results from an estimated 1000 matches similar to: "Requested consideration: true, true, true in SearchObject.html"

2004 Nov 12
1
Firefox keyword searches for R & S-Plus
If you've 'rediscovered the web' with Firefox (http://getfirefox.com), you might find this tip handy. Suppose you want to search the (local) R documentation for information about the lme function. Wouldn't it be nice to just type into the browser address bar: r lme and have the search performed? Here's how (on Windows): Click on this link:
2004 Jun 21
0
Bookmarklet for searching R documentation
I recently posted a request for a Mozilla search engine plugin for the R java search applet. Having recieved no response, I pursued this myself and came up with an alternative. I found a "bookmarklet" that was used to submit searches to Amazon. I modified the code to submit searches to the R search engine. I tested the following using Firefox 0.9 on Windows 2000. Create a
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
As there is nothing Debian-specific in this bug report (and the .deb of the JVW is not from Debian either), I am forwarding this to R-bugs. My recollection from recent discussions on the R mailing list is that currently /no/ browser other than Netscape supports the Java search engine -- is that correct or was there some Netscape derivative (galeon?) which does? Maybe the documentation should be
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
On Sun, 9 Dec 2001 edd@debian.org wrote: > > As there is nothing Debian-specific in this bug report (and the .deb of the > JVW is not from Debian either), I am forwarding this to R-bugs. My > recollection from recent discussions on the R mailing list is that currently > /no/ browser other than Netscape supports the Java search engine -- is that > correct or was there some
2005 Feb 24
1
Problems with html help system: help.start()
I am having problems installing R under Fedora Core 3. I installed R using YUM yum -install R. The basic installation appears to have worked, I can start and run R. When I try to start the HTML help system, I get the errors listed below. Any help solving my problem would be appreciated. Thanks John Sorkin R intalled using YUM under Red Hat Fedora Core 3. Computer: Dell Latitude C400.
2000 Jun 29
1
Missing SearchEngine.html (PR#585)
Hi, After the installation I can't search, clicking on "Search Engine & Keywords" gives me a 404, file not found. I can concatenate SearchEngine-head and -foot.html into SearchEngine.html which allows me to search, but I'm missing the key words. Finally the question: What happened that SearchEngine.html is not generated at install time? Thanks, -tom
2003 Nov 06
2
Search engine fails entirely (PR#4966)
Full_Name: Robert King Version: 1.8.0 OS: linux (debian) Submission from: (NULL) (134.148.20.33) Also seen in 1.7 Start R, Start html help (mozilla), go to search engine, try searching for mean No results given. Mozilla javascript console says: Error: document.SearchEngine.search is not a function Source File: file:///tmp/Rtmp22901/.R/doc/html/search/SearchEngine.html Line: 32 line 32 is
2004 Feb 24
2
R: SearchEngine (PR#6610)
Full_Name: Anton Zgonc Version: 1.8.1 OS: Linux RH 9.0 Submission from: (NULL) (193.2.208.9) The SearchEngine, accessible through generated documentation by help.start() like: file:/tmp/Rtmp2085/.R/doc/html/search/SearchEngine.html or on WWW: http://www.stat.ucl.ac.be/ISdidactique/Rhelp/doc/html/search/SearchEngine.html works only in Netscape 4.7x. It fails e.g. with Mozilla 1.3, 1.6 and IE
2004 Jun 17
4
R help in Firefox on Windows XP
I had to reinstall my machine, so I installed Firefox 0.9 as browser I am using WinXP and R 1.9.1 beta. Now search in R html help does not work. I checked that the Java VM is working correctlt, Sun's test site says my installation is OK. Firefoxalso tells me that Applet Searchengine loaded Applet Searchengine started it just does not find anything. Does anybody know how to solve this? Erich
2008 Jul 17
2
Location of HTML help files
I am using R 2.7.1 under Windows XP, installed at C:/R/R-2.7.1. The location of the HTML SearchEngine is file:///C:/R/R-2.7.1/doc/html/search/SearchEngine.html. Now, when I type a phrase, say "reshape", in the search text field, the Search Results page suggest that the location of the reshape HTML help file is file:///C:/R/library/stats/html/reshape.html, while in reality it is
2003 Apr 22
1
Search Engine (PR#2813)
Full_Name: Anthony Westerling Version: 1.7.0 OS: Mac OS X 10.2.5 Submission from: (NULL) (64.203.9.4) R includes a very nice search engine web page which installs at /usr/local/lib/R/doc/html/search/SearchEngine.html. The search engine and keywords links do not work on my Mac G4s running OS X 10.2.5, and this appears to be independent of choice of browser. This appears to be a Mac-specific
2003 Apr 17
1
R search engine and Mozilla
Not really an R question but I'm hoping someone can help me out. I'm having problems with the R help page "The R language" and Mozilla 1.3 with the Java 2 runtime environment 1.4.1_02 under Windows XP. The problems occur on the "Search Engine & Keywords" page. I can open two links, but after that links aren't recognized. The problem seems to be javascript
2000 Apr 26
2
Cross compiling a package for Windows on Linux
I would like to compile for Windows a rather simple R package that contains some C code. It does not contain any Fortran code. I tried the cross-compilation route using the pre-built set of tools from http://www.devolution.com/~slouken/SDL/Xmingw32/, as described in $R_SRC/src/gnuwin32/INSTALL Using the sources in r-devel from the rsync site I am able to build libR.a in src/gnuwin32 but I
2009 Apr 05
1
error from yum from 5.3
I am getting the the following error on 5.3 x86_64 yum provides "*/identify" Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.steadfast.net * updates: ftp.lug.udel.edu * addons: centos.cs.wisc.edu * extras: centos.cs.wisc.edu Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.user_main(sys.argv[1:],
2005 Apr 29
2
R-2.1.0 search engine works with mozilla browser but not firefox
I'm running R-2.1.0 on a Linux box and found that the HTML search engine help would not work with Firefox 1.0.3 but would work with Mozilla 1.7.7. I have Java Runtime Environment 1.5.0_02 installed. With Firefox, when I launch help.start() and click to the search engine, it brings up the first page with "Applet SearchEngine started" in the status bar, but clicking on one of the
2006 May 08
3
Index::Index.new vs. Readers and Writers
Hey gang, A post on the Rails forum a while back had it sound like you pretty much had to use the Index Readers & Writers if you were going to be potentially accessing an index from more than one process. (i.e. multiple dispatch.fcgi''s, etc) Is this still the case, or does the main Index class do that black magic behind the scenes? =) I was having trouble implementing the
2006 Jan 11
2
Browser problem, Misrepresentation of .html in Solaris Firefox (PR#8471)
Hi there I hope that I am in the right forum. I am working on Win2000 PC connected via Exceed 6.0.1.0 to a SunOS fluke 5.9 Generic_118558-11 sun4u sparc SUNW,Sun-Fire-480R There I am using Mozilla Firefox 1.0.7 as a browser. I am having difficulties viewing .html files. Their first pages are displayed normally, black on white, links in blue. When I scoll down, the pages appear black
2008 Nov 06
1
trouble with html help
I have this problem with R 2.6.1 and 2.7.1 (have not tried others) running on Windows XP: Html help has wrong links to help files. The index.html is correctly found from file:///C:/PROGRA~1/R/R-26~1.1/doc/html/index.html as well as the search engine file:///C:/PROGRA~1/R/R-26~1.1/doc/html/search/SearchEngine.html However, when I search for, say, "paste", I will be pointed to
2016 Oct 10
4
upgrade reference docs
Is there a Centos 6.x to Centos 7.x guide somewhere? What has changed, that I need to learn about as an admin, before I jump in and flounder? thanks, -chuck -- ACCEL Services, Inc.| Specialists in Gravity, Magnetics | (713)993-0671 ph. | and Integrated Interpretation | (713)993-0608 fax 448 W. 19th St. #325| Since 1992 | (713)306-5794 cell
2003 Nov 04
1
AW: R function help arranged in categorical order ?
There is a very nice Search Engine, with Keywords arranged by topic, that comes with R. If you are under Windows (and have Html help installed), you can find this in the Help menu, under "Html help". (The relevant file can also be found as ...\doc\html\search\SearchEngine.html.) Maybe this helps, Heinrich. > -----Urspr?ngliche Nachricht----- > Von: Neil Osborne