I am trying to install fftw3 package through R console
>install.packages("fftw")
After this command, he asks to choose a crane mirror. I selected a crane mirror, after which an error occurred:
Loading Tcl/Tk interface ... done Warning: unable to access index for repository http://ftp.iitm.ac.in/cran/src/contrib Warning messages: 1: In open.connection(con, "r") : unable to connect to 'cran.r-project.org' on port 80. 2: In getDependencies(pkgs, dependencies, available, lib) : package 'fftw' is not available (for R version 2.14.1)
And when I try for fftw3, the following error occurs:
> install.packages("fftw3") Installing package(s) into '/root/R/x86_64-pc-linux-gnu-library/2.14' (as 'lib' is unspecified) Warning: unable to access index for repository http://ftp.iitm.ac.in/cran/src/contrib Warning message: In getDependencies(pkgs, dependencies, available, lib) : package 'fftw3' is not available (for R version 2.14.1)
Can someone help me with this?
source share