Re: [Rd] troubles with R CMD check and examples under Ubuntu gutsy

2008-05-05 Thread Berwin A Turlach
G'day Patrick, since you seem to be hell-bent on having r-devel in this discussion, I guess I might CC this there too. :) On Mon, 05 May 2008 08:50:04 +0200 Patrick Giraudoux <[EMAIL PROTECTED]> wrote: > There has been a threat on something similar in R-devel on August > 2007... but I cannot

Re: [Rd] S4 / S3 / Sweave problem

2008-05-05 Thread Martin Maechler
> "PaulG" == Paul Gilbert <[EMAIL PROTECTED]> > on Sun, 04 May 2008 21:46:18 -0400 writes: PaulG> Prof Brian Ripley wrote: >> I'm not sure what the issue being asked about here is. The peculiar >> printing I don't see and may well be a locale issue. (Is this UTF-8 and

Re: [Rd] S4 / S3 / Sweave problem

2008-05-05 Thread Prof Brian Ripley
On Mon, 5 May 2008, Martin Maechler wrote: "PaulG" == Paul Gilbert <[EMAIL PROTECTED]> on Sun, 04 May 2008 21:46:18 -0400 writes: PaulG> Prof Brian Ripley wrote: >> I'm not sure what the issue being asked about here is. The peculiar >> printing I don't see and may well be a local

[Rd] OS_type

2008-05-05 Thread Prof Brian Ripley
We've now implemented an OS_type field in a package's DESCRIPTION file, which if set has to match .Platform$OS.type (possible values "unix" and "windows"). CRAN has set up some overrides and added this field to packages known to be Unix-only or Windows-only, but authors should do so for themse

Re: [Rd] troubles with R CMD check and examples under Ubuntu gutsy

2008-05-05 Thread Patrick Giraudoux
I would suggest the following: 1) remove the directore pgirmess.Rcheck 2) run `R CMD check pgirmess' and see if the error occurs again 3) look at pgirmess.Rcheck/pgirmess/R. Does it contain the three files that I mentioned or the original source files. If the latter, check whether PermTest

Re: [Rd] OS_type

2008-05-05 Thread Dirk Eddelbuettel
On Mon, May 05, 2008 at 11:56:47AM +0100, Prof Brian Ripley wrote: > We've now implemented an OS_type field in a package's DESCRIPTION file, > which if set has to match .Platform$OS.type (possible values "unix" and > "windows"). CRAN has set up some overrides and added this field to > packag

Re: [Rd] ~/.Rprofile executed twice by R.app under Mac OS X (PR#11380)

2008-05-05 Thread Simon Urbanek
Thanks, fixed in r5128. (For completeness this happened if the open and startup directories were the same thus each of them triggered a .Rprofile load for the same directory). Cheers, Simon On May 4, 2008, at 2:50 PM, [EMAIL PROTECTED] wrote: All is in the title. My config is: Version: p

Re: [Rd] A patch for extending pdf device to embed popup text and web links

2008-05-05 Thread Tadashi Kadowaki
Dear Paul and Tobias, Thank you for your positive comments. I agree your comments. Firstly, I am learning how to make an R package, and RSVGTipsDevice is a good pointer for me. Secondly, in a package of extended pdf device, I will try to follow the R coding style. For example, text and mtext func

Re: [Rd] A patch for extending pdf device to embed popup text and web links

2008-05-05 Thread Tony Plate
Paul Murrell wrote: Hi Tobias Verbeke wrote: Dear Tadashi, Thank you very much for sharing your work. I am sending a patch for R-2.7.0 for extending pdf device to embed pop up text and web links. The patch is available at http://www.okada.jp.org/RWiki/?plugin=attach&pcmd=open&file=R

Re: [Rd] [R-SIG-Mac] Starting tcltk without Tk

2008-05-05 Thread Simon Urbanek
It turns out that the behavior of starting just Tcl was actually a bug. Apparently the intention was to attempt to start Tk regardless of the DISPLAY variable, because some TclTk implementation such as Aqua Tcl/Tk don't require DISPLAY and thus would not be loaded. Due to a bug (HAVE_AQUA w

[Rd] Is there any way to find out how a certain functions are implemented in R?

2008-05-05 Thread Kyeongmi Cheon
Hello I wrote a bootstrap program in C language that is called and run by R. When I tried it, it is slow and I'm trying to write and run the whole thing in C. But I cannot use handy functions in R and need to figure out how to write those functions by myself. Is there any way that I can get the

Re: [Rd] [R-SIG-Mac] Starting tcltk without Tk

2008-05-05 Thread Dirk Eddelbuettel
On Mon, May 05, 2008 at 02:22:03PM -0400, Simon Urbanek wrote: > It turns out that the behavior of starting just Tcl was actually a bug. > Apparently the intention was to attempt to start Tk regardless of the > DISPLAY variable, because some TclTk implementation such as Aqua Tcl/Tk > don't requi

Re: [Rd] Is there any way to find out how a certain functions are implemented in R?

2008-05-05 Thread Kasper Daniel Hansen
This comment won't help you much, but still... there are usually a lot of ways you can do to implement a bootstrap, and a lot of the approaches people use (especially if they are used to think in C-like terms) are pretty slow. But it can be made quite fast. So: are you sure you have optimiz

[Rd] gfortran: Command not found

2008-05-05 Thread Spencer Graves
Hi, All: How do I get information about the "R CMD check / build / install" process, especially regarding what software to install and how to configure it under Windows XP? I ask, because "R CMD check" complained, "gfortran: Command not found". I found 'gfortran-sjlj.exe' in 'C:\P

Re: [Rd] gfortran: Command not found

2008-05-05 Thread Duncan Murdoch
On 05/05/2008 8:37 PM, Spencer Graves wrote: Hi, All: How do I get information about the "R CMD check / build / install" process, especially regarding what software to install and how to configure it under Windows XP? You can check the R-admin manual, which has a complete description,

Re: [Rd] gfortran: Command not found

2008-05-05 Thread Prof Brian Ripley
On Mon, 5 May 2008, Spencer Graves wrote: Hi, All: How do I get information about the "R CMD check / build / install" process, especially regarding what software to install and how to configure it under Windows XP? The 'R Installation and Adminstration' manual. I ask, because "R CMD

[Rd] where obtain libR.a?

2008-05-05 Thread Felipe Osorio
Hi, where can I to obtain the libR.a file in order to use with gcc? best wishes, Felipe Osorio. __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel