Closed ShixiangWang closed 4 years ago
I'm having the same issue - happy to provide more info or take a look at the code if you give me some pointers, @mikldk
I will have a quick look at this later this week, but we might need help from @mikldk to get anywhere. I was just trying to define the tag functions, roclets etc. in a live R session by copy/pasting from roxytest source code. Then the tags @tests
and @testexamples
appear to be working OK. Maybe it is a scoping thing about finding the functions in the roxytest package and not in the global environment. I have no idea why this problem should be introduced in R 4.0.
Thanks for reporting this. I will look into it.
This was caused by faulty entries in NAMESPACE
and should be fixed by 0fbba62a20c7dc44026002643796d82e217ef1d8. Can you please try with the newest commit and report back if it now works? I apologise for the long waiting time. Hopefully, that shouldn't happen again.
thanks I will try
It works @mikldk, thanks.
I upgrade my R to v4.0 and find that this package cannot work anymore.
Could you take a look at this problem?