Problem adding gtools on R 3.6.3

I downloaded gtools from https://github.com/r-gregmisc/gtools. The package downloads as gtools-master folder. I saved it in C:\Documents\R\win-library\3.6 folder. When I try to install the package, i get the below error.
Error in install.packages : object 'gtools' not found

What should I do?

I don't understand how are you trying to install the package but this would be the easiest way to do it

remotes::install_github("r-gregmisc/gtools")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.