Skip to content

attempt to set an attribute on NULL #95

@samuelbloomfield

Description

@samuelbloomfield

I have been trying to get hogwash v1.2.6 to run using R v4.1.2. However when I run hogwash on the example dataset I get the following error

phenotype <- hogwash::growth
genotype <- hogwash::snp_genotype
tree <- hogwash::tree

hogwash(pheno = phenotype, 
        geno = genotype,  
        tree = tree)

Error in names(obj$ace) <- phy$node.label : 
  attempt to set an attribute on NULL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions