0

I tried to install package of bigpca in R studio. However it was failed. The information said:

> install.packages("bigpca")
Installing package into ‘C:/Users/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘bigpca’ is not available (for R version 3.4.2)

Then I tried to find which version of R works, but could not find the sure answer. Could anyone help me how to fix this issue? Or any other way to install this package? Thanks in advance.

Amy_777
  • 115
  • 3
  • 14
  • Possible duplicate of [How should I deal with "package 'xxx' is not available (for R version x.y.z)" warning?](https://stackoverflow.com/questions/25721884/how-should-i-deal-with-package-xxx-is-not-available-for-r-version-x-y-z-wa) – pogibas Nov 21 '17 at 20:49

1 Answers1

0

Looks like the most recent check on CRAN which was today resulted in an ERROR:

enter image description here

Therefore, I am assuming that the package is suspended and the maintainer has been informed about it. You can either wait for the maintainer to fix the error or you could try downloading an older version from CRAN.

LyzandeR
  • 37,047
  • 12
  • 77
  • 87