search for: htmlhelp

Displaying 20 results from an estimated 122 matches for "htmlhelp".

2002 Feb 05
1
htmlhelp() question
I wonder if anyone who has worked on the win32 version of R could help me with a HtmlHelp question? When you're building a win32 program using mingw (in my case, cross-compiling under GNU/Linux), what import library do you use to link against the HtmlHelp() function? I have got a copy of MS's htmlhelp.lib, but mingw doesn't seem to like this format; it wants an archive in...
2010 Sep 18
1
help manual on R on ESS
Hi folks, R on ESS Why it is unable to pop up help manual on "R on ESS"? ?layout Error in help("layout", htmlhelp = FALSE) : unused argument(s) (htmlhelp = FALS ?plot Error in help("plot", htmlhelp = FALSE) : unused argument(s) (htmlhelp = FALSE) etc. But they work on R console and popup the manual without problem. TIA B.R. Stephen L
2007 Sep 23
3
html help fails for named vector objects (PR#9927)
help(letters, htmlhelp=TRUE) fails. Under the Mac OSX gui, the message is 'Help for the topic "a" was not found.' Under the version documented below, and under Windows, the message is "No documentation for 'a' in specified packages and libraries:" repeated for all the elements...
2010 Oct 28
3
help with help()
...my session, which I'm running within Emacs (ESS 5.3.7). Say I need help with the command 'density'. When I type help(density) or ?density the ESS help buffer opens, it is titled *help[R](density)* but it contains only a couple of lines saying, e.g., Error in help("density", htmlhelp = FALSE) : unused argument(s) (htmlhelp = FALSE) This is a problem only running R within emacs. The command help() works fine if I run R at the command line in a terminal window or if I use the stand-alone R application. Thank you in advance Claudia -- Claudia Tebaldi Research Scientist, Cl...
2006 Jan 13
2
HtmlHelp in Wine
...illa Active X control is needed, and then this control was downloaded from source.wineHQ.org (Mozilla ActiveX Control v1.7.12) and installed. I've installed Mozilla-1.7, too. And nevertheless, the command "wine hh document.chm" produces a message about a not supported protocol. So is htmlhelp viewer implemented in Wine or not yet? And if it is completely implemented, then how is it usable? Igor Gorbounov
2004 Oct 07
2
two help problems in R-2.0.0 for Windows (PR#7269)
...;)$err + err <- .C("Rchtml", hlpfile, rev(strsplit(file, "/")[[1]])[1], + err = integer(1), PACKAGE = "")$err but I think it is a problem by design and the name of the help pages should be returned by help() as well (not only implicitly). Well, for htmlhelp, there is another error. The browser (e.g. Mozilla 1.7.3) tries to open "T:\R\library\stats\html/Normal.html" and has problems with different kinds of slashes (/ vs. \). options(chmhelp=FALSE, htmlhelp=TRUE) ?dnorm # does not work! This can be fixed by changing line 4 in .../src...
2007 Apr 19
0
(PR#9613) [Wishlist] to uniform help(x) and library(help=x)
...n a browser? If you do want text displayed in a browser, you can set options("pager") to point to your browser (or a wrapper). It is no different from other library() help modes, like library() with no argument, nor from help(package="foo"). Indeed, the help for help says htmlhelp: logical (or 'NULL'). If 'TRUE' (which is the default after 'help.start' has been called), the HTML version of the help on the topic will be shown in the browser specified by 'options("browser")'. and note 'topic'...
2001 Jan 19
1
Can't find linked HTML helpfile unless package is specified (PR#819)
...home/peter/sbin/netscape is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient.. > help("help", package = "base") help() for help is shown in browser /home/peter/sbin/netscape ... Use help( help , htmlhelp=FALSE) or options(htmlhelp = FALSE) to revert. > help("help") help() for help is shown in browser /home/peter/sbin/netscape ... Use help( help , htmlhelp=FALSE) or options(htmlhelp = FALSE) to revert. Warning message: Using non-link...
2010 Apr 30
1
help needed with help
I installed R version 2.11.0 (2010-04-22) on may macbook (snow leopard) and run R from within emacs Now when I try to get help, I get > ?lm (in the new "help" window) Error in help("lm", htmlhelp = FALSE) : unused argument(s) (htmlhelp = FALSE) Help! p.s. I am running: This is GNU Emacs 22.2.50.1 (i386-apple-darwin9.4.0, Carbon Version 1.6.0) of 2008-07-17 on seijiz.local ------------------------------------------------------------------- Trevor Hastie...
2001 Oct 31
3
problem with help.start() in R (PR#1156)
...page" to netscape. Here is what I get > help.start(browser="opera") If opera is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient.. > help(help) help() for help is shown in browser netscape ... Use help( help , htmlhelp=FALSE) or options(htmlhelp = FALSE) to revert. > sh: netscape: command not found Please correct this bug. -- PHAM Dinh Tuan | e-mail: Dinh-Tuan.Pham@imag.fr Laboratoire de Modelisation et Calcul | Tel: +33 4 76 51 44 23 BP 53, 38041 Grenoble cedex 9 (France) | F...
2002 Mar 07
2
Is it possible to open a specific file in the HTML browser like help(htmlhelp=TRUE) does?
Dear all/anyone, after generating a HTML file "result.html" from within [R], I would like to open the default HTML browser (like help.start() does) to show the file. Is it possible to do this (without trying to do a system dependent search for possible browsers)? I browsed the source of package 'base' (R v1.4.1 WinMe) and I found the following in help():
2010 Aug 27
3
Microsoft Office 2007
hi guys, when trying to start the office 2007 setup from mounted iso, i get an ms error message (can't install office 2007, send error to ms). i have arch linux 64-bit. Here is the output: Code: [root at arch disk]# wine setup.exe fixme:system:SetProcessDPIAware stub! fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled. fixme:richedit:REExtendedRegisterClass semi stub fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub fixme:richedit:ME_HandleMessage EM_SETBID...
2001 Nov 15
2
help.start() works with Mozilla, but not with ESS
...the difference. I'm using RH Linux 7.1 and Mozilla 0.9.5 and R 1.3.1. When I tried it before, I had use ESS to start R. If I run R without ESS, help.start() will start the browser (Mozilla), but help(apply), for example, will produce help in ESS but not in the browser. If I say help(apply,htmlhelp=T) then I do get help in the browser. If I say help(x) or ?x (knowing that x does not exist), I get an error message telling me that htmlhelp is FALSE. So ESS is somehow setting htmlhelp to FALSE, although I cannot figure out where that is happening from looking at the code for the help function...
2009 Jul 14
0
Strange behaviour of start menu entry
Hi, I installed a program which also adds a start menu entry for viewing a HTMLHelp file. But there is some error, the HTMLHelp viewer within Wine is launched, the content pane to the left is displayed, but no text appears to the right. So I wanted to use kchmviewer instead. I manually edited the call in the start menu entry to use kchmviewer instead. I tested this call on the com...
2011 Jun 12
7
installation of Office 2007 under Arch x86_64 fails
...be900): stub err:module:load_builtin_dll failed to load .so lib for builtin L"msxml3.dll": libxml2.so.2: cannot open shared object file: No such file or directory wine: configuration in '/home/facade/.wineprefix/office' has been updated. fixme:system:SetProcessDPIAware stub! fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled. fixme:richedit:REExtendedRegisterClass semi stub fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub fixme:richedit:ME_HandleMessage EM_SETBIDIOPTIONS: stub fixme:richedit:ME_HandleMessage EM_SETEDITSTYLE: stub fixme:richedit:ME_HandleMessage EM_SETBID...
2004 Jun 18
2
Html help does not work in Mac OSX 10.3.4
I recently upgraded from R 1.8 to 1.9. I removed 1.8 following the instructions. Html help has not worked since. When htmlhelp="TRUE" the help.start() command results in the "patience" message and nothing else happens. I am using mac osx 10.3.4. Help worked fine when I was using R 1.8. I need help help ;-] Thanks! -- Emilio A. Laca One Shields Avenue, 2306 PES Building Agronomy and Range Science...
2007 Nov 25
1
Package Building under Windows with MikTeX 2.6
...se do not report problems to R-help unless you have followed all the prescriptions." Therefore, I hesitated long to report my problems, but since I spent long hours without any progress, I simply don't know anymore what to do. Is there anyone willing to help? I installed MikTex, Perl, htmlhelp, Rtools and WinEdt for editing purposes, and changed the path in the system environment as follows (Carriage return for readability): System Path: C:\Programme\Uni\Rtools\bin; C:\Programme\Uni\Perl\bin; C:\Programme\Uni\Rtools\MinGW\bin; C:\Programme\Uni\hmtlhelp; C:\Programme\Uni\R\bin; C:\Progr...
2004 Apr 21
2
Assigning functions in Rprofile
...t is the cause of this? Thanks, Robert. I'm using a debian i386 system. .Rprofile ========= library(gld) options(pager="less",CRAN="ftp://mirror.aarnet.edu.au/pub/cran") hs <- function(){ if (nchar(system("echo $DISPLAY",intern=T))==0) # no X {options(htmlhelp=FALSE) ret <- "no X"} else {system("mozilla") # we have X - I'm starting this to get a new # window for the R session, without starting a new window every time options(pdfviewer="/usr/local/bin/acroread",browser="mozilla")...
2002 Nov 07
3
Compiled help for 1.61 in Win XP ?
...p(topic, chmhelp=TRUE). Full text search is available from the Search tab. According to Microsoft, to make use of this you will need to have IE3 or later installed and a recent version of Windows or (not Windows XP or 2000 or ME) use the updater hhupd.exe at http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp So is there a fix anyway ? Best wishes Troels -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]sub...
2009 Jul 28
1
Wishlist: Navigate to "Index" page of help when no topic specified (PR#13860)
...bar <- help(topic =3D "", package =3D "survival") > bar[1] [1] NA > bar[1] <- "/Library/Frameworks/R.framework/Resources/library/survival/htm= l/00Index.html" > bar Help for '' is shown in browser /usr/bin/open ... Use help("", htmlhelp =3D FALSE) or options(htmlhelp =3D FALSE) to revert. > Again, what I've been trying to achieve. When a user loads a new library and doesn't yet know any function names, I think > help(package =3D "newLibrary") or > ?newLibrary:: should perform the above action...