[Rd] alternate licensing for package data?

2015-04-21 Thread Ben Bolker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone have speculations about the implications of the GPL for data included in a package, or more generally for restricting use of data? The specific use case is that I have a package which is otherwise GPL (version unspecified at present).

Re: [Rd] RObjectTables freezes in R 3.2.0 RC on 32bit systems

2015-04-21 Thread luke-tierney
Looks like names() never worked on object tables on any platfom; the failure was just more obvious on 32-bit systems than on 64-bit ones. This is now fixed in R-devel and R-patched. Best, luke On Wed, 15 Apr 2015, Jeroen Ooms wrote: On Tue, Apr 14, 2015 at 6:29 PM, Jeroen Ooms wrote: Things

Re: [Rd] Typo in src/scripts/config

2015-04-21 Thread peter dalgaard
Fixed in R-patched and R-devel. Thanks. (In case it wasn't obvious, the typo was in the usage output; there was no actual malfunction.) -pd > On 21 Apr 2015, at 19:53 , Tim Keitt wrote: > > Was writing a short R script to modify compile flags and saw this typo: > > Index: config > ==

[Rd] Typo in src/scripts/config

2015-04-21 Thread Tim Keitt
Was writing a short R script to modify compile flags and saw this typo: Index: config === --- config (revision 68217) +++ config (working copy) @@ -61,7 +61,7 @@ CXX1X C++ compiler command for C++11 code CXX1XSTD fl

[Rd] shlib problems with Intel compiler

2015-04-21 Thread Andy Jacobson (NOAA Affiliate)
Hi, I'm encountering trouble compiling caTools_1.17.1.tar.gz and e1071_1.6-4.tar.gz on a Linux system using the Intel compiler suite. 14 other packages I generally use installed without any trouble. I notice both of these trouble packages have a C++ component, so I wonder if that might be the

[Rd] Bug 15899 - Omitted 'extern' on 'R_running_as_main_program' after refactor can cause linker errors for applications embedding R

2015-04-21 Thread Jack Howarth
Is there any plans for addressing the regression... https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15899 in the 3.2.1 release? In the fink project, I had to resort to creating a fixincludes subdirectory containg a local copy of the offending Rinterface.h header with the missing extern on th

Re: [Rd] Fix for bug in arima function

2015-04-21 Thread peter dalgaard
The bug repository is like an elephant: It doesn't forget, but the gestation period is long. In the present case, it is clear that something is not right, but someone needs to have sufficient recall and insight to check that your proposed fix is not unfixing a deliberate change. We should get t