Re: [Rd] Package compiler - efficiency problem

2018-08-16 Thread Iñaki Ucar
Karol, If I understood correctly, functions like "foo" are automatically generated by gEcon's model parser. For such a long function, and depending on how many times you need to call it, it may make more sense to generate C++ code instead (including the 'for' loop). Then you can use

Re: [Rd] Package compiler - efficiency problem

2018-08-16 Thread Karol Podemski
Dear Thomas, thank you for prompt response and taking interest in this issue. I really appreciate your compiler project and efficiency gains in usual case. I am aware of limitations of interpreted languages too and because of that even when writing my first mail I had a hunch that it is not that

Re: [Bioc-devel] update AnnotationHub and ExperimentHub server

2018-08-16 Thread Obenchain, Valerie
I ran in to a few snags when I tried this update last week. Just a heads up, I'm going to try again tomorrow, Friday Aug 17, from 9-noon EST. Valerie On 08/08/2018 02:51 PM, Obenchain, Valerie wrote: Tomorrow (Thursday, August 7) we'll be doing some updates to the server that host

[Rd] Thanks for help with validspamobject

2018-08-16 Thread Ronald Barry
Hi, Thanks for all your help. The problem with an error involving validspamobject() has been resolved, as a new version of spdep (0.7-7) was just released and it seems to have stopped using the deprecated function. Ron B. [[alternative HTML version deleted]]

Re: [Rd] longint

2018-08-16 Thread Hervé Pagès
On 08/16/2018 11:30 AM, Prof Brian Ripley wrote: On 16/08/2018 18:33, Hervé Pagès wrote: ... Only on Intel platforms int is 32 bits. Strictly speaking int is only required to be >= 16 bits. Who knows what the size of an int is on the Sunway TaihuLight for example ;-) R's configure checks

Re: [Rd] longint

2018-08-16 Thread Prof Brian Ripley
On 16/08/2018 18:33, Hervé Pagès wrote: On 08/16/2018 05:12 AM, Dirk Eddelbuettel wrote: On 15 August 2018 at 20:32, Benjamin Tyner wrote: | Thanks for the replies and for confirming my suspicion. | | Interestingly, src/include/S.h uses a trick: | |     #define longint int | | and so does the

Re: [Rd] longint

2018-08-16 Thread Hervé Pagès
On 08/16/2018 05:12 AM, Dirk Eddelbuettel wrote: On 15 August 2018 at 20:32, Benjamin Tyner wrote: | Thanks for the replies and for confirming my suspicion. | | Interestingly, src/include/S.h uses a trick: | |    #define longint int | | and so does the nlme package (within src/init.c). As

Re: [Rd] longint

2018-08-16 Thread Dirk Eddelbuettel
On 15 August 2018 at 20:32, Benjamin Tyner wrote: | Thanks for the replies and for confirming my suspicion. | | Interestingly, src/include/S.h uses a trick: | |    #define longint int | | and so does the nlme package (within src/init.c). As Bill Dunlap already told you, this is a) ancient

Re: [Rd] Problem with parseData

2018-08-16 Thread Tomas Kalibera
Dear Barbara, thank you for the report. This is something to be fixed in R - I am now testing a patch that adds the extra node for the equality assignment expression. Best, Tomas On 07/30/2018 05:35 PM, Barbara Lerner wrote: Hi, I have run into a problem with parseData from the utils