-
Notifications
You must be signed in to change notification settings - Fork 38
/
NEWS
69 lines (48 loc) · 1.78 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
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
*********************
* News in Version 2.1
*********************
* Updated to PSID to 2019 wave https://github.com/floswald/psidR/pull/45
* No longer support building with wealth variables. Those are included in the main family data file, and must be merged manually for early waves.
*********************
* News in Version 1.6
*********************
* Deprecated function get.variable.names
*********************
* News in Version 1.5
*********************
* Improve creation from text file example
* Updates index to PSID version 2015
* Automatically download wealth supplements if user requests years that contain a wealth supplement.
*********************
* News in Version 1.4
*********************
* Added ability to have NA values in the individual index
https://github.com/floswald/psidR/issues/4
* Don't download anything if files are present.
* Added a real world example
* Illustrates how variables can be constructed from a text file.
*********************
* News in Version 1.3
*********************
* added unit tests
* added travis CI
* example dataset now created in a function. allows for
attrition now.
* fixed bugs:
https://github.com/floswald/psidR/issues/2
https://github.com/floswald/psidR/issues/5
https://github.com/floswald/psidR/issues/8
*********************
* News in Version 1.2
*********************
* fixed bug in SAScii downloader. Dates were not adjusted for
2011 PSID data delivery. Thanks to @wmjones for reporting.
https://github.com/floswald/psidR/issues/1
*********************
* News in Version 1.1
*********************
* updated index file to latest PSID delivery 2011
* accomodates mutliple index files in datadir, with a warning
* improved verbose mode
* fixed a bug from using J() inside a data.table
* added a not run example to help file