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
After initial call to cpp_source('file.cpp'), any subsequent calls to cpp_source('file.cpp') appear to have no effect on the actual compiled function - regardless of changes made to file.cpp.
After initial call to
cpp_source('file.cpp')
, any subsequent calls tocpp_source('file.cpp')
appear to have no effect on the actual compiled function - regardless of changes made tofile.cpp
.file.cpp
R sesssion
Make changes to file.cpp (return 2 instead of 1), save...
Back to R session. Return value is still 1.
I have tried reinstalling cpp11 and Rtools - same result.
The text was updated successfully, but these errors were encountered: