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 the package that is the target of cpp_register contains invalid R code, then the failure of tools::package_native_routine_registration_skeleton leaves the package in an unloadable state with no indication of the underlying problem:
If the package that is the target of
cpp_register
contains invalid R code, then the failure oftools::package_native_routine_registration_skeleton
leaves the package in an unloadable state with no indication of the underlying problem:Reprex:
which gives the error:
The issue seems to stem fro
get_call_entries
wrappingtools::package_native_routine_registration_skeleton
in a silent try:without which the underlying error would have been revealed:
We've seen this a couple of times in the wild and it's a head-scratcher each time.
The text was updated successfully, but these errors were encountered: