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

Notes in RStudio package check results #55

Open
vincentvanhees opened this issue Dec 1, 2023 · 0 comments
Open

Notes in RStudio package check results #55

vincentvanhees opened this issue Dec 1, 2023 · 0 comments

Comments

@vincentvanhees
Copy link
Member

While working on #53 I noticed that RStudio gives a NOTE that various objects are not declared:
image

I think the problem is that it is not clear in those places where those objects come from, for example they are not explicitly passed on by the function in which they are used. This makes the code less readable and that is why R warns us about it.

Further, I could not find where function time() is used, maybe it is a column time that you used without clarifying that it is a column instead of a function. This is why each object needs to be explicitly declared.

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