search for: chmhelp

Displaying 20 results from an estimated 37 matches for "chmhelp".

2006 Dec 19
3
configure help
...he windows version of R. The windows installer asks which help type you want to use, I wanted to test the chm version -- which I didn't like. If you after installation want to switch back, you have to edit << myRdirectory\etc\Rprofile.site >> and change the line options(chmhelp=TRUE) back to options(chmhelp=FALSE) It would be nice if -- in a future release -- this also could be changed in the GUI settings. Best, Fridolin -- Fridolin Wild, Institute for Information Systems and New Media, Vienna University of Economics and Business Administration (WUW), Augasse 2-...
2003 Feb 06
5
options(chmhelp = TRUE)
...rning message in R1.6.2 on Windows XP'' dated 1/28/03), but not in the context of the help system. The warning only appears once and does not prevent the chm file from opening, so it's more of a minor annoyance. Should I fill out a bug report? R> ?ls # use Rd help R> options(chmhelp = TRUE) R> ?ls # use chm help Warning message: DLL attempted to change FPU control word from 8001f to 9001f R> ?ls # open again, but this time no warning R> version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 6.2 yea...
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 'hhupd.exe'. After that (and r...
2006 Nov 01
4
help went away from top emacs window :-(
I've recently updated to R 2.4 and have noticed that when I type ?help.on.something in ESS from within emacs, the old text help doesn't show up in the "other" (other being the horizontally split windows) window. Instead the windows chm help file pops up. Is there any way to get R to revert back to the old "simple text based help in the top window" help? I couldn't
2002 Nov 07
3
Compiled help for 1.61 in Win XP ?
I cannot seem to get compiled help working with XP in neither 1.6 or 1.61. The ReadMe.rw1061 specifies: (ii) Compiled HTML files. Set this as the default by options(chmhelp=TRUE) or for individual help items by help(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 a...
2000 Apr 04
2
customizing help()
Hi I tried to customize help(), so it starts the compiled html help, and searches in all packages. I wrote the following function: > my.help function(topic){ help(topic, package=.packages(all=T), lib.loc=.lib.loc, chmhelp=T) } When I use it with >my.help(help) give the following error: Error in help(topic, package = .packages(all = T), lib.loc = .lib.loc, : No documentation for `topic' I tried also with > my.help function(x){ help(x,chmhelp)} with the same result. Only doing help(help) is wo...
2004 Oct 07
2
two help problems in R-2.0.0 for Windows (PR#7269)
R-2.0.0, WinNT / WinXP: options(chmhelp=TRUE) ?dnorm # does not work! ?Normal # works! Looks like calling compiled html help does not work for aliases, but only for the title of help pages... And a quick fix without changing the design is to change lines 136-137 in .../src/library/utils/R/help.R as follows: - err <- .C(&qu...
2009 Jul 22
1
R help - howto suppress chm help and use text/latex help?
Dear R Users, I've installed R with the chm option, but eventually I found I am more used to the normal way of latex help. Is there any argument to suppress chm help by default when starting R? So that I don't have to type something like >help(rle,chmhelp=NULL) I know the last resort would be to reinstall R. Thanks in advance! - J
2007 Jan 03
6
R grahics: Save as hangs computer
Hello list, I have encountered a problem trying to save graphs using the R-graphics menu: File|Save as. The menu suggests that files may be saved as either Metafile, Postscript, pdf, png, bmp, jpeg. When I specify any of those file formats a menu comes up requesting a file name. After providing a name R invariably hangs and has to be restarted. I am able to save files under the various
2000 Aug 20
1
Compiled HTML and aliased topics
When I try e.g. help(as.symbol, chmhelp = TRUE) I get an error message in the help viewer (translated to english: "The page cannot be shown"). This happens for all aliased topics (i.e. aliased in the *.Rd file). So I have to know the "unaliased" name (here: "name") to get chtml help. Is it possible to get...
2005 Mar 09
1
delay of warning for things in .Rprofile
Hi all, I was playing with R-devel 2005-03-08 on winXP Pro (installed from Duncan's installer). My .Rprofile contains: options(defaultPackages=c(getOption("defaultPackages"), "mypkg"), chmhelp=TRUE) but "mypkg" has not yet been installed in the library/ directory of this installation. When Rgui starts, I do not get any error or warning, but upon running one command, I get: Warning messages: 1: there is no package called 'mypkg' in: library(package, character.only = T...
2005 Sep 16
1
Rprofile not executed in R 2.2.0 alpha for Windows
Dear list members (esp. Duncan), I've run into the following curious problem with Version 2.2.0 alpha for Windows: Options in the Profile file in R's etc directory don't appear to be set. (I habitually uncomment options(chmhelp=TRUE), to no effect in this case.) As far as I can see, the only thing non-standard about my installation is that I put R 2.2.0 alpha under c:\R rather than under c:\Program Files. Regards, John ----------------------- Bug report info: Version: platform = i386-pc-mingw32 arch = i386 os = m...
2012 Oct 01
2
Hmisc describe error
Describe fails for me with a message similar to what was an issue in 2008 and got fixed according to posts. R version 2.15.0 (2012-03-30) Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i386-pc-mingw32/i386 (32-bit) # output truncated > options(chmhelp = FALSE, help_type = "text") > .help.ESS <- help > options(STERM='iESS', editor='gnuclient.exe') > load('prostate.sav') > library(rms) Loading required package: Hmisc Loading required package: survival Loading required package: splines Hmisc library...
2003 Jun 26
1
problems with library in 1.7.1
...downloaded on Win98. With the old 1.6.2 I had modified the etc/Rprofile file as etc/Rprofile # Things you might want to change # options(width=80) # options(papersize="a4") # options(editor="notepad") # options(pager="internal") # to prefer Compiled HTML help options(chmhelp=TRUE) # to prefer HTML help # options(htmlhelp=TRUE) # to prefer Windows help # options(winhelp=TRUE) .lib.loc <- c("c:/R/R_cran/library","c:/R/R_w/library",.Library) ------------------ and it normally worked well, calling library() gives me a list of all packages in the 3 s...
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98 R version: Version 1.6.1 (2002-11-01) Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002) (dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50) I've just upgraded to R 1.6.1. By typing library(tseries) example(garch) => I've got a crash with the following message: "RGUI a causé une
2002 Nov 17
2
Package tseries: crash for Windows version (PR#2302)
Platform: Windows 98 R version: Version 1.6.1 (2002-11-01) Package 'tseries' version: 0.9-4 Built: R 1.6.0; Win32; Mon Oct 7 14:02:38 2002) (dependanted packages 'quadprog': Built: R 1.5.1; Win32; 2002-07-03 12:20:50) I've just upgraded to R 1.6.1. By typing library(tseries) example(garch) => I've got a crash with the following message: "RGUI a causé une
2005 Oct 27
1
R-devel CHTML problem
...am on Win2000 machine with all the necessary tools installed). I compile R-devel and R-patched trees every couple of days and install them in separate directories. Everything seems to work fine for R-patched. Compilation of R-devel also goes without a problem, but when I try to use help with the chmhelp=TRUE I get two errors: 1. A separate error windows pops up saying: "The procedure entry point HtmlHelpA at 16 could not be located in the dynamic link library hhctrl.ocx" 2. I get the following on the R console Error in dyn.load(x, as.logical(local), as.logical(now)) :...
2006 Mar 31
1
Problem with help() respectively ?
Hi, I have a problem with my the R help system. I have been searching through the help archives but I can't find anything about it and I don't know how to specify my search better. When I type for instance "?hist", just the next command line prompt shows but nothing actually happens. There is no help window coming up. I already tried reinstalling R (2.2.1, windows XP) but that
2009 Jan 02
3
text rather than html help in Windows
I would like to use Rterm in Windows XP and have the help files appear in text format in the terminal rather than in the html popup window. For example, I would like to enter help(lm) and get the text to appear in the terminal window. Can anyone suggest a way to do this? Thanks and Happy Hew Year. Tom -- View this message in context:
2006 Dec 18
0
.Rprofile not executed completely in 2.5.0
...ally post to R-devel, but I started to test R-2.5.0dev and encountered strange difference from 2.4.0 when loading Rgui under WXP. Both R builds are from CRAN executables and part of .Rprofile file is not executed in R-2.5.0. Here is my .Rprofile file contents --------------------------- options(chmhelp=TRUE) require(graphics) require(utils) RNGkind("Mersenne-Twister", "Inversion") par(bg="white") # this is not evaluated library(fun) # this is not evaluated data(stand) # this is not evaluated --------------------------------- Here you can see output from console....