Skip to content

scipen in R version 4.5.0 #32

@sklarz-bgu

Description

@sklarz-bgu

Hi

We ran into an issue that arises from line 134 in leiden.R file.

oo <- options(scipen = 100000000000)

It outputs an error about the value being out of range for scipen.

This might arise from the following bug fix in version 4.5.0 of R:

options(scipen = NULL) and other invalid values now signal an error instead of
invalidating ops relying on a finite integer value. Values outside the range -9 .. 9999
are now warned about and set to a boundary or to the default 0, e.g., in case of an
NA.

Thanks!
Menachem

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