Skip to content

Commit

Permalink
fix cran website complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 7, 2025
1 parent 2485699 commit ab7dcd1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.0.9
Date: 2024-09-02 15:15:19 UTC
SHA: ae5a6ee60f58fd2fa0e4b811682601bcc5d96b0b
Version: 1.0.10
Date: 2025-01-07 19:52:27 UTC
SHA: 24856992c90d5a863e4719c957f7b8e60dfc4795
6 changes: 3 additions & 3 deletions R/tq_get.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
#' \href{https://data.nasdaq.com/}{Quandl}. Wrapper for `Quandl::Quandl.datatable()`.
#' See also [quandl_api_key()].
#' \item `"tiingo"`: Get data sets from
#' \href{https://www.tiingo.com/}{Tiingo}. Wrapper for `riingo::riingo_prices()`.
#' Tingo (https://www.tiingo.com/). Wrapper for `riingo::riingo_prices()`.
#' See also [tiingo_api_key()].
#' \item `"tiingo.iex"`: Get data sets from
#' \href{https://www.tiingo.com/}{Tiingo}. Wrapper for `riingo::riingo_iex_prices()`.
#' Tingo (https://www.tiingo.com/). Wrapper for `riingo::riingo_iex_prices()`.
#' See also [tiingo_api_key()].
#' \item `"tiingo.crypto"`: Get data sets from
#' \href{https://www.tiingo.com/}{Tiingo}. Wrapper for `riingo::riingo_crypto_prices()`.
#' Tingo (https://www.tiingo.com/). Wrapper for `riingo::riingo_crypto_prices()`.
#' See also [tiingo_api_key()].
#' \item `"alphavantager"`: Get data sets from
#' \href{https://www.alphavantage.co/}{Alpha Vantage}. Wrapper for `alphavantager::av_get()`.
Expand Down
6 changes: 3 additions & 3 deletions man/tq_get.Rd

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

2 changes: 1 addition & 1 deletion vignettes/TQ01-core-functions-in-tidyquant.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Set `x` as one of the options in the list of options above to get the desired st
tq_index("SP500")
```

The data source is [State Street Global Advisors](https://www.ssga.com/).
The data source is State Street Global Advisors.

## 1.2 Stock Exchanges

Expand Down

0 comments on commit ab7dcd1

Please sign in to comment.