Re: [Rd] Bug filed on unzip() function

2010-12-23 Thread Marc Schwartz
On Dec 23, 2010, at 8:24 PM, Simon Urbanek wrote: > On Dec 23, 2010, at 7:44 AM, Uwe Ligges wrote: > >> This message contains a good question: >> >> Is there any reason why the bug reports are no longer mailed to R-devel? > > The way Bugzilla works is that all parties involved in a bug get e-ma

Re: [Rd] Bug filed on unzip() function

2010-12-23 Thread Simon Urbanek
On Dec 23, 2010, at 7:44 AM, Uwe Ligges wrote: > This message contains a good question: > > Is there any reason why the bug reports are no longer mailed to R-devel? The way Bugzilla works is that all parties involved in a bug get e-mails - but then they get all of them including all updates of

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread Zhang,Jun
The sub-package texinfo-tex is freely available on the internet. Install it, and /usr/bin/texi2dvi should be one of its components. You may need admin privilege to do that. Jun -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of c

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread carol white
Thanks for all replies. I found Sweave.sty in the system files of my local machine. It was sitting in /usr/share/R/texmf/. The content is the same as the file sent previously. So the file has always been in the system but R has been unable to find it. I put the sty file in the home directory,

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread Marc Schwartz
Hi, Sorry for the late entry here, but I just noted that Carol is running Fedora 10, which has not been actively supported for just over a year. It went End of Life (EOL) in December of 2009, which means that your Fedora 10 installation has been without bug/security fixes, application patches a

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread Kasper Daniel Hansen
Hi Carol As you now know, this is because per default R/Sweave puts the line \usepackage{Sweave} in the generated tex file. This means the tex file is "portable", but it also implies that Sweave.sty needs to be "installed" in your tex installation. Or you can put the Sweave.sty in the director

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread carol white
Another question that I have is the following: If I want to create the package vignette on a server for which I don't have admin rights to install Sweave.sty, where is the best place to save this file if I want to run from anywhere in my home directoy or do I have to put this file in a direct

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread Duncan Murdoch
On 23/12/2010 7:46 AM, carol white wrote: R installation and admin manual doesn't tell where to save Sweave.sty. You shouldn't need to move it. I use R 2.10.0, fedora 10 and, tex Version 3.141592-1.40.3 (Web2C 7.5.6) That R is pretty old. I wouldn't be surprised if the current release h

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread carol white
R installation and admin manual doesn't tell where to save Sweave.sty. I use R 2.10.0, fedora 10 and, tex Version 3.141592-1.40.3 (Web2C 7.5.6) Cheers, - Original Message From: Duncan Murdoch To: carol white Cc: r-devel@r-project.org Sent: Thu, December 23, 2010 1:21:14 PM Subject

Re: [Rd] Bug filed on unzip() function

2010-12-23 Thread Uwe Ligges
This message contains a good question: Is there any reason why the bug reports are no longer mailed to R-devel? I'd appreciate to get a notice what is going on in the bug repository without having to look on those web pages. Best wishes, Uwe On 21.12.2010 18:50, Ken Williams wrote: Hi, A

Re: [Rd] License statement

2010-12-23 Thread Gavin Simpson
On Wed, 2010-12-22 at 18:04 -0800, Scott Gonyea wrote: > Heh. That's annoying. The R Mailing List should really set the > "reply-to" header. No it shouldn't, if you mean set the list as the reply-to address that i. If I want to reply to a message you sent, I Reply to you. If I want that reply to

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread Duncan Murdoch
On 23/12/2010 5:26 AM, carol white wrote: When I copied Sweave.sty in the directory where I ran R, I didn't have any error. But this is not the good solution as R can be run in any folder. I copied Sweave.sty in /usr/share/texmf/. I put my Rnw file in inst/doc folder in my R package to create t

Re: [Rd] Error in generating sweave-tex -> pdf file-cont.

2010-12-23 Thread Uwe Ligges
On 23.12.2010 11:47, carol white wrote: I also copied Sweave.sty in the directory of my Rnw file (according to http://www.stat.uni-muenchen.de/~leisch/Sweave/FAQ.html) but texi2dvi not found when I ran R CMD check. I also found this solution inconvenient because if one develops different R pack

Re: [Rd] Error in generating sweave-tex -> pdf file-cont.

2010-12-23 Thread carol white
I also copied Sweave.sty in the directory of my Rnw file (according to http://www.stat.uni-muenchen.de/~leisch/Sweave/FAQ.html) but texi2dvi not found when I ran R CMD check. I also found this solution inconvenient because if one develops different R packages, he shouldn't copy the Sweave.sty in

Re: [Rd] Error in generating sweave-tex -> pdf file

2010-12-23 Thread carol white
When I copied Sweave.sty in the directory where I ran R, I didn't have any error. But this is not the good solution as R can be run in any folder. I copied Sweave.sty in /usr/share/texmf/. I put my Rnw file in inst/doc folder in my R package to create the vignette. I ran R CMD check and it does