Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN installation of needs in R 3.3.3 fails #5

Open
gka opened this issue Mar 19, 2017 · 1 comment
Open

CRAN installation of needs in R 3.3.3 fails #5

gka opened this issue Mar 19, 2017 · 1 comment

Comments

@gka
Copy link

gka commented Mar 19, 2017

> install.packages('needs')
Installing package into ‘/home/gka/R/x86_64-pc-linux-gnu-library/3.3’
(as ‘lib’ is unspecified)
trying URL 'https://cran.biotools.fr/src/contrib/needs_0.0.3.tar.gz'
Content type 'application/x-gzip' length 5472 bytes
==================================================
downloaded 5472 bytes

Error in library(needs) : there is no package called ‘needs’
Execution halted

The downloaded source packages are in
	‘/tmp/RtmpBegzff/downloaded_packages’
Warning message:
In install.packages("needs") :
  installation of package ‘needs’ had non-zero exit status
@gka gka changed the title installation of needs in R 3.3.3 fails CRAN installation of needs in R 3.3.3 fails Mar 19, 2017
@gka
Copy link
Author

gka commented Mar 19, 2017

should mention this happened right after I upgraded R from 3.2.5 to 3.3.3.

Also, R was pretty much broken since some startup script tried to run library(needs) every time I tried to install a package. And since there was no needs package the attempt to install anything failed.

But I eventually found out that I can circumvent this by starting R with --vanilla flag. Then I was able to install devtools and then re-install needs using install_github('joshkatz/needs')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant