-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Here is a direct call to an S3 method
Line 470 in 4d6ae68
| tmp = data.frame(filteredProteins[,seq_along(proteinAnnotationColums)], apply(filteredProteins[,-seq_along(proteinAnnotationColums)], 2, bit64::as.double.integer64)) |
Line 478 in 4d6ae68
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels