Skip to content
Prev 43194 / 63424 Next

How does .Fortran "dqrls" work?

On 12-04-27 8:56 AM, David L Lorenz wrote:
I'm not sure what you mean by "theoretically".  R is open source, the 
source code is available.  Uwe Ligges wrote an article in R News a few 
years ago telling you where to look for it.

Are you thinking of things that aren't really "in R"?  R can load 
packages that aren't open source (though most of them are), and it can 
make calls to the run-time or operating system libraries, and with some 
compilers/operating systems, those may not be.

Duncan Murdoch