I am trying to install gargle package in R with the following command:
<code>install.packages("gargle")
</code>
<code>install.packages("gargle")
</code>
install.packages("gargle")
and getting the following error message:
<code>Warning message in install.packages("gargle"):
“installation of package ‘gargle’ had non-zero exit status”
Updating HTML index of packages in '.Library'
Making 'packages.html' ...
done
</code>
<code>Warning message in install.packages("gargle"):
“installation of package ‘gargle’ had non-zero exit status”
Updating HTML index of packages in '.Library'
Making 'packages.html' ...
done
</code>
Warning message in install.packages("gargle"):
“installation of package ‘gargle’ had non-zero exit status”
Updating HTML index of packages in '.Library'
Making 'packages.html' ...
done
any idea why and how I can resolve it?
Thanks in advance