An open API service indexing awesome lists of open source software.

https://github.com/risktoollib/rtlappdynamics

Overview of pricing dynamics of trading commodities
https://github.com/risktoollib/rtlappdynamics

commodities education golem-apps r risk-analysis risk-management risk-modelling trading

Last synced: 3 months ago
JSON representation

Overview of pricing dynamics of trading commodities

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

[![R-CMD-check](https://github.com/risktoollib/RTLappDynamics/workflows/R-CMD-check/badge.svg)](https://github.com/risktoollib/RTLappDynamics/actions)

***Part of a series of Shiny Apps to support education of risk managers and trading analysts in Universities and commodity-trading enterprises.***

# RTLappDynamics

It is designed and shared publicly to support the following:

+ Support a live walk-though of the dynamics of commodity markets by an experienced market professional. Whether this a non-technical audience or at the start of technical training risk managers or trading analysts, these concepts are critical to anyone with either interest or current governance accountability in these markets.

+ Part of class material in learning `shiny` app deployment where we start with the simple app and transform it into a `package` using [golem](https://github.com/ThinkR-open/golem).

## Installation

You can install the development version of RTLappDynamics from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("risktoollib/RTLappDynamics")
```

## Running the app

``` r
library(RTLappDynamics)
RTLappDynamics::run_app()
```