Skip to content

HiTME installation fails because of SignatuR update #43

@halterc

Description

@halterc

in commit:
LazyData FALSE to avoid data.tree warnings on load
LazyData was set to FALSE
Due to this, HiTME installation fails to recognize lazy load SignatuR, I assume on line:

HiTME/R/main.R

Lines 154 to 155 in 87f8d41

layer3 <- SignatuR::GetSignature(SignatuR::SignatuR[[sig.species]][["Programs"]])
selected.SignatuR.programs <- c("IFN",

The solution is to install a previous commit of SignatuR:
remotes::install_github("carmonalab/SignatuR@0aded1db20d14f47b5b6074fcf5fc9f9c2e6279e")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions