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
Super obscure bug, but figured I would report. If you pass a custom vcov function to vcov argument and namespace fixest::feols, then fetch_arg_deparse fails since mc[[1]] is fixest::feols which apparently has length > 1.
Super obscure bug, but figured I would report. If you pass a custom vcov function to
vcov
argument and namespacefixest::feols
, thenfetch_arg_deparse
fails sincemc[[1]]
isfixest::feols
which apparently has length > 1.The text was updated successfully, but these errors were encountered: