On Nov 11, 2009, at 6:54 PM, Fraser Sim wrote:
Hi all,
Another comment re: html help in Windows. It seems that we've lost the
functionality of being able to browse the other functions in a
package. In
chm, after calling a help function on 'arrayw' in say package
'limma' in
BioC, it was p
This has already been discussed on this list.
Its now a link at the bottom of the page labeled Index.
On Wed, Nov 11, 2009 at 7:54 PM, Fraser Sim wrote:
> Hi all,
>
>
>
> Another comment re: html help in Windows. It seems that we've lost the
> functionality of being able to browse the other func
Hi all,
Another comment re: html help in Windows. It seems that we've lost the
functionality of being able to browse the other functions in a package. In
chm, after calling a help function on 'arrayw' in say package 'limma' in
BioC, it was possible to see all of the other functions in the limma
Hi,
if the system that builds the html help page is latex capable, then it
would not be too difficult to use the same trick wikipedia is using
(generating a png file for each equation). Translating latex style
markup into mathml is another game, see this:
http://www1.chapman.edu/~jipsen/mathm
Hi Jack,
I'm not sure about the tag either, and it didn't work when I tried
it. I think the approach this web page uses may help in writing
mathematical symbols to HTML:
http://comers.citadel.edu/math_sym2005.htm
Cheers,
Mike
Jack (Zhan, Hua Ping) wrote:
>
>
> HTML help is not right for m
JAck,
On Apr 14, 2009, at 22:50 , Jack (Zhan, Hua Ping) wrote:
Hi,guys,
HTML help is not right for math formula:
For example:
I got the following formula in help page of ca.jo in urca package:
X_t = Pi_1 X_{t-1} + ... +
Pi_k
X_{t-k} + μ + Phi D_t + varepsilon_t
, quad (t = 1, ..., T),
Th
Hi,guys,
HTML help is not right for math formula:
For example:
I got the following formula in help page of ca.jo in urca package:
X_t = Pi_1 X_{t-1} + ... + Pi_k
X_{t-k} + μ + Phi D_t + varepsilon_t
, quad (t = 1, ..., T),
This presentation is just not good, however, in most browser,
with tag ,
On Wednesday 23 April 2008 16:25:13, [EMAIL PROTECTED] wrote:
> Dear R team!
>
> I found in HTML help for function solveLP(linprog) a small mistake. It
> says in Description "Minimizes c'x, subject to A x >=3D b and x >=3D 0",
> but tests show that there should be A x <=3D b.
Thanks for reporting
Full_Name: Belhassen Kaabi
Version: 2.7.0
OS: Windows XP SP2
Submission from: (NULL) (193.95.84.230)
R stuck when HTML help is invited (proxy server is used for the connection to
the internet).
I tried both internet2.dll and the default in custom intallation.
Thanks
_
Dear Ludek!
On Wednesday 23 April 2008 16:25, [EMAIL PROTECTED] wrote:
> Dear R team!
>
> =20
>
> I found in HTML help for function solveLP(linprog) a small mistake. It
> says in Description "Minimizes c'x, subject to A x >=3D b and x >=3D 0",
> but tests show that there should be A x <=3D b.
Tha
Dear R team!
=20
I found in HTML help for function solveLP(linprog) a small mistake. It
says in Description "Minimizes c'x, subject to A x >=3D b and x >=3D 0", but
tests show that there should be A x <=3D b.
=20
Best regards,
=20
Ludek
=20
=20
[[alternative HTML version deleted]]
On Sun, 23 Sep 2007, P Ehlers wrote:
> There seems also to be a difference between the way 'help()' and '?'
> handle 'topic' in some cases.
Yes, that is intentional. I didn't mention it (after deliberation) as the
bug report was about help(htmlhelp=TRUE) and not ?. I did mention
clarifying th
There seems also to be a difference between the way 'help()' and '?'
handle 'topic' in some cases.
Consider:
lm <- "aov"
The following all bring up help for 'lm':
?lm
?"lm"
help("lm")
This opens help for 'aov':
help(lm)
It seems that "?" doesn't care about quoting, but "help" does.
Did I miss s
On a normal R help system any version of help(letters) tries to give you
help on a, b, etc. This is intentional (although the documentation is
unclearly worded), and has been the case since at least R 2.0.0.
Some versions of help will display only the first topic.
If help(letters, htmlhelp=FALS
On a normal R help system any version of help(letters) tries to give you
help on a, b, etc. This is intentional (although the documentation is
unclearly worded), and has been the case since at least R 2.0.0.
Some versions of help will display only the first topic.
If help(letters, htmlhelp=FALS
[EMAIL PROTECTED] wrote:
>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:"
>
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 letter
17 matches
Mail list logo