FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

improve vague allocation error message · Issue #1830 · Rdatatable/data.table · GitHub

improve vague allocation error message #1830

Description

When one has not set alloc.col to be sufficiently high explicitly and attempts to create more columns than max(100L,ncol(DT)+64L), the following error is printed:

Internal logical error. DT passed to assign has not been allocated enough column slots.

I did not know what this meant, but I found an answer on Stack Overflow. It would be helpful if the package would explicitly direct the user to help(truelength).

Also, for some reason I only encountered this issue with set(), but not :=.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL