Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress warnings in these tests #414

Closed
chainsawriot opened this issue May 14, 2024 · 1 comment
Closed

Suppress warnings in these tests #414

chainsawriot opened this issue May 14, 2024 · 1 comment

Comments

@chainsawriot
Copy link
Collaborator

In light of #409 and #411

 ══ Warnings ════════════════════════════════════════════════════════════════════
1. Export / Import to .R dump file ('test_format_R.R:7:9') - 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 .R in 2.0.0.

2. Export / Import to .R dump file ('test_format_R.R:13:9') - 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 dump in 2.0.0.

3. Export to and import from Rdata ('test_format_rdata.R:6:9') - 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 RData in 2.0.0.

4. Export to and import from rds ('test_format_rds.R:5:9') - 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.
@chainsawriot
Copy link
Collaborator Author

Or simply trust them.

chainsawriot added a commit that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant