-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can't found use of libraries on custom expressions #207
Comments
What do you get with |
(I was already writing this when @gaborcsardi posted.) There are some syntactical irregularities above. But let's assume that's a matter of issue authoring? There are two main things to know:
|
mmm, I know the syntax is the best, that is the smaller version, first, I'll update the main post with other code that is easier to check with the full logs. Now, the libs are not used indirectly, they are in the code, now you can see it. I didn't know Thx! |
You'd have to report as a bug in base R or open a discussion on a mailing list. But if I were you, I'd use the technique described in the reference above to silence the NOTE and just let it go. |
D: Okis, thx for the suggestion, if is not worth report it, I'll go with that options :) Thx! |
Hi all, I was creating a library with some "types", is a type of expression from the
typed
library, basically it helps to check if a variable has some propoerties, like the vector to be only integers, a dataframe with some columns, etc, etc.The code works like this:
In the package sfnetworks is added as a needed package, but rcmdcheck says:
Seems if some libraries are used inside some expressions rcmdcheck does not detect it.
There is a
sf
warning too, because there is other function in my lib the uses it.Thx!
The text was updated successfully, but these errors were encountered: