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

Standalone vctrs? #33

Open
JosiahParry opened this issue Mar 6, 2024 · 2 comments
Open

Standalone vctrs? #33

JosiahParry opened this issue Mar 6, 2024 · 2 comments

Comments

@JosiahParry
Copy link
Collaborator

Follow up with: R-ArcGIS/arcgislayers#58
Possible solution from gabor is to use vctrs standalone from r-lang
https://fosstodon.org/@gaborcsardi/111097312300288758

would like to have tibble-esque printing with data.frame class. The tables we get are fairly nasty.

@elipousson
Copy link

Would love to see improved printing for data frames from arcgislayers! One note though: vctrs is already a dependency via dbplyr and httr2. Why not just add it to your imports?

@JosiahParry
Copy link
Collaborator Author

Good point! Standalone is nice because then upstream changes won't cause errors here. It's like vendoring dependencies which has its benefits!

The standalone version adds tbl class but vctrs::data_frame() does not and the tbl class is the pretty pillar part :)

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

No branches or pull requests

2 participants