Skip to content

Handle un-named arguments when instantiating #6

Description

@avhz

Both should work:

Class("Foo", x = is.integer, y = is.character)

foo <- Foo(x = 1L, y = "hello")
foo <- Foo(1L, "hello")

Related to #8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions