Skip to content

Don't use 32 bit integers #26

Description

@dirkschumacher

Currently all integers are converted to R's 32 bit integers. I think we should use doubles here with maybe a custom vctrs class to avoid overflow.

Bonus: think about using Arbitrary precision library such as rmpf if the integer is too large for doubles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions