similar to: IE5 html help search failure (PR#205)

Displaying 20 results from an estimated 1000 matches similar to: "IE5 html help search failure (PR#205)"

1999 Jun 03
1
very minor Rgui problem in rw0641 (PR#204)
In Rgui (rw0641) the dialog boxes opened by Help->R(standard interface) and Help->Apropos have to be closed by actually clicking on OK, rather than by hitting return. (Once I'm at the keyboard typing in the search term, return is more natural than going back to the mouse. But maybe I'm just old-fashioned.) Is it OK to mention two bugs in one report? After using
2001 May 02
1
IE5 and Outlook98 under Wine
I was wondering if anyone has been able to get IE5 and Outlook98 to run under any wine implementation? I have RH 6.2 with CodeWeavers wine installed WITHOUT a Windoze partition. (I have to have these for work, that's why!) When I start the install, the setup routine runs but the setup.exe comes back saying my Windows language is not English, so I need to remove the Desktop Update and
1999 Apr 06
1
rw-faq clarification + simple question + bug(?)
Windows users note: the rw-faq says |1.8) Can I use rw0xx with ESS and emacs? | |Yes. Some time soon versions of ESS (5.1.3 has a `somewhat rough' |prototype for rw0632) will come with support for this version of R. If |yours does not, edit essd-r.el to have | | (inferior-ess-start-args . "--ess")) | |and make sure you give the full path to Rterm.exe as the R executable.
2011 Nov 09
1
Define S4 methods for 'plot'
Hi the list I am creating a package and I have a problem to define a S4 method for plot. I define a class 'A' and a class 'B'. I want to define a function plot for signature c(A,missing) and another method plot for signature c(A,B). My code is the following : In /package/R/ directory: --- main.R --- setGeneric("plot",function(x,y,...){standardGeneric("plot")})
2002 Feb 28
2
R help search engine
I recently "discovered" how useful the search engine & keywords portion of R help can be. I often remember that I could do certain things in R but do not quite remember the right commands. The keywords by topic section of the search engine is particularly useful for that. It incorporates information from installed packages which makes it even more useful. I just ran into the
2008 Mar 18
1
ntlm_auth
I am trying to get FreeRADIUS using Samba's ntlm auth for MSCHAPv2 authentication. I asked this question over on the FreeRADIUS list, and I think the stunned silence means that the folks over there think you guys in the Samba world may be able to help better. I admit it's been a few years since I did any Samba! I have joined my two RADIUS servers (FreeRADIUS 2.0.2, Solaris 10 x86,
2011 Oct 18
1
Repeat a loop until...
Dear all, I know there have been various questions posted over the years about loops but I'm afraid that I'm still stuck. I am using Windows XP and R 2.9.2. I am generating some data using the multivariate normal distribution (within the 'mnormt' package). [The numerical values of sanad and covmat are not important.] > datamat <-
2011 Sep 05
1
ggplot2-grid/viewport and PNG
Dear All, The following code save my graphs as pdf: pdf("j:/mix.pdf", width = 18, height = 16) grid.newpage() pushViewport(viewport(layout = grid.layout(3,1))) vplayout <- function(x, y) viewport(layout.pos.row = x, layout.pos.col = y) print(Aplot, vp = vplayout(1, 1)) print(Bplot, vp = vplayout(2, 1)) print(Cplot, vp = vplayout(3, 1)) dev.off() How can I save it in
2008 Nov 06
1
how to make a multiple plot
Sorry I have a bad English. I'm a student. now, I'm studying Nelson-Siegel Extended, a term structure model. I can analyze - estimate parameters and make aplot  - manually, from data bond in a day. I can analyze bond data in a month, like make multiple plot for different bont date and make a multiple plot to compare parameters in different date. I think I have seen examples like mine in
2005 Oct 11
1
Manual page example of plot.window needs fixing
I was looking at the example on the manual page of plot.window, and noticed that it needs fixing - names(eurodist) should now be labels(eurodist): --- /home/rsb/topics/R-2.2.0/src/library/graphics/man/plot.window.Rd 2005-04-18 12:18:59.000000000 +0200 +++ plot.window.Rd 2005-10-11 21:08:57.000000000 +0200 @@ -48,6 +48,6 @@ ry <- range(y <- -loc[,2]) plot(x, y, type="n",
2010 May 09
4
Fwd: R apply() help -urgent
---------- Forwarded message ---------- From: Dr. Venkatesh <drvenki at liv.ac.uk> Date: Sun, May 9, 2010 at 4:55 AM Subject: R apply() help -urgent To: r-help at r-project.org I have a file with 4873 rows of 1s or 0s and has 26 alphabets (A-Z) as columns. the 27th column also has 1s and 0s but stands for a different variable (pLoss). columns 1 and 2 are not significant and hence lets
2014 Nov 05
3
Agregar ruido a una serie de tiempo
Bueno, realmente no es necesaria que la serie esté centrada en este caso, ya que estoy sumando un ruído blanco Un saludo From: fjroar en hotmail.com To: caaperezan en gmail.com; r-help-es en r-project.org Date: Wed, 5 Nov 2014 13:00:49 +0000 Subject: Re: [R-es] Agregar ruido a una serie de tiempo Hola buenos d?as: Yo cuando he tenido que hacer estos trabajos, lo que hac?a era coger la serie
2000 Jun 06
1
crash after help(..., chmhelp=TRUE) (PR#562)
Hi! I tried to use compiled html on the following system: NT4.0 SP6 (with _old_ IE3), R-1.0.1. R > help(ls, chmhelp=TRUE) ... but nothing happens ... >From the R Readme: "To make use of this you will need a recent version of Windows or IE4 or later installed, or use the updater hhupd.exe on CRAN at bin/windows/windows-NT/etc." So I used the updater
2010 Jan 13
1
patch for support Liebert GXT2 ESP2 protocol
Hi All, Attached is a patch against nut-2.4.1 that adds a driver for the ESP2 protocol, as used by the serial port found on the Liebert GXT2. This driver is mostly based on: http://www.csc.liv.ac.uk/~greg/projects/liebertserial with additional bit field information from Spiros Ioannou. liebert.c at the above url has been tested by a few people to return the correct status data. Besides me,
2001 Aug 13
1
Program needs IE4 installed - how tho handle?
Hi group, I want to install a SW-package. This needs IE4 to be installed. The installation aborts with an error and popups a message, that IE4 needs to be installed before the installation can continue. How can I handle this? Is there a trick that do this? I don't see any advantage of IE4 on my Linux box. Andy.
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
2001 Feb 12
3
ie5 install?
I am trying to install ie5 to test webpages and their apperance. Unfortuantely i am getting this annoying dialog error: "A previous program installation was never completed. You need to restart your computer to complete that installation before running Internet Explorer Setup. Setup will now close." What in the heck is this?? Restart what computer? Heck no! I don't understand
2001 Mar 14
1
IE5, Outlook98 and Wine
I have a need to install IE5 and Outlook98 on RedHat Linux 6.2. I'm using Wine release 20010112. I've looked around and tried wine --winver=95 --dll shell,shell32=n setup.exe, but I'm getting errors about not finding install files and "remove desktop update" errors. anyone seen this?
2001 Apr 11
2
Ran IE5 with Wine ...
Well, well, well, what can i do to repair my windows98 system now ? It still works relatively OK, but some applications do not, and it crashes more than usual. One more question is: can i run the defrag utility under windows without getting all the files mixed up? I had to reinstall linux after running defrag under windows because the nodes were all mixed up. Oh, by the way, before i get
2001 May 20
1
Win98 IE5 on WINE 20009090
I just can't seem to get this working... I've moved a number of OS level DLLs and VXDs over from WIN98... HERE'S WHAT I GET: # wine --dll shell,shell32,shlwapi=n EXPLORER.EXE fixme:ddeml:DdeNameService (1,49195,0,1): stub fixme:ddeml:DdeNameService (1,49191,0,1): stub fixme:ddeml:DdeNameService (1,49193,0,1): stub fixme:process:SetProcessShutdownParameters (00000002, 00000000):