Skip to content

Error in melt_snowflake(id) #16

@monanasery

Description

@monanasery

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions