-
Notifications
You must be signed in to change notification settings - Fork 79
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
Output isn't printing as expected #641
Comments
Hi Hope! Sorry for the issue. Are you on windows? What version of R are you using? Either way, could your try
And try again? Thanks! |
I'm on a Mac. When I tried R.version |
I just got this as well. I seem to remember that this was an issue also in a prior release and there was an easy fix, will look. |
I'm going to pin this. |
I am finding that if I run the following, skim() outputs appropriately: iris %>% But when I apply it to the end of a long pipe, skim() does nothing. I can see it running, but then it stops and doesn't show any output. If I replace the skim() function at the end with print() then the result prints nicely as expected: data <- starting_data %>% Does skim() not work with long or complicated pipes? Is it an RStudio setting issue? |
Hi this is really a different issue in my opinion. There is no reason skimr should not work in a long series. Can you please open this as a new issue and past your complete code that isn't working? |
Ok, I opened a new issue.
…On Tue, Mar 23, 2021 at 6:12 AM elinw ***@***.***> wrote:
Hi this is really a different issue in my opinion. There is no reason
skimr should not work in a long series. Can you please open this as a new
issue and past your complete code that isn't working?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#641 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AETRBMBAW56XFRGFJ3ABG2LTFCAUFANCNFSM4YM2RMRQ>
.
|
This is what I see when I try to use
skim
today. Using version skimr_2.1.2.skim(iris)
── Data Summary ────────────────────────
Values
Name iris
Number of rows 150
Number of columns 5
Column type frequency:
factor 1
numeric 4
Group variables None
── Variable type: factor ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
── Variable type: numeric ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
The text was updated successfully, but these errors were encountered: