Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in R Programming by (50.2k points)

Please help me install a package in R known as caTools.

image.png

1 Answer

0 votes
by (108k points)

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. 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Apr 1, 2020 in DevOps and Agile by chandra (29.3k points)
+1 vote
1 answer

Browse Categories

...