fcuk icon indicating copy to clipboard operation
fcuk copied to clipboard

confusing suggestion if `include.only` argument of `library` was used.

Open moodymudskipper opened this issue 6 years ago • 0 comments

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 ? :)

moodymudskipper avatar Jan 21 '20 15:01 moodymudskipper