knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Roanda

Roanda is a new package that makes it incredibly easy to integrate with OANDA API.

Build Status

Features

Installation

To install the stable version from CRAN, simply run the following from an R console:

install.packages("Roanda")

To install the latest development builds directly from GitHub, run this instead:

if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("gitdek/Roanda")

Getting Started

To learn more we highly recommend you check out the Roanda Tutorial. The tutorial explains the framework in-depth, walks you through building a simple application, and includes extensive annotated examples.

We hope you enjoy using Roanda. For bug reports, please use the issue tracker.



gitdek/Roanda documentation built on May 17, 2019, 5:28 a.m.