[Rd] Dynamic load library problem using R 4.0.0

2019-12-03 Thread Nicholas Crookston
I'm having problems getting code that runs under 3.6.1 on MacOSX (and Ubuntu) to run the R version 4.0.0 on Windows. I have not tested R 4.0.0 on mac (yet). Key question: Has anything changed in R 4.0.0/Windows regarding how dynamically loaded libraries are accessed? Can someone please point me i

Re: [Rd] Dynamic load library problem using R 4.0.0

2019-12-12 Thread Nicholas Crookston
dence. On Tue, Dec 3, 2019 at 1:41 PM Nicholas Crookston wrote: > I'm having problems getting code that runs under 3.6.1 on MacOSX (and > Ubuntu) > to run the R version 4.0.0 on Windows. I have not tested R 4.0.0 on mac > (yet). > > Key question: Has anything changed in

Re: [Rd] Julia

2012-03-07 Thread Nicholas Crookston
There are many experts on this topic. I'll keep this short. Newer Fortran Languages allow for call by value, but call by reference is the typical and historically, the only approach (there was a time when you could change the value of 1 to 2!). C "only" calls by value except that the value can b

Re: [Rd] stringsAsFactors

2013-02-13 Thread Nicholas Crookston
I would like to see the default for stringsAsFactors set to FALSE. As for posting descriptions of all the horrors, also post descriptions of the ensuing increases in productivity that many will see as they no longer have to go back and fix code that is not working because they forgot to add as.is=T