Skip to content

Commit

Permalink
release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranalytics committed Jun 29, 2021
1 parent 257bd31 commit 3f7f316
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ knitr::opts_chunk$set(
# geckor <img src='man/figures/logo.png' align="right" height="169" />

<!-- badges: start -->
[![Codecov test coverage](https://codecov.io/gh/next-game-solutions/geckor/branch/main/graph/badge.svg)](https://codecov.io/gh/next-game-solutions/geckor?branch=main)
[![R-CMD-check](https://github.com/next-game-solutions/geckor/workflows/R-CMD-check/badge.svg)](https://github.com/next-game-solutions/geckor/actions)
[![Codecov test coverage](https://codecov.io/gh/next-game-solutions/geckor/branch/main/graph/badge.svg)](https://codecov.io/gh/next-game-solutions/geckor?branch=main)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
<!-- badges: end -->

Expand Down
60 changes: 30 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/next-game-solutions/geckor/workflows/R-CMD-check/badge.svg)](https://github.com/next-game-solutions/geckor/actions)
[![Codecov test
coverage](https://codecov.io/gh/next-game-solutions/geckor/branch/main/graph/badge.svg)](https://codecov.io/gh/next-game-solutions/geckor?branch=main)
[![R-CMD-check](https://github.com/next-game-solutions/geckor/workflows/R-CMD-check/badge.svg)](https://github.com/next-game-solutions/geckor/actions)
[![Lifecycle:
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
<!-- badges: end -->
Expand Down Expand Up @@ -59,12 +59,12 @@ current_price(coin_ids = c("cardano", "tron", "plokadot"),
#> # A tibble: 6 x 7
#> coin_id price vs_currency market_cap vol_24h price_percent_change_24h
#> <chr> <dbl> <chr> <dbl> <dbl> <dbl>
#> 1 cardano 1.34 usd 42603376273. 3404352588. 5.74
#> 2 cardano 1.12 eur 35726850515. 2854862845. 5.83
#> 3 cardano 0.962 gbp 30698416617. 2453050514. 5.75
#> 4 tron 0.0660 usd 4713849525. 1143880379. 7.05
#> 5 tron 0.0553 eur 3952996501. 959248935. 7.15
#> 6 tron 0.0475 gbp 3396625555. 824237878. 7.06
#> 1 cardano 1.41 usd 44952839241. 3437763496. 7.13
#> 2 cardano 1.18 eur 37817789738. 2892482639. 7.38
#> 3 cardano 1.02 gbp 32518704096. 2486565277. 7.69
#> 4 tron 0.0694 usd 4966706018. 1336877419. 7.54
#> 5 tron 0.0584 eur 4178375539. 1124828607. 7.80
#> 6 tron 0.0502 gbp 3592895266. 966975469. 8.11
#> # ... with 1 more variable: last_updated_at <dttm>

# Get a more comprehensive view of the current Cardano, Tron, and
Expand All @@ -78,34 +78,34 @@ current_market(coin_ids = c("cardano", "tron", "polkadot"),
#> $ symbol <chr> "ada", "dot", "trx"
#> $ name <chr> "Cardano", "Polkadot", "TRON"
#> $ vs_currency <chr> "usd", "usd", "usd"
#> $ last_updated_at <dttm> 2021-06-28 19:35:22, 2021-06-~
#> $ current_price <dbl> 1.340000, 15.480000, 0.065951
#> $ market_cap <dbl> 42603376273, 15425308159, 471~
#> $ market_cap_rank <int> 5, 9, 24
#> $ fully_diluted_valuation <dbl> 59786957381, NA, NA
#> $ total_volume <dbl> 3404352588, 743269807, 114388~
#> $ high_24h <dbl> 1.360000, 15.910000, 0.067296
#> $ low_24h <dbl> 1.250000, 14.190000, 0.061434
#> $ price_change_24h <dbl> 0.07251500, 1.27000000, 0.004~
#> $ price_change_percentage_24h <dbl> 5.74358, 8.91461, 7.05259
#> $ market_cap_change_24h <int> 2018775387, 1120761134, 3018~
#> $ market_cap_change_percentage_24h <dbl> 4.97424, 7.83500, 6.84101
#> $ circulating_supply <dbl> 32066390668, 1005617291, 7166~
#> $ total_supply <dbl> 45000000000, 1086567782, 1008~
#> $ last_updated_at <dttm> 2021-06-29 12:45:24, 2021-06-~
#> $ current_price <dbl> 1.410000, 16.680000, 0.069439
#> $ market_cap <dbl> 44952839241, 16725825246, 496~
#> $ market_cap_rank <int> 5, 9, 23
#> $ fully_diluted_valuation <dbl> 63084049177, NA, NA
#> $ total_volume <dbl> 3437763496, 910873192, 133687~
#> $ high_24h <dbl> 1.400000, 16.630000, 0.069309
#> $ low_24h <dbl> 1.310000, 14.860000, 0.064551
#> $ price_change_24h <dbl> 0.09350700, 1.81000000, 0.004~
#> $ price_change_percentage_24h <dbl> 7.12874, 12.15055, 7.54462
#> $ market_cap_change_24h <dbl> 2836331351, 1737462921, 3387~
#> $ market_cap_change_percentage_24h <dbl> 6.73449, 11.59208, 7.31923
#> $ circulating_supply <dbl> 32066390668, 1005652893, 7166~
#> $ total_supply <dbl> 45000000000, 1086602026, 1008~
#> $ max_supply <dbl> 4.5e+10, NA, NA
#> $ ath <dbl> 2.450000, 49.350000, 0.231673
#> $ ath_change_percentage <dbl> -45.68448, -68.90076, -71.588~
#> $ ath_change_percentage <dbl> -42.67513, -66.29639, -70.083~
#> $ ath_date <dttm> 2021-05-16 07:44:28, 2021-05-~
#> $ atl <dbl> 0.01925275, 2.70000000, 0.001~
#> $ atl_change_percentage <dbl> 6799.1444, 468.9495, 3547.9437
#> $ atl_change_percentage <dbl> 7181.3909, 516.5954, 3741.2409
#> $ atl_date <dttm> 2020-03-13 02:22:55, 2020-08-~
#> $ price_change_percentage_1h_in_currency <dbl> 0.9058240, 1.2867787, 0.74332~
#> $ price_change_percentage_24h_in_currency <dbl> 5.743583, 8.914610, 7.052595
#> $ price_change_percentage_7d_in_currency <dbl> -6.943390, -25.377910, -3.043~
#> $ price_change_percentage_14d_in_currency <dbl> -14.792300, -29.918767, -7.71~
#> $ price_change_percentage_30d_in_currency <dbl> -11.89987, -27.87901, -8.89946
#> $ price_change_percentage_200d_in_currency <dbl> 800.5472, 218.2963, 129.3543
#> $ price_change_percentage_1y_in_currency <dbl> 1623.6568, NA, 326.7531
#> $ price_change_percentage_1h_in_currency <dbl> 0.9209138, 0.9541387, 0.68761~
#> $ price_change_percentage_24h_in_currency <dbl> 7.128737, 12.150554, 7.544617
#> $ price_change_percentage_7d_in_currency <dbl> 18.768047, 5.680616, 28.044625
#> $ price_change_percentage_14d_in_currency <dbl> -10.748443, -35.692881, -3.84~
#> $ price_change_percentage_30d_in_currency <dbl> -0.7403595, -16.2674841, -0.1~
#> $ price_change_percentage_200d_in_currency <dbl> 888.3135, 247.5076, 146.6428
#> $ price_change_percentage_1y_in_currency <dbl> 1649.4958, NA, 340.5103

# Collect all historical data on the price of Cardano (expressed in EUR),
# and plot the result:
Expand Down
Binary file modified man/figures/README-example-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 3f7f316

Please sign in to comment.