Skip to content

Commit

Permalink
Updated DESCRIPTION and codemeta.json 🔨
Browse files Browse the repository at this point in the history
* Moved to Roxygen 7.3.2
* Updaed codemeta.json
  • Loading branch information
serkor1 committed Nov 2, 2024
1 parent 7e11545 commit 475e3f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Description:
License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Suggests:
data.table,
knitr,
Expand Down
9 changes: 7 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identifier": "cryptoQuotes",
"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 processed using the xts package. 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.",
"name": "cryptoQuotes: Open Access to Cryptocurrency Market Data, Sentiment Indicators and Interactive Charts",
"relatedLink": "https://serkor1.github.io/cryptoQuotes/",
"relatedLink": ["https://serkor1.github.io/cryptoQuotes/", "https://CRAN.R-project.org/package=cryptoQuotes"],
"codeRepository": "https://github.com/serkor1/cryptoQuotes",
"issueTracker": "https://github.com/serkor1/cryptoQuotes/issues",
"license": "https://spdx.org/licenses/GPL-2.0",
Expand Down Expand Up @@ -257,5 +257,10 @@
},
"SystemRequirements": null
},
"fileSize": "1504.773KB"
"fileSize": "1476.579KB",
"releaseNotes": "https://github.com/serkor1/cryptoQuotes/blob/master/NEWS.md",
"readme": "https://github.com/serkor1/cryptoQuotes/blob/main/README.md",
"contIntegration": ["https://github.com/serkor1/cryptoQuotes/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/serkor1/cryptoQuotes"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#stable",
"keywords": ["cryptocurrencies", "cryptocurrency", "cryptocurrency-exchanges", "r", "binance", "binance-api", "kucoin", "kucoin-api", "kraken-api", "kraken-exchange-api", "bitmart", "bybit", "bybit-api", "rstats", "rstats-package", "huobi", "huobi-api"]
}

0 comments on commit 475e3f8

Please sign in to comment.