-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #236 from olivroy/upkeep
Upkeep
- Loading branch information
Showing
257 changed files
with
4,530 additions
and
15,409 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
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
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 |
---|---|---|
@@ -1,20 +1,19 @@ | ||
Package: tidyquant | ||
Type: Package | ||
Title: Tidy Quantitative Financial Analysis | ||
Version: 1.0.7 | ||
Version: 1.0.7.9000 | ||
Authors@R: c( | ||
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")), | ||
person("Davis", "Vaughan", email = "[email protected]", role = c("aut")) | ||
) | ||
Maintainer: Matt Dancho <[email protected]> | ||
Description: Bringing business and financial analysis to the 'tidyverse'. The 'tidyquant' | ||
package provides a convenient wrapper to various 'xts', 'zoo', 'quantmod', 'TTR' | ||
and 'PerformanceAnalytics' package | ||
functions and returns the objects in the tidy 'tibble' format. The main | ||
advantage is being able to use quantitative functions with the 'tidyverse' | ||
functions including 'purrr', 'dplyr', 'tidyr', 'ggplot2', 'lubridate', etc. See | ||
the 'tidyquant' website for more information, documentation and examples. | ||
URL: https://github.com/business-science/tidyquant | ||
URL: https://business-science.github.io/tidyquant/, https://github.com/business-science/tidyquant | ||
BugReports: https://github.com/business-science/tidyquant/issues | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
|
@@ -26,38 +25,35 @@ Depends: | |
quantmod (>= 0.4-13) | ||
Imports: | ||
dplyr (>= 1.0.0), | ||
ggplot2, | ||
jsonlite, | ||
ggplot2 (>= 3.4.0), | ||
jsonlite, | ||
httr, | ||
curl, | ||
curl, | ||
lazyeval, | ||
magrittr, | ||
purrr, | ||
Quandl, | ||
riingo, | ||
readr, | ||
readr, | ||
readxl, | ||
alphavantager (>= 0.1.2), | ||
stringr, | ||
tibble, | ||
tidyr (>= 1.0.0), | ||
timetk (>= 2.4.0), | ||
timeDate, | ||
TTR, | ||
xts, | ||
rlang, | ||
tidyverse, | ||
tidyselect | ||
rlang | ||
Suggests: | ||
alphavantager (>= 0.1.2), | ||
Quandl, | ||
riingo, | ||
tibbletime, | ||
forcats, | ||
broom, | ||
knitr, | ||
forcats, | ||
rmarkdown, | ||
testthat (>= 2.1.0), | ||
scales, | ||
Rblpapi, | ||
covr, | ||
janitor | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) | ||
|
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
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
Oops, something went wrong.