search for: rd2dvi

Displaying 20 results from an estimated 113 matches for "rd2dvi".

2004 Jul 16
3
rd2dvi bug on windoze?
hi, can anyone confirm the following problem? when i do dos> rcmd rd2dvi --pdf my-package-name i get dos> Can't open perl script "c:\PROGRA~1\r\rw1091/bin/rd2dvi": No such file or directory might the problem be in (double back slashes rather than forward slashes) R-1.9.1\src\gnuwin32\front-ends\rcmdfn.c(251): strcat(cmd, RHome); strcat(cmd, "/b...
2008 Nov 10
1
Rd2dvi problem.
If I execute R CMD Rd2dvi foo.Rd I get messages of the form: Converting Rd files to LaTeX ... foo.Rd Creating dvi output from LaTeX ... Saving output to 'foo.dvi' ... cp: .Rd2dvi4366/Rd2.dvi: No such file or directory Done xdvi-xaw: Fatal error: foo.dvi: No such file. Indeed if I add the --no-clean flag and then...
2007 Jul 23
1
Error using Rd2dvi on OSX
...error but I think that I have a fully working latex install (installed with iInstaller) as I use TeXShop with no problem. Could someone help? Jean-Pierre ----------------------------------------------------------------------------- gattuso@[~/Documents/experiments/seacarb_folder/seacarb]: R CMD Rd2dvi --pdf man Converting Rd files to LaTeX ... man/K1.Rd man/K1p.Rd man/K2.Rd man/K2p.Rd man/K3p.Rd man/Kb.Rd man/Kf.Rd man/Kh.Rd man/Ks.Rd man/Kspa.Rd man/Kspc.Rd man/Kw.Rd man/bor.Rd man/carb.Rd man/phinsi.Rd man/rho.Rd man/seacarb_test.Rd ENCS is Creating pdf output from LaTeX ... /Library/Framewor...
2000 Jun 22
2
Intermediate LaTeX output generated by R CMD Rd2dvi
Is there any way of getting just the LaTex output which R CMD Rd2dvi generates on the way to produces a .dvi file, which could then be incoorporated into another document? Thanks, Jonathan -- Dr. Jonathan Myles e-mail:jonathan.myles at mrc-bsu.cam.ac.uk MRC Biostatistics Unit Tel. 01223 330372 Institute of Public Health FAX 01223 330388 U...
2005 Sep 06
1
bash help please
...ry=$(RHOME)/share/texmf # # Define to use other TeX # # PDFLATEX = pdflatex # LATEX = latex # PDFTEX = pdftex # TEX = tex else PDFLATEX = pdflatex LATEX = latex PDFTEX = pdftex TEX = tex endif My problem is that I don't know enough about Bourne shell scripting and GNU make to have this affect Rd2dvi (and possibly other Rcmd commands, I haven't looked yet). Specifically, we need to have Rd2dvi.sh import these definitions from src/gnuwin32/MkRules, which may have been edited by the user since Rd2dvi.sh was built. A complication is that if the user has already defined environment variab...
2001 Jul 18
1
Rd2dvi - script (PR#1029)
Full_Name: Ole Christensen Version: 1.3.0 OS: Solaris Submission from: (NULL) (130.225.48.2) I have discovered a problem with script Rd2dvi for R-1.3.0 on our Solaris machines. When writing R CMD Rd2dvi Name_of_Package, then things go wrong with the conversion to Latex of the DESCRIPTION file in the package. Having discussed the problem with our system administrator, he constructed a script illustrating the problem (see below: scrip...
2000 Jun 28
1
Rd2dvi
I'm trying to use R CMD Rd2dvi and I end up at a Latex (I think) command prompt. What's missing or what am I suppose to do? Paul Gilbert _______ paul at breman:/apps/dse-versions/2000.6/dse#R CMD Rd2dvi syskern This is TeX, Version 3.14159 (Web2C 7.3) (Rd2.tex LaTeX2e <1998/12/01> Babel <v3.6k> and hyphenation...
2005 Feb 10
2
Problem with "R CMD Rd2dvi": Rd.sty not found
Hi, I run into a problem with "R CMD Rd2dvi" command: it gives me "File `Rd.sty' not found" error (See the output message on the bottom). I get the same error when running "RCMD check". My system is: Windows 2000, R version 2.0.1, MiKTeX version 2.4. I do have a Rd.sty file in R_HOME/share/texm directory. I look...
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
Hello, I can build packages with R-2.8.0 but I cannot run the code: R CMD Rd2dvi --pdf --no-clean <pkg_name> =20 Error message: .: Can't open C:/Apps/R/R280/share/sh/dcf.sh: No such file or directory The system cannot find the path specified. =20 The above code works fine in R-2.7.2. =20 Comparing the bash script Rd2dvi.sh between R-2.7.2 and R-2.8.0 makes me think th...
2010 Apr 28
1
Rd2dvi pagination of index in pdf manual
I construct a pdf package manual in Windows 7 using R CMD Rd2dvi --pdf --no-preview [packagename] Page numbers are listed correctly under 'R topics documented' at the front, but incorrectly (offset by -2 pages) in the Index at the back. Following the hyperlinked page numbers in the Index takes you to the wrong page. 2 pages happens to be the length of th...
2007 Jul 26
2
Rd2dvi (PR#9812)
Is this a bug-- ------------------------------------------------------------------------------- <234>% R CMD Rd2dvi base.Rd Converting Rd files to LaTeX ... base.Rd Can't use an undefined value as filehandle reference at /opt/R-2.5.1/lib/R/share/perl/R/Rdconv.pm line 78. ENCS is Creating dvi output from LaTeX ... Saving output to 'base.dvi' ... cp: cannot access .Rd2dvi26632/Rd2.dvi Done xdvi-xaw.b...
2011 Mar 25
1
Rd2pdf and Rd2dvi don't find texi2dvi
Hello everybody I'm am trying to build a pdf out of the Rd files that i wrote for a package, so that I can attach it to my thesis. if i Run Rd2pdf (or Rd2dvi) I get this error massage: Hmm ... looks like a package Converting Rd files to LaTeX . Creating pdf output from LaTeX ... Error in texi2dvi("Rd2.tex", pdf = (out_ext == "pdf"), quiet = FALSE, : Running 'texi2dvi' on 'Rd2.tex' failed. Output: You don't ha...
2009 Feb 03
1
Package manuals.
When I create a manual for a package that I create and use locally, e.g. via R CMD Rd2dvi --pdf foo where ``foo'' is the name of the directory containing the source for the package (also named ``foo'') the resulting manual does not appear to have an index. The package.pdf files appearing on CRAN all seem to have indices. What must I do to get an index appended to th...
2003 Jul 07
1
Bug in Rd2dvi.sh (or doc error)? (PR#3422)
...Murdoch <dmurdoch@pair.com> License: GPL The Description line is supposed to show up on 2 lines; line wrapping might have messed it up. When I put a tab at the start of the line ahead of "See the orientlib help topic", I don't get that line in the .pdf manual produced by Rcmd Rd2dvi.sh --pdf orientlib When I put a space there (as above), it works fine. Could someone let me know if this is Windows-specific? If not, opinions about whether the error in is the script or the documentation (Writing R Extensions, Creating R packages, Package Structure, The DESCRIPTION file) would...
2000 Apr 17
3
Maths in R documentation (PR#523)
The document R-exts contains the following example of using mathematics in R documentation. \deqn{p(x) = {\lambda^x\ \frac{e^{-\lambda}}{x!}} {p(x) = lambda^x exp(-lambda)/x!} There is a syntax error in there, but that's not my point. The problem is that using "R CMD Rd2dvi" I find that putting the alternate forms of the equation on top of each other doesn't work. \deqn{foo} {bar} is interpreted as \deqn{foo} bar which causes a number of problems,e.g. you get both forms of the equation printed, LaTeX complains about missing math delimiters, etc. I so...
2001 Jun 10
1
documentation and \sloppy (PR#976)
Hi When preparing documentation using Rd2dvi sometimes we get "overflow" on some lines. The consequence is that in the documentation there are some lines where words are not hyphenated or moved. The final document has some lines with more columns than the rest of the text. This happens when we use \code{} (which probably calls the...
2003 Sep 16
1
package documentation
Dear all, I writing my first package and everything seems to work (at least up to now) However when I try to build documentation (.dvi or .pdf), using Rcmd Rd2dvi.sh --pdf mypack.Rd I get a mypack.pdf whose title is "R documentation of mypack.Rd" instead of "The mypack package" as it should be, is it right? Also Version, Title, ....License, namely info from the DESCRIPTION file, are missing on the first page. Where is the problem? Many...
2008 Aug 25
1
Displaying Equations in Documentation
...l, as well as several other useful summary statistics about the error in thoe variables. R Squared values are calculated as \deqn{R^{2} = 1-\frac{estimated variance}{observed variance}} Standardized error coefficients are then calculated as sqrt(1 - R^2). } While it shows normally using R CMD Rd2dvi, when I actually compile and load the package, displays as follows: R^{2} = 1-frac{estimated variance}{observed variance} I have also tried \deqn{R^{2} = 1-\frac{{estimated variance}{observed variance}}} and \deqn{R^{2} = \frac{1-{estimated variance}{observed variance}}} with the same resu...
2004 Dec 22
2
Creating packages in windoze: *** [indices] Error 1
...ed *** Removing 'h:/TEMP/Rbuild.1020/taxon' ERROR * installation failed * building 'taxon_2.0-0.zip' zip warning: name not matched: taxon zip error: Nothing to do! (try: zip -r9X H:/R/rw2001/src/gnuwin32/taxon_2.0-0.zip . -i taxon) H:\R\rw2001\src\gnuwin32>echo rcmd rd2dvi.sh --pdf taxon rcmd rd2dvi.sh --pdf taxon H:\R\rw2001\src\gnuwin32> [[alternative HTML version deleted]]
2010 Jan 12
1
The TeX-source for the package manual.
I have noted that the later versions of Rcmd check cleans out the directory pkg.Rcheck so that only package-manual.log and package-manual.pdf are left. Formerly the package-manual.tex was around too --- very handy for various purposes. Is there a way to generate the .tex - version of the manual for a package? br. Bendix ______________________________________________ Bendix Carstensen Senior