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
Do you have a reprex? Would this bug only affect folks who are developing rextendr? Normal folks who would install.packages() would not be affected, right?
Do you have a reprex? Would this bug only affect folks who are developing rextendr? Normal folks who would install.packages() would not be affected, right?
Yes, it always reproduces in my environment when I run devtools::test() after running devtools::load_all() on Ubuntu.
I have encountered this many times during my development work and it always seems to fail in the following place.
rextendr/R/register_extendr.R
Lines 90 to 107 in 1a43843
It seems that
make_wrappers_externally
is not working, but I have not been able to determine the cause.The text was updated successfully, but these errors were encountered: