Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
serkor1 committed Sep 30, 2023
1 parent 4809c7c commit ce711ba
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ The goal of cryptoQuotes is to create a unified API access to all known major cr

## Installation

You can install the latest stabl version of cryptoQuotes like so:
``` r
devtools::install_github(
repo = 'https://github.com/serkor1/cryptoQuotes/',
ref = 'main'
)
```

You can install the development version of cryptoQuotes like so:

``` r
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ libraries such as `quantmod` and `TTR`.

## Installation

You can install the latest stabl version of cryptoQuotes like so:

``` r
devtools::install_github(
repo = 'https://github.com/serkor1/cryptoQuotes/',
ref = 'main'
)
```

You can install the development version of cryptoQuotes like so:

``` r
Expand Down
Binary file modified man/figures/README-addBBands-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-chartSeries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce711ba

Please sign in to comment.