Displaying 20 results from an estimated 1100 matches similar to: "Can't find linked HTML helpfile unless package is specified (PR#819)"
2006 Dec 12
0
[782] trunk/wxruby2/samples/bigdemo: HtmlHelpWindow sample with helpfile
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
1997 Jun 16
0
R-alpha: image(): minor bug in R code and helpfile (fixes)
I've noticed a few minor annoyances/mismatches with S in image().
First, if you give it just a matrix argument (image(z)), it complains
rather than (as S does) using default x and y.
This patch fixes it to work (mostly) like S (although in keeping with
what was in R already the default x,y coordinates are ((0,1),(0,1)) rather
than (1:nrow,1:ncol)).
5,16d4
< if(is.list(x)) {
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press
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 .a format.
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 Apr 19
0
(PR#9613) [Wishlist] to uniform help(x) and library(help=x)
What library(help=foo) produces is not HTML and has no hyperlinks, so why
do you want it displayed in 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
2001 Nov 15
2
help.start() works with Mozilla, but not with ESS
In a recent post, I reported that help.start worked with Mozilla,
although it had not worked before. I now have discovered 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.
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 command line, it
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 of letters, then followed by
"you could try
2010 Oct 28
3
help with help()
Hi all
Just this morning I upgraded to R 2.12.0 (for Mac OS X 10.6.4).
All went well until I needed to run a help() or help.search() in 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,
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
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
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("Rchtml", hlpfile, topic,
- err =
2006 Jan 13
2
HtmlHelp in Wine
Hi, All!
I've tried to invoke a command (using Wine-0.9.5) "wine hh document.chm" and
received a message that a Mozilla 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
2001 Oct 31
3
problem with help.start() in R (PR#1156)
Hi,
The function help.start() assume that the brower is netscape
which is no longer the dominant brower in used. I am using now opera
and other use mozilla or Microsoft IE. I can always type
help.start(browser="opera"), but it is not convenience: I would like
to be able to set the default brwsernone for all. But the real bug is
that even after launching
2009 Apr 20
2
ODBC in wine
Hi
I get the following when running an App on wine-1.1.18.
Does it mean the application can't access the odbc data base?
WINEDEBUG=+winhttp.dll wine tally9.exe fixme:winspool:EnumFormsA 0x1 1
(nil) 0 0x33f894 0x33f898
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:psdrv:PSDRV_CreateColor Colour is 01000000
fixme:htmlhelp:HtmlHelpW HH
2011 Jun 22
0
Dynamics GP 10
wine version 1.3.21
Ubuntu 10.04 LTS 64 bit
I'm trying to get Microsoft Dynamics GP 10 to run under wine.
So far I have installed (with winetricks)
.Net 2.0 & SP2
MDAC 2.8
vcrun 2005 (I had to get the latest version of winetricks using SVN to get this to work)
The application starts to launch, and the login window is drawn, and then the login window closes. The Dexterity runtime
2010 Feb 10
1
Office 2007 installer error
Hey everyone,
Need some help setting up wine to work with the Office 2007 installer. I just switched to Mandriva from Kubuntu. And now have problems with setting up office.
If I run the setup.exe with wine 1.1.38 I get the installer window pop up then it fades away and I get an error about a missing setup file.
If I run it from the console I get:
# wine setup.exe
2010 Jul 18
1
cannot load setup.exe/Office 2007 under bin32-wine
I'm running Arch Linux x86_64 using the bin32-wine package and am trying to run setup.exe to install Office 2007 on my Arch box but can't get the installer to run. It crashes out with the following debug info which isn't very helpful to me. Suggestions are appreciated!
Code:
$ wine setup.exe
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that
2007 Nov 25
1
Package Building under Windows with MikTeX 2.6
Dear WizaRds,
I wrote a small function in R and would like to create a package. The
necessary documentation is done, Rtools etc. are installed and I am
still unable to complete the process under Windows. I did extensive
research in the archives and read the Murdoch-Sutherland website on the
Rtools and MikTeX hints. I realize that I understand only half or less
of what is said there