-
When converting time series to monthly it makes sense to use the yearmon class. If you are comparing two assets from different data sources, the dates may not line up precisely. I found that happeni…
-
Having an issue with the `tidyquant` [CRAN check](https://cran.r-project.org/web/checks/check_results_tidyquant.html) using:
- using R version 3.3.2 (2016-10-31)
- using platform: x86_64-apple-dar…
-
Hi, thanks for releasing this, looks great! Ran into a small issue when trying to use `scale_fill_cyclical()` as below:
ggplot(diamonds, aes(x = price, y = cut)) +
geom_joy(scale = 4) …
soedr updated
7 years ago
-
``` r
library(tidyquant)
library(timekit)
library(forecast)
library(sweep)
# Create sample data
ts %
as_datetime() %>%
tk_make_future_timeseries(n_future = 30)
y t…
-
### Description
In the example below `getSymbols` is set to get data from `2016-01-01`, however it returns data from `2016-08-19`. When `from` date is set to any other date the output still starts f…
Maiae updated
7 years ago
-
I read about your package on R-bloggers, and liked the idea of harmonizing xts with the tidyverse. But I hate that you always think of time series values to come in OHLC format.
There are millions …
-
Not sure if I have to submit here or at tidyquant package, but when tidyquant package is loaded the "last" function in compute.cagr throw an error.
If using last(prices, 1) I get following error.
…
ghost updated
7 years ago
-
Right now, if you pass a valid `get` arg but otherwise-invalid args to `tq_get`, you are given very unhelpful errors, for example
```
> tq_get("WIKI/FOOBAR", get = "stock.prices")
[1] NA
Warning m…
-
I tried to deploy shinyApp and noticed the `tidyquant` unable install due to no url...
![](https://cloud.githubusercontent.com/assets/7227582/22507069/062eafba-e8c7-11e6-95fa-48247ec1f4b5.png)
Aft…
-
I get a big frowny face when I try to read the tutorial as directed on the R Project site for this package:
http://rpubs.com/walkerke/tigris01