Error in library Metrics there is no package called Metrics

0 votes

Hi Guys,

I am new to RStudio. I want to use the metrics library. But I am getting the below error.

library(Metrics)
Error in library(Metrics) : there is no package called ‘Metrics’
Oct 6, 2020 in Data Analytics by akhtar
• 38,230 points
3,564 views

1 answer to this question.

0 votes

Hi@akhtar,

The matrics library is not available in your RStudio by default. You need to install this library. You can use the below command to install this.

> install.packages("Metrics")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

answered Oct 6, 2020 by MD
• 95,440 points

Related Questions In Data Analytics

0 votes
1 answer

Error in library(data.table) : there is no package called ‘data.table’

Hi@akhtar, You need to install the package in ...READ MORE

answered Oct 6, 2020 in Data Analytics by MD
• 95,440 points
2,468 views
0 votes
1 answer

Error in library(plotrix) : there is no package called ‘plotrix’

Hi@akhtar, You can use the install command at ...READ MORE

answered Oct 28, 2020 in Data Analytics by MD
• 95,440 points
3,942 views
0 votes
1 answer

Error in library(RColorBrewer) : there is no package called ‘RColorBrewer’

Hi@akhtar, It may happen that some libraries are ...READ MORE

answered Oct 28, 2020 in Data Analytics by MD
• 95,440 points
1,942 views
0 votes
1 answer

Error in library(wesanderson) : there is no package called ‘wesanderson’

Hi@akhtar, You can create a pie chart with ...READ MORE

answered Oct 28, 2020 in Data Analytics by MD
• 95,440 points
668 views
0 votes
1 answer

Error in library(randomForest) : there is no package called ‘randomForest’

Hi@akhtar, You need to install the library in ...READ MORE

answered Oct 6, 2020 in Data Analytics by MD
• 95,440 points
9,625 views
+10 votes
3 answers

Which is a better initiative to learn data science: Python or R?

Well it truly depends on your requirement, If ...READ MORE

answered Aug 9, 2018 in Data Analytics by Abhi
• 3,720 points
1,100 views
+1 vote
1 answer

Error saying "vector size cannot be NA" when using R with data mining

You can use the removesparseterm function.  Removes sparse ...READ MORE

answered Nov 15, 2018 in Data Analytics by Maverick
• 10,840 points
4,357 views
+1 vote
2 answers
+3 votes
1 answer

Error in library(cowplot) : there is no package called ‘cowplot’

Hi@akhtar, By default, the cowplot module is not ...READ MORE

answered Jun 10, 2020 in Data Analytics by MD
• 95,440 points
2,673 views
0 votes
1 answer

Error in library(plyr) : there is no package called ‘plyr’

Hi@akhtar, You need to install this library in ...READ MORE

answered Sep 7, 2020 in Data Analytics by MD
• 95,440 points
6,424 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP