R-1.6.0; BLAS and friends
Göran Broström <gb@stat.umu.se> writes:
R-1.6.0 beta on Debian Linux: --------------------------------------------------------------------------- gb@t23:~$ R --vanilla R : Copyright 2002, The R Development Core Team Version 1.6.0 beta (2002-09-19) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type `license()' or `licence()' for distribution details. R is a collaborative project with many contributors. Type `contributors()' for more information. Type `demo()' for some demos, `help()' for on-line help, or `help.start()' for a HTML browser interface to help. Type `q()' to quit R.
is.loaded("dtrmm_")
[1] FALSE ---------------------------------------------------------------------------- BUT: R-1.5.1 on Debian Linux: ----------------------------------------------------------------------------
..
is.loaded("dtrmm_")
[1] TRUE ---------------------------------------------------------------------------- Is this a bug in R-1.6.0?
Not in general: I have this on RedHat [pd@blueberry BUILD]$ bin/R R : Copyright 2002, The R Development Core Team Version 1.6.0 beta (2002-09-20) ...
is.loaded("dtrmm_")
[1] TRUE but not on Debian. On Solaris, I get FALSE with both 1.5.1 and 1.6.0beta.
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._