forked from rOpenGov/psData
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
48 lines (28 loc) · 1.07 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
## Version 0.2
## Version 0.1.6
- More informative drop message when converting country IDs. Thank you to
Anh Le.
## Version 0.1.5
- A number of getters now rely on import from rio.
- Download Democracy and Dictatorship data set with `DDGet`. Thank you to
Anh Le.
## Version 0.1.4
`CountryID` distinguishes between Cyprus and Turkish Cyprus
## Version 0.1.3
- Added `IMF_WBGet` to download Axel Dreher's data set of IMF programs and World
Bank projects (1970-2011).
- Improved message control for `RRCrisisGet`.
- Minor documentation improvements.
## Version 0.1.2
- Added `RRCrisisGet` for gathering and cleaning Reinhart and Rogoff (2010)
financial crisis dummy variables.
## Version 0.1.1
- Added ability to report and inspect duplicated values created by standardising
country names in `CountryID`, `PolityGet`, and `DpiGet`. Also added a choice to
these variables of whether or not to standardise country names along with IDs.
## Version 0.1
First development version of **psData**. The package includes the following main
functions:
- `DpiGet`
- `PolityGet`
- `Wincreator`