Skip to content

[Bug] buildWithinGenerations() #110

@smasongarrison

Description

@smasongarrison

buildWithinGenerations() claims to accept beta = "optimized" / "indexed", but it passes that value down to helpers that do if (beta) (e.g., createGenDataFrame()), which will error for non-logical values. Either restrict beta to a strict logical (and update error text/docs), or normalize string aliases to TRUE/FALSE before calling downstream functions.

Originally posted by @Copilot in #109

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions