I've set up for daily distribution builds of the current development version. These are available at http://cran.us.r-project.org/src/base/ The current one is R-1.7.0beta_2003-03-26.tar.gz (and it's pretty useless to wait for them to be mirrored elsewhere...) Notice that these are made using "make dist" (like the final release will be) and thus they may have problems that don't show up on CVS or rsync checkouts (e.g. files missing). You're encouraged to try them out and report errors if you find any. In particular, we'd like you to do it if you have an "exotic" hardware/software platform. -- 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
This version compiles and runs fine on Darwin 6.5 (OS X 10.2.5). If I am using the native Tcl/Tk and BLAS/LAPACK in vecLib, my configure sequence is configure --with-tcl-config=/Library/Frameworks/Tcl.framework/tclConfig.sh --with-tk-config=/Library/Frameworks/Tk.framework/tkConfig.sh --enable-R-shlib --without-x --with-blas='-framework vecLib' --with-lapack TCLTK_LIBS='-framework Tcl -framework Tk' TCLTK_CPPFLAGS='-I/Library/Frameworks/Tcl.Framework/Headers -I/Library/Frameworks/Tk.Framework/Headers' while the more standard version, using Apple's X11 and fink's gnome, is configure --with-tcl-config=/sw/lib/tclConfig.sh --with-tk-config=/sw/lib/tkConfig.sh --enable-R-shlib --with-gnome --with-blas='-framework vecLib' --with-lapack On Wednesday, Mar 26, 2003, at 14:50 US/Pacific, Peter Dalgaard BSA wrote:> I've set up for daily distribution builds of the current development > version. These are available at > > http://cran.us.r-project.org/src/base/ > > The current one is > > R-1.7.0beta_2003-03-26.tar.gz > > (and it's pretty useless to wait for them to be mirrored elsewhere...) > > Notice that these are made using "make dist" (like the final release > will be) and thus they may have problems that don't show up on CVS or > rsync checkouts (e.g. files missing). > > You're encouraged to try them out and report errors if you find any. > In particular, we'd like you to do it if you have an "exotic" > hardware/software platform. > > -- > 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@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel > >==Jan de Leeuw; Professor and Chair, UCLA Department of Statistics; Editor: Journal of Multivariate Analysis, Journal of Statistical Software US mail: 9432 Boelter Hall, Box 951554, Los Angeles, CA 90095-1554 phone (310)-825-9550; fax (310)-206-5658; email: deleeuw@stat.ucla.edu homepage: http://gifi.stat.ucla.edu ------------------------------------------------------------------------ ------------------------- No matter where you go, there you are. --- Buckaroo Banzai http://gifi.stat.ucla.edu/sounds/nomatter.au ------------------------------------------------------------------------ -------------------------
I get an error when running `make check-all' fails on: R-1.7.0beta_latest.tar.gz 26-Mar-2003 16:08 8.8M Here's the very end of tests/Examples/base-Ex.Rout.fail:> ### * object.size > > ### Name: object.size > ### Title: Report the Space Allocated for an Object > ### Aliases: object.size > ### Keywords: utilities > > ### ** Examples > > object.size(letters)[1] 340> object.size(ls)[1] 7872> ## find the 10 largest objects in base > z <- sapply(ls("package:base"), function(x) object.size(get(x)))Error in get(x) : F used instead of FALSE Execution halted -roger _______________________________ UCLA Department of Statistics rpeng@stat.ucla.edu http://www.stat.ucla.edu/~rpeng On 26 Mar 2003, Peter Dalgaard BSA wrote:> I've set up for daily distribution builds of the current development > version. These are available at > > http://cran.us.r-project.org/src/base/ > > The current one is > > R-1.7.0beta_2003-03-26.tar.gz > > (and it's pretty useless to wait for them to be mirrored elsewhere...) > > Notice that these are made using "make dist" (like the final release > will be) and thus they may have problems that don't show up on CVS or > rsync checkouts (e.g. files missing). > > You're encouraged to try them out and report errors if you find any. > In particular, we'd like you to do it if you have an "exotic" > hardware/software platform. > > -- > 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@stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-devel >