Skip to content

Unstated namespace dependency on data.table::head #135

@andrewrech

Description

@andrewrech

#' head(sleuth_genes) # show info for first 5 genes

Error: package or namespace load failed for ‘immune.ml’:
object 'head' not found whilst loading namespace 'sleuth'
Execution halted

  • checking whether the namespace can be loaded with stated dependencies ... WARNING
    Error: object 'head' not found whilst loading namespace 'sleuth'
    Execution halted

A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.

Thanks

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