-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
72 lines (72 loc) · 2.12 KB
/
DESCRIPTION
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
Type: Package
Package: ozdata
Title: Import and explore freely available Australian data sets
Version: 0.0.9000
Authors@R: c(person("Jonathan", "Carroll", role = c("aut", "cre"),
comment = "@jonocarroll", email = "rpkg@jcarroll.com.au"),
person("Maria", "Dmitrijeva", role = "aut", comment = "@marianess"),
person("Jeffrey O.", "Hanson", role = "aut", comment = "@jeffreyhanson"),
person("Rob J.", "Hyndman", role = "aut", comment = "@robjhyndman"),
person("Simon", "Lyons", role = "aut", comment = "@SimonLyons"),
person("Cameron", "Roach", role = "aut", comment = "@camroach87"),
person("Adam H.", "Sparks", role = "aut", comment = "@adamhsparks"),
person("Matt", "Sutton", role = "aut", comment = "@matt-sutton"))
Description: There are many high quality data sets that are freely
available for Australia. Unfortunately they can be difficult to obtain
and analyse. Here we provide tools to programmatically import and
explore Australian data sets. Data can be obtained from the official
Australian government portal, which contains over 40,000 data sets
(<https://data.gov.au>). Additionally, economic data sets can be
obtained from the Australian Macro Database
(<http://ozmacrodata.org>). This project was created during the 2017
BURGr R UnConference <https://github.com/AU-BURGr/UnConf2017>.
License: GPL(>=3) + file LICENSE
URL: https://github.com/AU-BURGr/ozdata
BugReports: https://github.com/AU-BURGr/ozdata/issues
Depends:
R (>= 3.1.0)
Imports:
assertthat,
ckanr,
data.table,
dplyr,
jsonlite,
magrittr,
mapview,
methods,
plyr,
RCurl,
readr,
rgdal,
rvest,
sf,
shiny,
shinythemes,
stringr,
tibble,
tidyr,
tidyjson,
xml2,
xts
Suggests:
knitr,
rio,
rmarkdown,
testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Collate:
'aaa.R'
'ausmacrodata.R'
'ausmacrodatasearch.R'
'data.R'
'download_oz_metadata.R'
'get_dataset_from_url.R'
'get_oz_dataset.R'
'get_url.R'
'ozdata.R'
'search_metadata.R'
'run_shiny_search.R'
'all_in_one.R'