Error in melt_snowflake(id)
monanasery opened this issue · 1 comments
monanasery commented
Hi,
I get the following error when I run evently with your sample data (tweets_anonymized.jsonl
):
Error in melt_snowflake(id) : is.character(snowflake_id) || bit64::is.integer64(snowflake_id) is not TRUE
Here is the steps I followed:
I installed all required packages, and then ran the following commands in R:
library(evently)
filepath <- system.file('extdata', 'tweets_anonymized.jsonl', package = 'evently')
cascades <- parse_raw_tweets_to_cascades(filepath, progress = F)
I appreciate if you can help me fix this. Thank you!
monanasery commented
Sorry, this issue is resolved now.