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

Deal with special function configurations #132

Open
EagleoutIce opened this issue Jul 2, 2023 · 1 comment
Open

Deal with special function configurations #132

EagleoutIce opened this issue Jul 2, 2023 · 1 comment
Assignees
Labels
dataflow Related to dataflow extraction enhancement New feature or request

Comments

@EagleoutIce
Copy link
Member

library(x) should not expose x as a variable (but should, if character.only is set accordingly).

See: https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/library

@EagleoutIce EagleoutIce added enhancement New feature or request dataflow Related to dataflow extraction labels Jul 2, 2023
@EagleoutIce EagleoutIce self-assigned this Jul 2, 2023
@EagleoutIce
Copy link
Member Author

While we cannot handle this in library (at the time of writing this), this can be now achieved easily as part of a built-in function (thanks to #526).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataflow Related to dataflow extraction enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant