You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to let you know I got such warning while using import (Windows 11; R.4.4.0; rio 1.1.1)
df <- rio::import(file.path(ROOT_DATA_DIR,'my_df.rds'))
Warning message:
The trust argument of import() should be explicit for serialization formats as of rio 1.0.3.
ℹ Missing trust will be set to FALSE by default for RDS in 2.0.0.
ℹ The deprecated feature was likely used in the rio package.
Please report the issue at https://github.com/gesistsa/rio/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
Best!Lobin
The text was updated successfully, but these errors were encountered:
Hey!
Just to let you know I got such warning while using import (Windows 11; R.4.4.0; rio 1.1.1)
df <- rio::import(file.path(ROOT_DATA_DIR,'my_df.rds'))
Warning message:
The
trust
argument ofimport()
should be explicit for serialization formats as of rio 1.0.3.ℹ Missing
trust
will be set to FALSE by default for RDS in 2.0.0.ℹ The deprecated feature was likely used in the rio package.
Please report the issue at https://github.com/gesistsa/rio/issues.
This warning is displayed once every 8 hours.
Call
lifecycle::last_lifecycle_warnings()
to see where this warning was generated.Best!Lobin
The text was updated successfully, but these errors were encountered: