Displaying 20 results from an estimated 11000 matches similar to: "How to convert a Rd file into multi html files?"
2003 Sep 19
1
what is mechanism of help(foo)?
I wrote a R package, and installed it. But I don't understand how R can find right help content for object "foo" when calling "help(foo)". Who can give me underlying details or any reference regarding "help(foo)"?
In fact, after installing my package "pkg_foo" and calling library(pkg_foo), I can correcttly use any function and data in
2004 Mar 10
2
Writing Rd files dor package
Hi all,
I have some problems to write help files for a package. I don't
understant how to include help
files in a package that I develop.
I have written the Rd files that I have put in a man directory. So after
this, I built the package with the command
R CMD build (for linux) and I obtained my package (I have also used the
commands R CMD Rdconv -t txt and
R CMD Rdconv -t html to convert
1998 Jan 05
1
make docs
Installing 0.61 in Solaris (SunOS 5.5) I am getting the following error when I
try to make docs or make help
[28] /home/res8/gilp/R : make docs
make: Fatal error: Don't know how to make target `../src/library/*/man/*.Rd'
Current working directory /home/res8/gilp/R-versions/R-0.61/etc
Paul Gilbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel
2002 Jul 13
2
Fail to convert any .Rd file
Hello, experts!
I've tried to convert MASS.Rd, for instance:
R CMD Rdconv -t txt MASS.Rd -o MASS.txt 2>MASS.log
Comp was thinking for a long, about 30s on Linux 600MHz/128M,
but after that R didn't produce the result MASS.txt file, but
very large log. Here is its header:
******* Syntax error: mismatched or missing brackets in
/-----
\name{Aids2}
\alias{Aids2}
\title{
2005 Jul 27
1
how to generate 00Index.html from Rd or html
I'd like to generate 00Index.html for a bunch of libraries for my
R search page. I have now almost all the html help files for
individual functions, even for packages that won't install on my
computer (e.g., because they are specific to Windows). I made
these using Rdconv. But that won't make the 00Index file, and
neither will Rdindex, which makes a text file. I'm probably
2013 Jan 04
1
failed to run xen3.x
I want to run the examples of a book titled "The Definitive Guide to the Xen
Hypervisor", but Xen4.x seems not support the examples and says something
like
xc: error: panic: xc_dom_bzimageloader.c:607: xc_dom_probe_bzimage_kernel:
kernel is not a bzImage: Invalid kernel
So I have to install Xen3.4. On vmware, I follow the instructions from
Internet to install Ubuntu 1004 with kernel
2008 Feb 05
1
Compile Rd file
Hello,
I am trying to compile a file .Rd into .html using R CMD Rdconv -t=html
/file.rd/>/file.html./ It seems that the process works ok but instead of
having for example loo.cv(NMRTools) at the top of the html file I have
loo.cv{unknown}. Any ideas on how to solve this?
Best,
Dani
//
--
Daniel Valverde Saub?
Grup de Biologia Molecular de Llevats
Facultat de Veterin?ria de la
1999 Jan 20
4
Rd files
Friedrich
I've just been looking at the possibility of converting my html help to Rd
files. Could you please remind me of a few things (or point me to where they are
documented):
- Must there be separate .Rd files for each function or can they be combined
into one large file?
- Is the name{..} field used or is the name field picked up from the file name?
(Looking at the html result of a few
2000 Oct 20
1
How to convert .Rd format in windows
Thanks for everyone who answered my query.
I put an extra line in AUTOEXEC.BAT to specify the R_HOME variable.
And the Rdconv command works perfectly if I execute the AUTOEXEC
from DOS prompt. However, if I execute the AUTOEXEC from inside windows
system the command does not work.
Thanks,
Agus
------------------------
Agus Salim
PhD student
Dept. of Statistics
University College Cork,
Ireland
2001 May 01
4
How packages are set up
In trying to get more familiar with R I have two questions.
1. For large packages it would be slow to parse all R source
code for the package each time library() is issued.
Yet I haven't found where a package's functions are stored
in in .RData format. Would someone please clarify this?
2. Have package developers found that it works best to
maintain packages locally using the same
2002 Mar 19
3
multiroot() anyone?
Dear list, Did anybody have something like multiroot(),
similar to uniroot() only for several varibles/function?
I know the difficulty several varibles bring. But for
nice functions, it can be useful.
We are thinking of writing one....I thought to ask first.
Mai Zhou
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2011 Oct 12
3
trace an Rd conversion error in R cmd check
Hi All,
Apologies if this is a very naive question. Is there a way to see the
particular Rd file being processed right before a warning/error
occurs? As far as I can tell, all my .Rd files use have names and
titles and they are unique between Rd files (sometimes in a file I use
something like \name{foo} \title{Foo}). I seem to be able to convert
files to latex using: R CMD Rdconv --type=latex
1997 Nov 11
2
R-alpha: help files of base package
[this message bounced, because it had 'help'
at beginning of Subject. Now sent as "approved". -- MM]
I'm not happy at all with the html and latex version of the base help
files, because presenting (currently) 320 files in alphabetic order is
not a good way for unexperienced users.
I'm thinking about introducing a new command like \category or
whatever to split the
2008 Feb 20
3
Rd to latex
Hello,
I would like to convert an Rd object to a latex file, so that I can put
it in my thesis. How can I do it? I tryed latex(), but it only works for
code...
Best,
Dani
--
Daniel Valverde Saub?
Grup de Biologia Molecular de Llevats
Facultat de Veterin?ria de la Universitat Aut?noma de Barcelona
Edifici V, Campus UAB
08193 Cerdanyola del Vall?s- SPAIN
Centro de Investigaci?n Biom?dica en
2002 Dec 04
1
Converting R help files to S-Plus 6 sgml,html
I have help files in several formats. Up until now I have converted nroff files to S-Plus 6 sgml and html files using
Splus doc_to_S ... (creates .sgml file)
Splus HINSTALL ... (creates .sgm and .html files)
I maintain master help files in R .Rd files, and for some of my functions converting from .Rd to .sgm using R CMD Rdconv --type=Ssgm ... produces better .sgm files than beginning with
2001 Feb 23
3
Stuck in the Rd
Having almost written a Tcl program to convert S help to Rd format, I
have one problem that I have failed to solve after reading 'R-exts'. Is
there a tag something like '\item' that works in a similar way but
doesn't have to be after an '\arguments' or '\value' tag? I'm trying to
include sections on 'MODEL PARAMETERS' and 'DESIGN
2005 Sep 15
4
Rd and guillemots
First of all, thanks to those who've set up R to work so smoothly with
Miktex-- even a total Latex bunny like me got it to work instantly, so
that for the first time I'm able to run my Rd files through the Latex
side of RCMD CHECK.
Now the question/buglet. One of my Rd files contains the following:
\code{mlazy( <<objname1>>, <<objname2>>, <<etc>>)}
2006 Jan 06
2
ouml in an .Rd
I am trying to put an ouml in an .Rd file with no success. Writing R
Extensions suggests:
Text which might need to be represented differently in different
encodings should be marked by |\enc|, e.g. |\enc{J??reskog}{Joreskog}|
where the first argument will be used where encodings are allowed and
the second should be ASCII (and is used for e.g. the text conversion).
(Above may get mangled by
2006 Jan 06
2
ouml in an .Rd
I am trying to put an ouml in an .Rd file with no success. Writing R
Extensions suggests:
Text which might need to be represented differently in different
encodings should be marked by |\enc|, e.g. |\enc{J??reskog}{Joreskog}|
where the first argument will be used where encodings are allowed and
the second should be ASCII (and is used for e.g. the text conversion).
(Above may get mangled by
2003 Dec 11
1
Using \leq for <= in Rd files
Hi,
When writing formulae in Rd files I use \leq to get a less-than-or-equal-to
sign, as this is what the LaTeX references I consulted suggested. This works
correctly for the PDF output (Rcmd Rd2dvi.sh --pdf), however when the Rd
file is converted to text or html this command is converted to "<=q".
A workaround is to use \le instead of \leq which works with my LaTeX
distribution