Skip to content

Commit

Permalink
Removed article about shiny and rRofex from vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
augustohassel committed Jul 14, 2020
1 parent b22fb9b commit ca8ff31
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ CODE_OF_CONDUCT\.md
^\.travis\.yml$
^CRAN-RELEASE$
^vignettes/articles$
vignettes/shiny-and-rrofex.Rmd
vignettes/shiny-rrofex-1.png
vignettes/shiny-rrofex-2.png
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ These are the currently available actions within the library:
There are currently three standard protocols that are being used to connecting to the market::

1. **REST**. Inside this library most methods use this protocol internaly.
2. **Websocket**. It is under development on branch 'websocket' on GitHub. The methods have the suffix 'ws' inside it's name.
2. **Websocket**. The methods have the suffix 'ws' inside it's name.
3. *FIX*. We don't have any short term plans to develop this wrapper.

## Examples
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ connecting to the market::

1. **REST**. Inside this library most methods use this protocol
internaly.
2. **Websocket**. It is under development on branch ‘websocket’ on
GitHub. The methods have the suffix ‘ws’ inside it’s name.
2. **Websocket**. The methods have the suffix ‘ws’ inside it’s name.
3. *FIX*. We don’t have any short term plans to develop this wrapper.

## Examples
Expand Down
8 changes: 1 addition & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
## R CMD check results
There are no ERRORs or WARNINGs

There was 1 NOTE:

* Possibly mis-spelled words in DESCRIPTION:
Matba (3:21, 6:68)
Rofex (3:27, 6:74)

Both are names from the company.
There was 0 NOTES

## Downstream dependencies
There are currently no downstream dependencies for this package
2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/shiny-and-rrofex.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.5.1
pkgdown_sha: ~
articles:
shiny-and-rrofex: shiny-and-rrofex.html
last_built: 2020-07-07T16:52Z
last_built: 2020-07-14T20:13Z

4 changes: 3 additions & 1 deletion vignettes/shiny-and-rrofex.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Powering rRofex with Shiny"
description: "A brief introduction of using Shiny with rRofex."
author: "Augusto Hassel"
date: "`r Sys.Date()`"
date: "2020-07-07"
VignetteBuilder: knitr
---

```{r, include = FALSE}
Expand Down

0 comments on commit ca8ff31

Please sign in to comment.