-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datasummary()
fails if not attached
#802
Comments
Thanks for the report. This is a limitation from the upstream tables::tabular(extra ~ group * mean, data = sleep) |
Do you happen to be able to create code that recreates the issue using only the
|
Looks like you are running the code from the other Issue. |
Right, sorry for the noise. I created an issue upstream: dmurdoch/tables#30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently became interested into this nice package due to its relatively low dependency count.
However, when running the following code...
...I get the following error:
Only attaching the package resolves the issue:
sessionInfo()
The text was updated successfully, but these errors were encountered: