Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oblique startup warning in R

Tags:

r

warnings

When I launch R 4.3.1 on Ubuntu 22.04.3 I get the following error:

During startup - Warning message:
In sys.load.image(".RData", FALSE) : non-uniform 'Rounding' sampler used

How come? More importantly, how can I learn to answer "How come" for myself in cases like this?

like image 305
Alexis Avatar asked Oct 19 '25 19:10

Alexis


1 Answers

Per comments from @jay.sf and @MrFlick, the issue was apparently with objects from a previous session being stored in an .RData file and loaded on launch.

Removing the .RData file resolves this warning.

like image 180
Alexis Avatar answered Oct 22 '25 08:10

Alexis



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!