-
Notifications
You must be signed in to change notification settings - Fork 94
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
R (I think): Functions from imported packages reported as problem in package development #999
Comments
I suspect this just hasn't been implemented yet (symbol resolution from Imported packages). Does the issue go away if We'd probably need some notion of |
I think this actually should be working as is, i just think that diagnostics for R documents aren't being updated because we use a global i.e. I can see that typing in the Console produces a "document" version of 243, which is greater than the current So we probably apply diagnostics to the document 1 time at the very beginning or something, and then things get out of sync so running |
The way this works now for me is if I open my package in Positron totally fresh like I have never opened it before, I see the problems pop up after I start editing the file: After I do Doing Is this all as expected? This is the behavior we plan for Private Alpha? It is certainly an improvement but still not an ideal end state IMO. |
That is the "expected" behavior (currently). What you are describing is captured by #1005 which is not currently a Private Alpha issue but we could talk about that with the group. But I'd say that is separate from this issue |
Yes, let's collect further refinements needed in #1005. So great to have these improvements already! 🚀 |
This function
inform()
is from rlang, which is imported in its entirety in the package I am working on. However, the function is marked as a 🚨 problem 🚨 here in this file:The text was updated successfully, but these errors were encountered: