Differences between revisions 3 and 4
Revision 3 as of 2008-12-27 21:40:14
Size: 2730
Comment: update r to 2.6.1.p21
Revision 4 as of 2022-04-05 00:53:28
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= R =

== Description ==
 * website: http://www.r-project.org/
 * From the "Introdution to R" from the above website: R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.

== License ==
 * GPL (2.6.1 release)

== SPKG Maintainers ==

 * Michael Abshoff
 * William Stein

== Upstream Contact ==
 * R mailing list, #R in IRC

== Dependencies ==
 * ATLAS

== Build Notes ==
 * in r-2.6.1.p12 we removed the recommneded tar.gzs. If we want to build those we need to add them back in. Until then it is better to save the 3MB compressed.

== Changelog ==

=== r-2.6.1.p21 (Michael Abshoff, October 12th, 2008) ===
 * work around java infinite hang issue on OSX 10.5 (#4219)

=== r-2.6.1.p20 (Michael Abshoff, September 30th, 2008) ===
 * set CPPFLAGS so that Sage's readline is picked up

=== r-2.6.1.p19 (Michael Abshoff, September 1st, 2008) ===
 * Disabled libiconv support on Solaris

=== r-2.6.1.p18 (Michael Abshoff, August 30th, 2008) ===
 * also disable aqua support on 32 bit Darwin

=== r-2.6.1.p17 (Michael Abshoff, May 29th, 2008) ===
 * Use rpy-1.0.1.p2

=== r-2.6.1.p16 (Michael Abshoff, May 28th, 2008) ===
 * add 64 bit OSX build support (#3196)

=== r-2.6.1.p15 (Josh Kantor, April 12th, 2008) ===
 * make R help work (#2483)

=== r-2.6.1.p14 (Michael Abshoff, Jan. 27th, 2008) ===
 * fix rpy build issue on OSX 10.4 (#1943)

=== r-2.6.1.p13 (Michael Abshoff, Jan. 26th, 2008) ===
 * remove ATLAS and Lapack flags form configure for Darwin

=== r-2.6.1.p12 (Michael Abshoff, Jan. 26th, 2008) ===
 * also delete all dylibs on OSX
 * added SAGE_LOCAL check to spkg-check, spkg-install
 * verify that rpy builds fine on OSX
 * remove tar.gzs from recommended directory
 
=== r-2.6.1.p11 (Michael Abshoff, Jan. 26th, 2008) ===
 * fix rpy to work with ATLAS
 * fix parallel make since make install is broken with it.
 * remove various R libraries from SAGE_LOCAL/lib

=== r-2.6.1.p10 (Michael Abshoff, Jan. 25th, 2008) ===
 * fix framework issue on OSX
 * flesh out SPKG.txt

=== r-2.6.1.p9 (Michael Abshoff, Jan. 25th, 2008) ===
 * fix a shitload of build problems (#1852)
 * add ATLAS support
 * clean up, clean up, clean up

=== r-2.6.1.p8 (Michael Abshoff, Jan. 17th. 2008) ===
 * bump version due to python now builf with ucs4

=== r-2.6.1.p7 ===
 * Updated the rpy package using trac #1427