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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
			Dear Emacs, please make this -*-Text-*- mode!
	**************************************************
	*						 *
	*	       2.1 SERIES NEWS			 *
	*						 *
	**************************************************


		CHANGES IN R VERSION 2.1.4

UPDATES

    o	Changed use of S4 classes to avoid deprecated and discouraged
        elements.

    o	Added a new vignette describing the potential application to
        feature selection. 

		CHANGES IN R VERSION 2.1.0

ADMINISTRATIVE

    o	Changed LICENSE to Apache 2.0

		CHANGES IN R VERSION 2.0.1

BUG FIXES

    o	Made compatible with new R check steps that verify DESCRIPTION
        and NAMESPACE dependencies.


		CHANGES IN R VERSION 2.0.0

REFACTOR

    o	Removed depence on PreProcess.


		CHANGES IN R VERSION 1.0.3

RENAME!

    o	Changed package name from GenAlg to GenAlgo to avoid a
    conflict with an existing CRAN package.


		CHANGES IN R VERSION 1.0.2

BUG FIXES

    o	Lots of documentation updates.


		CHANGES IN R VERSION 1.0.1

BUG FIXES

    o	No clue...


		CHANGES IN R VERSION 1.0.0

NEW FEATURES

    o	Brand new packaging: split out from the ClassPrediction
    package, which is being restructured as a poor man's bundle
    (i.e., no code, just some "depends" rules).