Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBug: Setting a column of a dt inside a listcolumn of a dt fails #3474
Comments
|
Thanks for reporting, note that behaviour of your code slightly changed in current development version, but issue is still valid. If you are not reporting on recent devel it is always useful to include |
Setting a column of a data table inside a listcolumn of a data tabke fails if the outer data.table has only one row:
However the following works as expected:
Note that this bug only seems to occur if the outer data.table has just one row.