-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
1352 functions in data
raise warnings
#1353
Conversation
Tests pass locally now. |
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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defunction
is a private function. It can't be exposed in show R code!
It is not:
|
Yup. Is the hash in stopifnot matches Edit: Running reproducible code fails in the line with |
You're right, I didn't actually run the repro code 🤦 |
Closing in favour of |
Fixes #1352
One warning is removed by extending the
defunction
call increate_app_id
to thedata
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
.