011 11:48 AM
> To: Paul Gilbert
> Cc: r-devel@r-project. org
> Subject: Re: [Rd] fortan common block
>
> AFAIK it's all much simpler that you think. Technically common blocks
> are just FORTRAN's slightly complicated way to declare and access
> global variables.
ide of my expertise, so assurances would be greatly
> appreciated.
>
> Paul
>
>> -Original Message-
>> From: b.rowling...@googlemail.com [mailto:b.rowling...@googlemail.com]
>> On Behalf Of Barry Rowlingson
>> Sent: May 8, 2011 3:44 AM
>> To: Paul Gilb
2011 3:44 AM
> To: Paul Gilbert
> Cc: r-devel@r-project. org
> Subject: Re: [Rd] fortan common block
>
> On Fri, May 6, 2011 at 4:04 PM, Paul Gilbert
> wrote:
> > Is it possible in R to call a fortran routine that sets variables in
> a common block and expect the values
On Fri, May 6, 2011 at 4:04 PM, Paul Gilbert
wrote:
> Is it possible in R to call a fortran routine that sets variables in a common
> block and expect the values to persist when a call is made from R to a second
> routine that uses the common block?
>
> If not (as I suspect), is it possible to
Paul Gilbert wrote:
>
> Is it possible in R to call a fortran routine that sets variables in a
> common block and expect the values to persist when a call is made from R
> to a second routine that uses the common block?
>
> If not (as I suspect), is it possible to use a common block in a group
On 06/05/2011 11:04 AM, Paul Gilbert wrote:
Is it possible in R to call a fortran routine that sets variables in a common
block and expect the values to persist when a call is made from R to a second
routine that uses the common block?
I think the stats package does this; see src/library/stat
Is it possible in R to call a fortran routine that sets variables in a common
block and expect the values to persist when a call is made from R to a second
routine that uses the common block?
If not (as I suspect), is it possible to use a common block in a group of
routines that are used toget