-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plot
function cause R to crash for no particular error message
#50
Comments
Can you provide a function call that leads to the crash? I can't reproduce a crash. Tested: library(CausalImpact)
test_data <- read.table("spce.csv", sep = ",", header = TRUE)
fin.ci(dat, "2021-05-28", period = "daily") This works. Note that the function |
I have edited the function sorry I thought The call that led to crash was just that I am experiencing crash with |
Thanks.
I meant, what call of
OK. Maybe try updating all packages to the latest version and see if the error persists. |
I was commenting under another crash related issue but found out mine eventually was a different story.
I am running
R 4.1
inMX linux 19.04
, with the package version being 1.2.7.I have attached the test data as well, which is 900 rows of stock daily OHLCV data.
spce.csv
I can run through to
summary(res)
. The output fromsummary(res)
:It seems the new pull request could fix it, but I thought it's probably better to still flag it up.
Thanks Team.
The text was updated successfully, but these errors were encountered: