You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand the issue correctly, the uint class used in RcppExports is throwing the issue. I can't get the RcppExports file to compile on it's own loading it directly via source. However, if I change uint to int it works fine.
Thanks again for your work.
The text was updated successfully, but these errors were encountered:
I've tried installing
rsparse
with devtools:This returns the following error (tail of the system log result):
My
sessionInfo()
:If I understand the issue correctly, the
uint
class used inRcppExports
is throwing the issue. I can't get the RcppExports file to compile on it's own loading it directly via source. However, if I changeuint
toint
it works fine.Thanks again for your work.
The text was updated successfully, but these errors were encountered: