https://github.com/risktoollib/rtledu
Supports education for RTL package for pratitioners and students
https://github.com/risktoollib/rtledu
commodities education finance learnr r risk-management trading
Last synced: about 2 months ago
JSON representation
Supports education for RTL package for pratitioners and students
- Host: GitHub
- URL: https://github.com/risktoollib/rtledu
- Owner: risktoollib
- Created: 2021-12-13T15:36:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T16:08:13.000Z (10 months ago)
- Last Synced: 2025-02-28T21:32:07.874Z (7 months ago)
- Topics: commodities, education, finance, learnr, r, risk-management, trading
- Language: HTML
- Homepage:
- Size: 39.3 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
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/RTLedu/actions)
[](https://app.codecov.io/gh/risktoollib/RTLedu?branch=master)Send feedback to `pcote@ualberta.ca`. We welcome feedback, suggestions and collaborators.
# Purpose
Build to support delivery of:
+ Finance classes at the [Alberta School of Business](https://www.ualberta.ca/business/index.html).
+ Corporate workshops.**This package is in an ongoing development state.**
## Installation
You can install the development version of RTLedu from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("risktoollib/RTLedu")
```## How to Use
+ Type `learnr::run_tutorial(package = "RTLedu")` in your console to see available tutorials.
+ Type `learnr::run_tutorial("",package = "RTLedu")` to start the tutorial.`learnr::run_tutorial("getting-started",package = "RTLedu")`
## Installation
**Dependency for market making game**
install.packages("remotes")
remotes::install_github("rstudio/gradethis")**Latest Package**
`devtools::install_github("risktoollib/RTLedu")`**CRAN Stable**
Not on CRAN yet.