hi dear all
i'm trying to install packages in R
it connects and downloads the packeges but it does not install
here what i write to install package:
install.packages("devtools")
Warning: invalid package ‘/users/root/tmp/RtmpC4INwd/downloaded_packages/devtools_2.2.1.tar.gz’
Error: ERROR: no packages specified
The downloaded source packages are in
‘/users/$USER/tmp/RtmpC4INwd/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
There were 50 or more warnings (use warnings() to see the first 50)
Hi @Rodrigue
sorry for forgetting that
I'm using :
centos 7
R 3.6.0-1
and it happens for all packages not for devtools only
I think it can not read some path like temp
also when I try to install package from source it does everything but finally arrives to "testing if installed package can be loaded from temporary location"
and can't go further
no I removed R completely and reinstalled it
I have firewall but previous admin has set it up
I dont know what shoul I check in firewall
I shoud explain that when I use "install.package("https://...pkg.tar.gz, repos=null) if the package has no dependencies it can be installed but if it has dependencies the same error appears