-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels