similar to: Location of HTML help files

Displaying 20 results from an estimated 1300 matches similar to: "Location of HTML help files"

2005 Dec 09
2
HTML search & Firefox
Hello, Sorry if this question was already asked (I though it was... but did not found the exact answer in the archives). I use R 2.2.0 and just updated to Firefox 1.5 (note that I already got the same result with Firefox 1.x.x) under Win XP sp2 US (full details of my config hereunder). When I try to use the HTML help search page, I can make a search: the message 'Applet SearchEngine
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
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
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
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
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:
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
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
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.
2004 Nov 12
1
Requested consideration: true, true, true in SearchObject.html
I've just posted an email to R-help with instructions on creating a Firefox keyword search of the R documentation: https://www.stat.math.ethz.ch/pipermail/r-help/2004-November/059272.html The method involves bookmarking the RHOME/doc/html/search/SearchObject.html file. Currently this page is set up to only search help page titles: line = line + document.SearchEngine.search
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 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
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
2005 May 06
4
Change class factor to numeric
I am attempting to develop a multiple regression model using selected model variables that should all be treated as numeric (mostly real) values. However, R considers one specific variable "mass" automatically to be of class "factor", probably because "mass" consists of integer values that are repeated. I now want to force R to treat "mass" as a numeric
2020 May 14
2
NUT control of vCenter & vServer?
Thanks Bart. Unfortunately "The VIB module does not comply with the security recommendations imposed by VMWare. You lose VMWare support by installing this package." This pretty much rules out this option. :( We need vCenter support, as well. nomad On Thu, May 14, 2020 at 10:06 AM Bart J. Smit <bart at smits.co.uk> wrote: > This shuts down the hosts directly (by-passing
2005 Feb 24
2
Forward Stepwise regression based on partial F test
I am hoping to get some advise on the following: I am looking for an automatic variable selection procedure to reduce the number of potential predictor variables (~ 50) in a multiple regression model. I would be interested to use the forward stepwise regression using the partial F test. I have looked into possible R-functions but could not find this particular approach. There is a function
2020 May 14
1
NUT control of vCenter & vServer?
That's certainly on the list of options. I'm doing data gathering right now to see what options there are. I'd prefer not to rashly decide to run off in a direction only to discover this is already a Solved Problem. nomad On Thu, May 14, 2020 at 1:13 PM Bart J. Smit <bart at smits.co.uk> wrote: > What about the REST API to do a graceful shutdown of your VM’s and the >
2005 Apr 14
3
Wrapping long labels in barplot(2)
I am using barplot, and barplot2 in the gregmisc bundle, in the following way: barplot2(sort(xtabs(expend / 1000 ~ theme)), col = c(mdg7, mdg8, mdg3, mdg1), horiz = T, las = 1, xlab = "$ '000", plot.grid = T) The problem is that the values of 'theme', which is a factor, are in some cases rather long, so that I would like to wrap/split them at a space once they