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

Crash on bind_rows with integer duration in seconds #1862

Closed
davidlub opened this issue Aug 1, 2023 · 1 comment
Closed

Crash on bind_rows with integer duration in seconds #1862

davidlub opened this issue Aug 1, 2023 · 1 comment

Comments

@davidlub
Copy link

davidlub commented Aug 1, 2023

x = dseconds(as.integer(1))
df = data.frame(x)
bind_rows(df)

Error in vec_rbind(): ! proxy of type double incompatible with value proxy of type integer.
ℹ In file slice-assign.c at line 160.
ℹ This is an internal error that was detected in the vctrs package.
Please report it at https://github.com/r-lib/vctrs/issues with a reprex and the full backtrace. Backtrace:

  1. ├─dplyr::bind_rows(df)
  2. │ └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env())
  3. └─rlang:::stop_internal_c_lib(...)
  4. └─rlang::abort(message, call = call, .internal = TRUE, .frame = frame)

R.version _
platform x86_64-w64-mingw32
arch x86_64
os mingw32
crt ucrt
system x86_64, mingw32
status
major 4
minor 3.1
year 2023
month 06
day 16
svn rev 84548
language R
version.string R version 4.3.1 (2023-06-16 ucrt)
nickname Beagle Scouts
--
 
| >

@DavisVaughan
Copy link
Member

Tracking in tidyverse/lubridate#1131

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