-
Notifications
You must be signed in to change notification settings - Fork 27
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
Function/Variables disappear using rmcdcheck() on tests #217
Comments
Do you have a reproducible example? E.g. can you share your package with us? |
Hi, I included the zip file in the end of the issue when I posted it :) |
For the record, for us the easiest is if you share your reproducible example on GitHub, e.g. then we can refer to the code. In any case, I see the same issue with |
Hi, @gaborcsardi I know is a wrapper, I usually agree, but in this case, all tests passes with I would appreciate if you can tell me to where this would belongs if is not Here the example: |
If I remove
and then run
Actually, even if I just install the package, and then load it and run
So this happens without testthat, and without rcmdcheck. I don't know enough of typed to know if this is a bug in typed or you are not using it correctly, but it must be either one or the other. |
:O Thx! a new clue! From the Thx! |
Hi all, this was initially related to moodymudskipper/typed#33.
Actually when we run tests on the sample I send we have this error:
What is weird,
cassert
is a function in the library, I thought this was a error on thetyped
library, until today when I notice this:Using devtools to run the tests actually works, so maybe this is more related to
rcmdcheck
and a bug in some part with env.We can load the library,
cassert
exists, we can use it and all, only fails when we runrcmdcheck::rcmdcheck()
Thx!
bug_typed.zip
The text was updated successfully, but these errors were encountered: