-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NEWS
42 lines (24 loc) · 1.06 KB
/
NEWS
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
stackoverflow 0.1.4
----------------------------------------------------------------
This release adds the following functions:
* Inverses of which and interaction
stackoverflow 0.1.3
----------------------------------------------------------------
This release adds the following functions:
* distribution functions for density objects
* partial function evaluation / currying
* a log-likelihood function for kmeans objects
* resave a dataset
* clone environments
stackoverflow 0.1.2
----------------------------------------------------------------
This release only changes package metadata:
* License is forward ported to CC-BY-SA 4.0 for CRAN acceptance; see
http://meta.stackexchange.com/questions/214549/does-se-need-to-switch-to-cc-by-sa-4-0
* Authors are now hyperlinked in documentation as required by
http://blog.stackoverflow.com/2009/06/attribution-required/
stackoverflow 0.1.1
----------------------------------------------------------------
NEW FEATURES
* bsearch7() provides a fast binary search for lower bound; supports character
vectors.