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

Printing error with list-columns #97

Closed
hadley opened this issue Jun 16, 2016 · 3 comments
Closed

Printing error with list-columns #97

hadley opened this issue Jun 16, 2016 · 3 comments

Comments

@hadley
Copy link
Member

hadley commented Jun 16, 2016

tibble::frame_data(
  ~params,
  list(1, 2)
)
# Error in vapply(x, obj_sum, character(1L)) : values must be length 1,
# but FUN(X[[1]]) result is length 2 
@hadley
Copy link
Member Author

hadley commented Jun 16, 2016

This works in the CRAN version

@krlmlr
Copy link
Member

krlmlr commented Jun 16, 2016

Darn. Looking for a fix, for now please use devtools::install_packages("hadley/[email protected]") .

@krlmlr krlmlr closed this as completed in 4678202 Jun 16, 2016
krlmlr pushed a commit that referenced this issue Jun 16, 2016
- Change formatting of summary line: Begins with hash `#` and contains more text (#95).
- Correctly print list of lists (#97).
@github-actions
Copy link
Contributor

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants