Back
Please help me install a package in R known as caTools.
I think you forgot to write single quotations in the install.packages():
You can either write:
install.packages('caTools')
or
install.packages("caTools")
Learn R programming from scratch, if you want to know more about the functions in R.
31k questions
32.8k answers
501 comments
693 users