blob: 925535a74da4493648f6c35e40eba4f0299815fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# ChangeLog for dev-lang/R
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-lang/R/ChangeLog,v 1.4 2002/08/10 06:18:26 george Exp $
*R-1.5.1-ebuild (11 July 2002)
09 Aug 2002; George Shapovalov <george@gentoo.org> R-1.5.1.ebuild :
fixed the wrappers:
R installs two identical wrappers (R that invoke R.bin) under /usr/bin and
/usr/lib/R/bin/. Only one of these was modified to have correct R_HOME_DIR
Changed ebuild to modify R under /usr/lib/R/bin and symlink it into /usr/bin
11 July 2002; George Shapovalov <george@gentoo.org> R-1.5.1.ebuild, files/digest-R-1.5.1 :
upped version
new version submitted by Tristan Henderson <T.Henderson@cs.ucl.ac.uk>
*R-1.4.1-r1 (11 Apr 2002)
11 Apr 2002; Spider <spider@gentoo.org>
Forcing an upgrade due to libpng upgrade.
*R-1.4.1 (19 Feb 2002)
19 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, R-1.4.1.ebuild :
Initial commit. R is GNU S - A language and environment for statistical
computing and graphics. Gnome and tcltk gui's are available if in USE.
If gnome, a rudimentary menu entry is made under Applications.
However, it has the annoying tendency to pop up a terminal window to start
the gui. (todo 1)
Also, the html files are not accessible from the toolbar menu entry unless
you happen to be running netscape. (todo 2)
This ebuild makes use of a new USE variable, 'atlas', which will compile
R using the auto-tuned blas libraries provided by atlas. NOTE: atlas ebuild
currently only provides static libraries. Shared libraries are in the works.
|