Skip to content

Commit

Permalink
refresh sysdata
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCowgill committed Jan 17, 2022
1 parent 0b475c0 commit 7a29e89
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ knitr::opts_chunk$set(
[![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
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/)

Expand All @@ -35,3 +37,7 @@ Install the development version from [GitHub](https://github.com/) with:
# install.packages("devtools")
devtools::install_github("MattCowgill/wilma")
```

## Contributions

Contributions would be welcome. Please open an issue to discuss first.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ status](https://github.com/MattCowgill/wilma/workflows/R-CMD-check/badge.svg)](h
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
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/)
Expand All @@ -27,3 +31,7 @@ Install the development version from [GitHub](https://github.com/) with:
# install.packages("devtools")
devtools::install_github("MattCowgill/wilma")
```

## Contributions

Contributions would be welcome. Please open an issue to discuss first.

0 comments on commit 7a29e89

Please sign in to comment.