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
This test errors if the RobStatTM package isn't installed because that package is required by table.CAPM(). I recommend wrapping the test in if (requireNamespace("RobStatTM")) { } to make sure the necessary package is installed.
The text was updated successfully, but these errors were encountered:
This test errors if the RobStatTM package isn't installed because that package is required by
table.CAPM()
. I recommend wrapping the test inif (requireNamespace("RobStatTM")) { }
to make sure the necessary package is installed.The text was updated successfully, but these errors were encountered: