[Rd] trivial typo in R administration manual

2011-08-16 Thread Ben Bolker
the attached should probably read "regarded by some OSes as separate ..." Patch attached from latest SVN. Ben Bolker Index: R-admin.texi === --- R-admin.texi(revision 56743) +++ R-admin.texi(working copy) @@ -21

[Rd] sysdata.rda, namespaces and package dependencies

2011-08-16 Thread Hadley Wickham
Hi all, I'm struggling with accessing a package dataset (munsell.map, stored in sysdata.rda) when that package is imported, not required. A simple reproducible example is: install.packages("munsell") munsell::mnsl("10B 4/6") # Error in match(col, munsell.map$name) : object 'munsell.map' not foun

[Rd] License question

2011-08-16 Thread Uwe Schmitt
Hi, I'm not sure if this is the right mailing list for my question, so please redirect me if this is the wrong place for the following question: Am I allowed to include R.dll and Rblas.dll in other software ? In my case I'm want to run some R commands from a Python script and save the results.

[Rd] windows directory structure

2011-08-16 Thread Uwe Schmitt
Hi, I have some trouble to get the Python bindings RPy2 running with the latest release of R. I'm using Windows. The reason is, that RPy2 looks at certain places for R.dll, as $R_HOME/bin and $R_HOME/lib, but not at $R_HOME/bin/i386 where the dll is located on my machine. So I suspect that the

Re: [Rd] License question

2011-08-16 Thread Kevin Wright
With open source software, you can do anything you want on your own computer. The difficult questions arise when you want to re-distribute software. You have provided very little context for your question, so the standard answer on this email list is "Talk to your lawyer". Kevin On Tue, Aug 16

Re: [Rd] License question

2011-08-16 Thread Uwe Schmitt
Am 16.08.2011 22:23, schrieb Kevin Wright: > With open source software, you can do anything you want on your own > computer. The difficult questions arise when you want to > re-distribute software. > > You have provided very little context for your question, so the > standard answer on this ema

Re: [Rd] License question

2011-08-16 Thread Pierre-Yves Chibon
On Tue, 2011-08-16 at 22:33 +0200, Uwe Schmitt wrote: > The question is, if I am allowed to distribute the R.dll and the > related libraries together with my software, or > if it is better to ask the user to install these himself. By principle it is better *not* to bundle libraries into the softw

Re: [Rd] windows directory structure

2011-08-16 Thread Uwe Ligges
On 16.08.2011 09:10, Uwe Schmitt wrote: Hi, I have some trouble to get the Python bindings RPy2 running with the latest release of R. I'm using Windows. The reason is, that RPy2 looks at certain places for R.dll, as $R_HOME/bin and $R_HOME/lib, but not at $R_HOME/bin/i386 where the dll is loc

Re: [Rd] trivial typo in R administration manual

2011-08-16 Thread Uwe Ligges
Thanks, fixed. Uwe On 14.08.2011 08:22, Ben Bolker wrote: the attached should probably read "regarded by some OSes as separate ..." Patch attached from latest SVN. Ben Bolker __ R-devel@r-project.org mailing list https://stat.ethz.ch/mai

[Rd] fitted valued should mention predict

2011-08-16 Thread Michael Lachmann
Hi, I think the help on fitted.values and fitted should mention predict in the "see also". (And maybe vice versa) Michael __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] customize the stylesheet R.css for a package?

2011-08-16 Thread Yihui Xie
Hi, Since R 2.13.0 the stylesheet R.css is installed a per-package basis, and I wish that package developers could be allowed to put a customized R.css in their packages. Thanks! Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State Universi