I am working with Rstudio, when I am trying to call data.table in R
Library (data.table)
I revived the following warning message
data.table 1.14.0 using 4 threads (see ?getdtthreads). Latset news r-datatable.com
I have updated my R and Rstudio t the latest version, then I removed the package completely, and installed it again
remove.packages("data.table")
install.packages("data.table", type = "source",
repos = "https://Rdatatable.gitlab.io/data.table")
however, the message is still existed
What can I do to solve this problem?