forked from enricoschumann/BISdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
88 lines (60 loc) · 2.93 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
2024-05-16 Enrico Schumann <es@enricoschumann.net>
* R/functions.R (process_dataset): add 'zoo'
support for dataset central-bank policy rates
["WS_CBPOL_csv_flat" and CPI ["WS_LONG_CPI_csv_flat"]
2024-05-01 Enrico Schumann <es@enricoschumann.net>
* DESCRIPTION (Version): 0.2-3
* R/functions.R (datasets): rewrite function to at
least provide names of CSV files
2024-01-31 Enrico Schumann <es@enricoschumann.net>
* Scripts/tests.R: add test script
* R/functions.R (fetch_dataset): change root URL
from "https://www.bis.org/statistics/" to
"https://data.bis.org/bulkdownload/" to accommodate
bulk downloads of datasets -- the BIS has announced
to no longer provide the datasets at
https://www.bis.org/statistics/full_data_sets.htm
from January 2024
2023-09-11 Enrico Schumann <es@enricoschumann.net>
* DESCRIPTION (Version): 0.2-2
* R/functions.R (fetch_dataset,process_dataset): add
'zoo' support for dataset central-bank policy rates
"full_cbpol_d_csv_row.zip"
2022-11-15 Enrico Schumann <es@enricoschumann.net>
* DESCRIPTION (Version): 0.2-1
2022-10-10 Enrico Schumann <es@enricoschumann.net>
* R/functions.R (fetch_dataset): the function
gains several arguments, such as 'header' and
'sep', which define the default settings for
'read.table'. Further arguments can, as before, be
passed via "...".
The default setting for argument 'quote' now is
"\"", which fixes the parsing of datasets such as
'full_spp_csv.zip' that use double-quoted elements;
thanks to Matthias Meiksner for reporting the
issue on GitHub
2022-10-06 Enrico Schumann <es@enricoschumann.net>
* DESCRIPTION (Version): 0.2-0
2022-06-20 Enrico Schumann <es@enricoschumann.net>
* R/functions.R (fetch_dataset,process_dataset):
add 'zoo' support for dataset "full_xru_csv.zip";
'fetch_dataset' gains an argument 'frequency'
2022-06-19 Enrico Schumann <es@enricoschumann.net>
* R/functions.R (process_dataset): use
'read.table(fill = TRUE, ...)' for reading datasets
(fetch_dataset, process_dataset): add 'zoo'
support for dataset "full_xru_d_csv_row.zip"
2022-03-07 Enrico Schumann <es@enricoschumann.net>
* DESCRIPTION (Version): 0.1-1
* R/functions.R (datasets,fetch_dataset): if
downloads fail, the functions now return NULL
2021-11-20 Enrico Schumann <es@enricoschumann.net>
* R/functions.R: export functions 'datasets'
and 'fetch_dataset'; remove "csv" from names as
apparently not all full datasets are in CSV
format
(process_dataset): add support for transforming
datasets into 'zoo' series
(datasets): return "filename", "description"
and date of last "update"
* README.org: add README