Skip to content

Commit

Permalink
Remove getFin() and getFinancials() from usage
Browse files Browse the repository at this point in the history
All entries in \usage{} need a corresponding \alias{} entry. This made
R CMD check throw a NOTE under R-devel.

It would be confusing to have an alias for getFin() and getFinancials()
pointing to this page, because those two functions aren't defunct. It's
only an issue when 'src = "google"'.
  • Loading branch information
joshuaulrich committed Aug 21, 2023
1 parent ab1bdf6 commit 9ff6dce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions man/quantmod-defunct.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
\alias{getFinancials.google}
%
\description{
The functions listed here are no longer part of \pkg{quantmod}.
The functionality listed here is no longer part of \pkg{quantmod}.
}
\usage{
# Defunct in 0.4-13
getFin(Symbol, env = parent.frame(), src = "google", auto.assign = TRUE, ...)
getFinancials(Symbol, env = parent.frame(), src = "google", auto.assign = TRUE, ...)
# getFin(Symbol, src = "google")
# getFinancials(Symbol, src = "google")
getSymbols.google(Symbols, env, return.class = "xts", from = "2007-01-01",
to = Sys.Date(), ...)
}
\details{
Google Finance stopped providing data in March, 2018. This included historical
price data, and also financial information. This affected \code{getFinancials},
\code{getFin}, and \code{getSymbols.google}.
\code{getFin}, and \code{getSymbols} when \code{src = "google"}.
}
\seealso{
\code{\link{Defunct}}
Expand Down

0 comments on commit 9ff6dce

Please sign in to comment.