-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
180 lines (159 loc) · 6.54 KB
/
ChangeLog
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
2023-09-28 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.9-0:
*
* R/SregControl.R and all related man/*.Rd files: Added option for 'mdpd' and
* 'AS' psi functions in all S- and MM-regression related functions
* inst/java/*.jar, R/internal.R - Updated with the last version of MCR (R2023b)
* man/*.Rd - fixed a number of issues with /itemize and /enumerate
2022-08-16 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.8-1:
* inst/java: Updated with new FSDA functions: myrng(), psifun()
* R/internal.R: Fixed NOTE "It looks like this package (or a package it requires)
has a startup message which cannot be suppressed" on new Dev version on Linux.
See mail from Prof. Ripley from 02.03.2023.
The message "!! Your installation does
not contain the correct Matlab Runtime module. Required is R2022a (9.12)..."
issued by checkRuntime() issued now by packageStartupMessage().
* R/myrng.R: added new function (set the seed for the MATLAB RNG)
* R/psifun.R: added new function (compute bdp, eff and tuning constants
as requested, for different link functions
2022-08-11 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.8-0:
* inst/java: Updated with the last version of MCR (9.12=R2022a)
* R/score.R, NAMESPACE: Function score() added
* data/multiple_regression.rda, hospital.rda, bank_data.rda,
* forbes.rda; Income1.rda, Income2.rda, R/datadoc.R: new data sets added
* R/sreg_control: Parameter Soptions removed from MMreg_control, Smsg added
* TODO: add all the other S options (starting with S)
* R/tclust.R: fix an issue in the case when number of estimated clusters is smaller than k
2022-05-11 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.7-0:
* DESCRIPTION: Removed the dependence on rrcov and replaced by 'suggest'
* inst/java: Updated with the new version of FSDA
* R/fsrfan.R - Tests and corrections of fsrfan()
* R/fsrfan.R - Added formula interface and plot function for fsrfan()
* vignettes/fsdaR.Rnw: Added a vignette
* R/corfwdplot.R. internal.R, malfwdplot.R: fixed error of the type
* "Found if() conditions comparing class() to string:"
2021-11-14 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.6-5:
* R/fsrfan.R - Added a new function fsrfan()
* inst/java/JARS - Fixed the error in fsmmmdrs(): Unrecognized function or variable 'progbar'
*
* DESCRIPTION (Version): 0.6-4:
* Data/poison.rda - Added data set poison
* Data/flea.rda - Added data set flea
* R/tclustICsol.R - fixed a bug, alpha was not passed in the output object and carbike() was crashing.
* DESCRIPTION (Version): 0.5-5:
* Upgraded to the newest MATLAB runtime: MCR V9.10 (R2021a)
*
* DESCRIPTION (Version): 0.5-4:
* DESCRIPTION (Version): 0.5-2:
* DESCRIPTION (Version): 0.5-1:
* DESCRIPTION (Version): 0.5-00 : MCR V96
*
* Upgraded to the newest MATLAB runtime: MCR V9.6 (R2019a)
* Added functions covplot(), spmplot() and regspmplot()
* Improved the interface of the functions resindexplot() and malindexplot()
* Added data sets \code{X} and \code{fisheries}.
* Added function tclustreg()
*
2020-01-14 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.4-9:
*
* Upgraded to the newest MATLAB runtime: MCR V9.6 (R2019a)
*
2019-03-13 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.4-06 : fixed problems in tclustIC, tclustICsol
* DESCRIPTION (Version): 0.4-05 : completed documentation and examples
*
* R/tclust.R, tclustIC, tclustICsol, tclustICplot, carbikeplot
*
2018-12-05 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.4-04 : completed documentation and examples
* DESCRIPTION (Version): 0.4-03 : reduced the size of jars, from 15MB to 600K
* DESCRIPTION (Version): 0.4-02
* DESCRIPTION (Version): 0.4-01
* DESCRIPTION (Version): 0.4-00
*
* R/fsmmmdrs.R, mmdrsplot.R
* R/tclust.R, tclustIC, tclustICsol, tclustICplot, carbikeplot
* R/malfwdplot.R, malindexplot.R, mmdplot.R,
* R/fsmult.R, smult.R, mmmult.R
* R/internal.R: Updated the MATLAB runtime module MCR to
* R2016b (V91) - was R2015 (V90).
*
2018-03-23 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.3-04
* DESCRIPTION (Version): 0.3-03
*
* Added functions for multivariate analysis
2017-12-11 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.2-21
* DESCRIPTION (Version): 0.2-20
* DESCRIPTION (Version): 0.2-19
* DESCRIPTION (Version): 0.2-18
* first version for CRAN
*
2017-11-26 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.2-17
*
*
* man\fsreda.object.Rd, sregeda.object.Rd, mmregeda.object.Rd,
* fsdalts.object.Rd, fsdalms.object.Rd
* levfwdplot
* DESCRIPTION (Version): 0.2-16
*
* R\resindexplot.R, levfwdplot.R
* man\fsr.object.Rd, sreg.object.Rd, mmreg.object.Rd
* man\resfwdplot.Rd, mdrplot.Rd
*
2017-11-14 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.2-13
*
*
* DESCRIPTION (Version): 0.2-12
*
2017-10-20 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.2-11
* R\* add resfwdplot(), mdrplot() and Sregeda()
*
* DESCRIPTION (Version): 0.2-10
*
* R\* add LXS
*
* DESCRIPTION (Version): 0.2-9
*
* man\* added help for print.*, summary.fsr, print.summary.fsr
* R\internal.R - fixed a bug in list2MatlabStruct()
* R\XXX_control - restored the argument plot=FALSE. In this way, plots can be used,
* until we have implemented plot functions for fsr, sreg and mmreg, etc.
*
* DESCRIPTION (Version): 0.2-8
* DESCRIPTION (Version): 0.2-4
* DESCRIPTION (Version): 0.2-3
* - with Sreg.control and summary.fsreg and print.summary.fsreg
*
* DESCRIPTION (Version): 0.2-2
* - from Emmanuele
* DESCRIPTION (Version): 0.2-0
*
*
2016-11-30 Valentin Todorov <valentin.todorov@chello.at>
*
* DESCRIPTION (Version): 0.1-0
*
* Created