Skip to content

Direct call to S3 method from bit64 #9

@MichaelChirico

Description

@MichaelChirico

Here is a direct call to an S3 method

tmp = data.frame(filteredProteins[,seq_along(proteinAnnotationColums)], apply(filteredProteins[,-seq_along(proteinAnnotationColums)], 2, bit64::as.double.integer64))

tmp = data.frame(filteredProteins[,seq_along(proteinAnnotationColums)], apply(filteredProteins[,-seq_along(proteinAnnotationColums)], 2, bit64::as.double.integer64))

This will stop working in the future when this symbol is un-exported. Prefer calling the generic directly: as.double(), and letting S3 dispatch do its thing.

See r-lib/bit64#76

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