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

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

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/RTLedu/workflows/R-CMD-check/badge.svg)](https://github.com/risktoollib/RTLedu/actions)
[![Codecov test coverage](https://codecov.io/gh/risktoollib/RTLedu/branch/master/graph/badge.svg)](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.