oracle / fastr

A high-performance implementation of the R programming language, built on GraalVM.
Other
626 stars 64 forks source link

'.Random.seed' is not an integer vector but of type 'NULL', so ignored #44

Closed rbotafogo closed 5 years ago

rbotafogo commented 5 years ago

The above message started to appear in RC10. In RC9 this does not occur.

steve-s commented 5 years ago

Hello Rodrigo,

thanks for the report. We noticed this issue appearing with ggplot2 and dplyr (and it actually comes from withr::with_preserve_seed). This should be fixed by 2a013333d46f349e878da64d26499eb40167a152. You can test the development version of FastR with https://github.com/nuest/fastr-docker. Please reopen if your issue is something else.