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
- Host: GitHub
- URL: https://github.com/risktoollib/rtlappdynamics
- Owner: risktoollib
- License: other
- Created: 2021-12-16T22:48:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T15:09:54.000Z (over 1 year ago)
- Last Synced: 2024-01-28T01:53:09.657Z (over 1 year ago)
- Topics: commodities, education, golem-apps, r, risk-analysis, risk-management, risk-modelling, trading
- Language: R
- Homepage:
- Size: 339 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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%"
)
```[](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()
```