-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
113 lines (69 loc) · 3.21 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
2023-09-21 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-3
* vignettes/neighbours.Rnw: remove "fontenc"
* DESCRIPTION (Depends): the package depends on
R >= 3.3, because it uses \doi{} in the docs
2023-06-29 Enrico Schumann <[email protected]>
* R/next_subset.R (next_subset): add function
2022-08-22 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-2
(Suggests): add 'quadprog', used in vignette
2022-08-19 Enrico Schumann <[email protected]>
* inst/tinytest/test_neighbours.R: use more
tolerance
2022-08-17 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-1
* vignettes/neighbours.Rnw: reset 'par' and
'options', as requested by CRAN
2022-08-16 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-0
2022-08-10 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): fix "permute"
neighbourhoods with stepsize > 2
2022-07-29 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): rewrite code
for numeric neighbourhood functions
2021-09-01 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): add type
"permute"
2020-06-05 Enrico Schumann <[email protected]>
* R/neighbourfun.R (compare_vectors): simplify
computation
(neighbourfun): fix case of numeric neighbourhood
with updating and 'active' vector
2020-05-12 Enrico Schumann <[email protected]>
* R/neighbourfun.R (compare_vectors): new
argument 'diff.char'
2020-03-28 Enrico Schumann <[email protected]>
* vignettes/neighbours.Rnw: add vignette
2019-12-12 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun,random_vector):
rename argument 'n' => 'length'
(random_vector): argument 'n' now stands for the
number of random vectors to draw; the vectors will
be the columns of a matrix of dimension 'length'
times 'n'
2019-11-14 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): add new
type "5/10/40"
2019-09-20 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): support
neighbourhoods without sum constraint
2019-09-12 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): support
updating
(neighbourfun): refactor; use 'substitute'
2019-07-24 Enrico Schumann <[email protected]>
* NAMESPACE: export 'random_vector' and
'compare_vectors'
* R/neighbourfun.R (random_vector): add function
(compare_vectors): add function
2019-05-29 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): simplify
treatment of arguments
2019-05-28 Enrico Schumann <[email protected]>
* R/neighbourfun.R (neighbourfun): new argument
'type', with default numeric
2019-04-30 Enrico Schumann <[email protected]>
* neighbourfun.R (neighbourfun): new argument 'n':
number of elements in solution