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

1352 functions in data raise warnings #1353

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

chlebowa
Copy link
Contributor

@chlebowa chlebowa commented Sep 26, 2024

Fixes #1352

One warning is removed by extending the defunction call in create_app_id to the data argument.
The other is removed by applying defunction to the contents of data when calculating hashes for the integrity check.

Improved recursion condition in function defunction.

@chlebowa
Copy link
Contributor Author

Tests pass locally now.

@m7pr
Copy link
Contributor

m7pr commented Oct 2, 2024

I see 58 issues in tests on local when I run tests for below dependencies. Those are the same as appear in GitHub Actions

devtools::test_file('tests/testthat/test-module_teal.R')
> packageVersion('teal.slice')
[1] '0.5.1.9011'
> packageVersion('teal.data')
[1] '0.6.0.9010'
> packageVersion('teal') #teal comes from this fork
[1] '0.15.2.9066'

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

Successfully merging this pull request may close these issues.

[Bug]: functions in data raise warnings
2 participants