-
Windows 7
R 3.4.0
prepare_cran at 025f1af2282b80a64a4de0e652618c87271b95b0
I'm writing a single string column to my InfluxDB:
```
library(tidyquant) # Provides the as_xts function
name = "Name…
-
Love the idea of this package! I am not sure if the intention of tq_mutate was to closely mimic dplyr's mutate, but I am having the following issue with it and wanted to ask a quick question. Using th…
-
I get this error when I try to create a portfolio w/ different weights --
Warning messages:
1: In check_weights(weights, assets_col, map, x) :
The assets in weights does not match the assets in…
-
I wanted to calculate the development of a 10000 Dollor for multiple markets to compare it finally with my portfolio. I am currently trying this:
```
#get sector prices
from % tq_transmute(select…
-
Hi,
I dont know if this is done intentionally but I have some data where open/high/low/close has the same value.
When I plot with geom_candlestick the plot renders empty.
Somebody told me the…
ghost updated
7 years ago
-
tidyquant version 0.2.0
tq_get("JPM", get = "key.ratios") returns NA.
-
Great package. Running into an issue with the `table.CAPM` function. I've drilled into the issue and it looks like `table.CAPM` fails when `Rb` does not include negative observations. The culprit seem…
-
Hello,
I'm trying to install the package on windows 10 machine. I get the following error:
```
'D:\Program' is not recognized as an internal or external command,
operable program or batch file.…
-
I'm trying to run Travis CI on a package that depends on `tidyverse`, and the build is failing with the following error:
ERROR: dependency ‘feather’ is not available for package ‘tidyverse’
-
I have a small dashboard ([here](https://cci-dev.org/shiny/open/fiveyr_review/)) that uses `ggplotly` with a `geom_bar.` Sometime recently - I don't know when - the combination stopped working: ggplot…