-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
43 lines (30 loc) · 1.21 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# wilma
<!-- badges: start -->
[![R build status](https://github.com/MattCowgill/wilma/workflows/R-CMD-check/badge.svg)](https://github.com/MattCowgill/wilma/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->
Web-based Interactive Lens on Macroeconomic data from Australia (WILMA).
Inspired by [FRED](https://fred.stlouisfed.org).
WILMA provides a simple web-based interface to browse key Australian economic data. At this stage WILMA is an experiment and proof of concept only. The data is updated manually and sporadically.
## App
[Live app here](https://mattcowgill.shinyapps.io/wilma/)
## Installation
Install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("MattCowgill/wilma")
```
## Contributions
Contributions would be welcome. Please open an issue to discuss first.