Skip to content
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

[FEAT] Add glimpse() #40

Closed
thomas-neitmann opened this issue Jun 12, 2020 · 5 comments
Closed

[FEAT] Add glimpse() #40

thomas-neitmann opened this issue Jun 12, 2020 · 5 comments
Labels
feature request New feature or request
Milestone

Comments

@thomas-neitmann
Copy link

I tried rerunning the code of my recent blog post using {poorman} upon a request in the comments. Everything worked, except glimpse(). Do you plan on adding this function?

@thomas-neitmann thomas-neitmann added the feature request New feature or request label Jun 12, 2020
@nathaneastwood
Copy link
Owner

Oh wow I completely forgot this function even existed! I'll see what I can do :)

@thomas-neitmann
Copy link
Author

Wow, that was fast. Thanks a lot!

@nathaneastwood
Copy link
Owner

nathaneastwood commented Jun 12, 2020

Not sure I’m entirely happy with it. It’s quite simply a wrapper around str which is actually what glimpse.default does anyway. The {tidyverse} devs do some fancy stuff for data.frames but I’m a poor man and I don’t have access to that stuff. That being said, str actually adds a dependency on {utils} which I’m not happy about since I believe there are some OSes which don’t ship with all R “base” packages; you literally just get {base}. Therefore I may look to add my own version of str at some point, we’ll see.

@nathaneastwood nathaneastwood added this to the 0.2.1 milestone Jul 1, 2020
@jangorecki
Copy link

It is safe to assume utils is available on any non-artificial configuration of R. install.packages comes from utils.

@nathaneastwood
Copy link
Owner

Thanks for the clarification @jangorecki.

It might be nice in the future to make an attempt at writing a nicer version of glimpse() specifically for {poorman} similar to the new {terse} package by @coolbutuseless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants