Skip to content

Commit ab7dcd1

Browse files
committed
fix cran website complaints
1 parent 2485699 commit ab7dcd1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 1.0.9
2-
Date: 2024-09-02 15:15:19 UTC
3-
SHA: ae5a6ee60f58fd2fa0e4b811682601bcc5d96b0b
1+
Version: 1.0.10
2+
Date: 2025-01-07 19:52:27 UTC
3+
SHA: 24856992c90d5a863e4719c957f7b8e60dfc4795

R/tq_get.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
#' \href{https://data.nasdaq.com/}{Quandl}. Wrapper for `Quandl::Quandl.datatable()`.
2525
#' See also [quandl_api_key()].
2626
#' \item `"tiingo"`: Get data sets from
27-
#' \href{https://www.tiingo.com/}{Tiingo}. Wrapper for `riingo::riingo_prices()`.
27+
#' Tingo (https://www.tiingo.com/). Wrapper for `riingo::riingo_prices()`.
2828
#' See also [tiingo_api_key()].
2929
#' \item `"tiingo.iex"`: Get data sets from
30-
#' \href{https://www.tiingo.com/}{Tiingo}. Wrapper for `riingo::riingo_iex_prices()`.
30+
#' Tingo (https://www.tiingo.com/). Wrapper for `riingo::riingo_iex_prices()`.
3131
#' See also [tiingo_api_key()].
3232
#' \item `"tiingo.crypto"`: Get data sets from
33-
#' \href{https://www.tiingo.com/}{Tiingo}. Wrapper for `riingo::riingo_crypto_prices()`.
33+
#' Tingo (https://www.tiingo.com/). Wrapper for `riingo::riingo_crypto_prices()`.
3434
#' See also [tiingo_api_key()].
3535
#' \item `"alphavantager"`: Get data sets from
3636
#' \href{https://www.alphavantage.co/}{Alpha Vantage}. Wrapper for `alphavantager::av_get()`.

man/tq_get.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/TQ01-core-functions-in-tidyquant.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Set `x` as one of the options in the list of options above to get the desired st
7070
tq_index("SP500")
7171
```
7272

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

7575
## 1.2 Stock Exchanges
7676

0 commit comments

Comments
 (0)