[Rd] Translations in R 2.15.2-to-be

2012-10-15 Thread Prof Brian Ripley
This year we have done a refresh of the translations mid-cycle: all 
the updates are now in R-patched for release in R 2.15.2 on the 26th. 
This includes several of the recommended packages.


If you use R set to a language other than English, please try 
R-patched (binaries are available for Windows at 
http://cran.r-project.org/bin/windows/base/rpatched.html and OS X at 
http://r.research.att.com/R-2.15-branch-leopard.pkg) and report any 
problems with translations to the translation team 
(http://developer.r-project.org/TranslationTeams.html) or if they are 
serious (e.g. R will not even start in that language) to R-core.


Brian Ripley

--
Brian D. Ripley,  rip...@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel:  +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

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


[Rd] problem with OSX binary package build?

2012-10-15 Thread Richard D. Morey
I noticed that my package BayesFactor 
(http://cran.r-project.org/web/packages/BayesFactor/index.html) is not 
available on Mac OS, and the note says to see the check log. The only 
issue in the check log is a note:


checking R code for possible problems ... NOTE
all.Nways.env.mc : : no visible binding for global variable 'i'
all.Nways.env.mc: no visible binding for global variable 'i'

This is due to the fact that I'm using the foreach package. Do I need to 
change something to get the OSX binary on CRAN?


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


Re: [Rd] problem with OSX binary package build?

2012-10-15 Thread Uwe Ligges



On 14.10.2012 15:33, Richard D. Morey wrote:

I noticed that my package BayesFactor
(http://cran.r-project.org/web/packages/BayesFactor/index.html) is not
available on Mac OS, and the note says to see the check log. The only
issue in the check log is a note:

checking R code for possible problems ... NOTE
all.Nways.env.mc : : no visible binding for global variable 'i'
all.Nways.env.mc: no visible binding for global variable 'i'

This is due to the fact that I'm using the foreach package. Do I need to
change something to get the OSX binary on CRAN?


It seems to be there when I follow that link.

Uwe Ligges



__
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] problem with OSX binary package build?

2012-10-15 Thread Simon Urbanek

On Oct 14, 2012, at 9:33 AM, Richard D. Morey wrote:

> I noticed that my package BayesFactor 
> (http://cran.r-project.org/web/packages/BayesFactor/index.html) is not 
> available on Mac OS, and the note says to see the check log.

Are you sure you're looking at the right page? CRAN says

Downloads:

Package source: BayesFactor_0.8.3.tar.gz
MacOS X binary: BayesFactor_0.8.3.tgz
Windows binary: BayesFactor_0.8.3.zip

Cheers,
Simon


> The only issue in the check log is a note:
> 
> checking R code for possible problems ... NOTE
> all.Nways.env.mc : : no visible binding for global variable 'i'
> all.Nways.env.mc: no visible binding for global variable 'i'
> 
> This is due to the fact that I'm using the foreach package. Do I need to 
> change something to get the OSX binary on CRAN?
> 
> __
> 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] problem with OSX binary package build?

2012-10-15 Thread Richard D. Morey
Yes, I was looking at the right package. At some point last night it 
changed from "not available (see check log)" to available.


Previous to "not available (see check log)" it was "not available (the 
package is either new or...)" So when it changed to "not available (see 
check log)" I assumed there was a problem.


Richard

On 15/10/12 2:06 PM, Simon Urbanek wrote:

On Oct 14, 2012, at 9:33 AM, Richard D. Morey wrote:


I noticed that my package BayesFactor 
(http://cran.r-project.org/web/packages/BayesFactor/index.html) is not 
available on Mac OS, and the note says to see the check log.

Are you sure you're looking at the right page? CRAN says

Downloads:

Package source: BayesFactor_0.8.3.tar.gz
MacOS X binary: BayesFactor_0.8.3.tgz
Windows binary: BayesFactor_0.8.3.zip

Cheers,
Simon



The only issue in the check log is a note:

checking R code for possible problems ... NOTE
all.Nways.env.mc : : no visible binding for global variable 'i'
all.Nways.env.mc: no visible binding for global variable 'i'

This is due to the fact that I'm using the foreach package. Do I need to change 
something to get the OSX binary on CRAN?

__
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] Multithreaded code in .Call interface

2012-10-15 Thread Rob Anderson
Thanks for the reply.

Rob

On Sat, Oct 13, 2012 at 1:57 AM, Prof Brian Ripley wrote:

> On 13/10/2012 08:09, Rob Anderson wrote:
>
>> Hi,
>>
>> I was wondering if it is safe to call R functions and/or R BLAS functions
>> from within multithreaded C/C++ code(.Call interface)? It is not in case
>> with MATLAB. I was experimenting  using pthreads and OpenMP.
>>
>
> Not unless it is documented to be so.  (I believe the internal BLAS to be
> fine, but you could use an external one: although with care if that also
> uses threads.)
>
> See also ยง8.1.5 of 'Writing R Extensions'.
>
>  Thanks,
>> Rob
>>
>
>
> --
> Brian D. Ripley,  rip...@stats.ox.ac.uk
> Professor of Applied Statistics,  
> http://www.stats.ox.ac.uk/~**ripley/
> University of Oxford, Tel:  +44 1865 272861 (self)
> 1 South Parks Road, +44 1865 272866 (PA)
> Oxford OX1 3TG, UKFax:  +44 1865 272595
>

[[alternative HTML version deleted]]

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