-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* See commit history or NEWS.md for changes. --------- Co-authored-by: Stavros Alfieris <[email protected]>
- Loading branch information
Showing
98 changed files
with
3,373 additions
and
2,558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ playground | |
^data-raw$ | ||
^codemeta\.json$ | ||
NEWS.Rmd | ||
.vdoc.r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,4 +51,8 @@ inst/doc | |
/doc/ | ||
/Meta/ | ||
docs | ||
/playground | ||
/playground/ | ||
|
||
/*.html | ||
.vdoc.r | ||
*.Rproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version: 1.3.2 | ||
Date: 2024-11-07 05:41:59 UTC | ||
SHA: e12973201b0a1173d20ccc6d89b774a4f68b95cf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
Package: cryptoQuotes | ||
Title: A Streamlined Access to Cryptocurrency OHLC-V Market Data and Sentiment Indicators | ||
Version: 1.3.1 | ||
Title: Open Access to Cryptocurrency Market Data, Sentiment Indicators and Interactive Charts | ||
Version: 1.3.2 | ||
Authors@R: c( | ||
person("Serkan", "Korkmaz", , "[email protected]", role = c("cre", "aut", "ctb", "cph"), | ||
comment = c(ORCID = "0000-0002-5052-0982")), | ||
person("Jonas", "Cuzulan Hirani", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-9512-1993")) | ||
person( | ||
given = "Serkan", | ||
family = "Korkmaz", | ||
email = "[email protected]", | ||
role = c("cre", "aut", "ctb", "cph"), | ||
comment = c(ORCID = "0000-0002-5052-0982") | ||
), | ||
person( | ||
given = "Jonas", | ||
family = "Cuzulan Hirani", | ||
email = "[email protected]", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0002-9512-1993") | ||
) | ||
) | ||
Description: | ||
This high-level API client offers a streamlined access to public cryptocurrency market data and sentiment indicators. It features OHLC-V (Open, High, Low, Close, Volume) that comes | ||
with granularity ranging from seconds to months and essential sentiment indicators to develop and backtest trading strategies, or conduct detailed market analysis. By interacting directly with | ||
the major cryptocurrency exchanges this package ensures a reliable, and stable, flow of market information, eliminating the need for complex, low-level API interactions or webcrawlers. | ||
Description: | ||
This high-level API client provides open access to cryptocurrency market data, sentiment indicators, and interactive charting tools. | ||
The data is sourced from major cryptocurrency exchanges via 'curl' and returned in 'xts'-format. The data comes in open, high, low, and close (OHLC) format with flexible granularity, ranging from seconds to months. | ||
This flexibility makes it ideal for developing and backtesting trading strategies or conducting detailed market analysis. | ||
License: GPL (>= 2) | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Suggests: | ||
data.table, | ||
knitr, | ||
|
@@ -24,14 +34,14 @@ Suggests: | |
tidyverse | ||
Config/testthat/edition: 3 | ||
Imports: | ||
cli (>= 3.6.2), | ||
cli (>= 3.6.3), | ||
curl (>= 5.2.1), | ||
jsonlite (>= 1.8.8), | ||
lifecycle (>= 1.0.4), | ||
plotly (>= 4.10.4), | ||
TTR (>= 0.24.4), | ||
utils, | ||
xts (>= 0.13.2), | ||
xts (>= 0.14.0), | ||
zoo (>= 1.8-12) | ||
Depends: | ||
R (>= 4.0.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.