[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)
@@ -2154,7 +2154,7 @@
 considered pre- or post-Euro.  The modifier is also used to indicate the
 script (@code{@@latin}, @code{@@cyrillic}, @code{@@iqtelif}) or language
 dialect (e.g.@: @code{saaho}, a dialect of Afar, and @code{bokmal} and
-@code{nynorsk}, dialects of Norwegian regarded by some OSes are separate
+@code{nynorsk}, dialects of Norwegian regarded by some OSes as separate
 languages, @code{no} and @code{nn}).
 @end itemize
 
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[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 found

library(munsell)
munsell::mnsl("10B 4/6")
# Function works correctly

Am I doing something wrong, or is this namespace bug?

Hadley

-- 
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[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. I tried RPy2 which has some trouble running
on Windows.

Regards, Uwe



--

Dr. rer. nat. Uwe Schmitt
Forschung & Entwicklung Mathematik

mineway GmbH
Gebäude 4
Im Helmerswald 2
66121 Saarbrücken

Telefon: +49 (0)681 8390 5334
Telefax: +49 (0)681 830 4376

uschm...@mineway.de
www.mineway.de

Geschäftsführung: Dr.-Ing. Mathias Bauer
Amtsgericht Saarbrücken HRB 12339

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[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 directory structure has changed and the
RPy2 team did not notice it. I would like to discuss a patch with
the RPy2 team and therefore I need some information:

Did the structure really change ? If yes: when did that happen ?
Which variations are possible for different windows versions ?

Regards, Uwe

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


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, 2011 at 7:44 AM, Uwe Schmitt  wrote:

>
> 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. I tried RPy2 which has some trouble running
> on Windows.
>
> Regards, Uwe
>
>
>
> --
>
> Dr. rer. nat. Uwe Schmitt
> Forschung & Entwicklung Mathematik
>
> mineway GmbH
> Gebäude 4
> Im Helmerswald 2
> 66121 Saarbrücken
>
> Telefon: +49 (0)681 8390 5334
> Telefax: +49 (0)681 830 4376
>
> uschm...@mineway.de
> www.mineway.de
>
> Geschäftsführung: Dr.-Ing. Mathias Bauer
> Amtsgericht Saarbrücken HRB 12339
>
> __**
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/**listinfo/r-devel
>

[[alternative HTML version deleted]]

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


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 email list is "Talk to your lawyer".
>
Hi,

I'm working on a Python based suite for processing mass spectroscopy 
data. The software will be open source.
My goal is to glue good solutions together, one of them is the R based 
XCMS library.

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.

Regards,

Uwe

> Kevin
>
>
> On Tue, Aug 16, 2011 at 7:44 AM, Uwe Schmitt  > wrote:
>
>
> 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. I tried RPy2 which has some trouble running
> on Windows.
>
> Regards, Uwe
>
>
>
> -- 
>
> Dr. rer. nat. Uwe Schmitt
> Forschung & Entwicklung Mathematik
>
> mineway GmbH
> Gebäude 4
> Im Helmerswald 2
> 66121 Saarbrücken
>
> Telefon: +49 (0)681 8390 5334 
> Telefax: +49 (0)681 830 4376 
>
> uschm...@mineway.de 
> www.mineway.de 
>
> Geschäftsführung: Dr.-Ing. Mathias Bauer
> Amtsgericht Saarbrücken HRB 12339
>
> __
> R-devel@r-project.org  mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>
>


[[alternative HTML version deleted]]

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


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 software.
This allows your user to benefits from bug-fixes and improvement which
are done upstream.
A list of reasons to discourage bundle library can be found there:
http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries

Regards,
Pierre

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


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 located on my machine.

So I suspect that the directory structure has changed and the
RPy2 team did not notice it. I would like to discuss a patch with
the RPy2 team and therefore I need some information:

Did the structure really change ?


Yes.



If yes: when did that happen ?


With the release of R-2.12.0


Which variations are possible for different windows versions ?


Currently, the subfolders can be i386 or x64 as you will have seen in 
the manuals.


Best,
Uwe Ligges




Regards, Uwe

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


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/mailman/listinfo/r-devel


__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[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 University
2215 Snedecor Hall, Ames, IA

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel