Skip to content

confusing suggestion if include.only argument of library was used. #7

@moodymudskipper

Description

@moodymudskipper

That's probably not so common but got me scratching my head.

library(data.table, include.only = c("setDT"))
library(fcuk)
data.table
# Error: object 'data.table' not found
# Did you mean : data.table or as.data.table ?

data.table not found, try data.table ? :)

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