installing e1071 in R on ubuntu interface -


I am unable to install e1071 on my ubuntu machine

I try to use:.

  sudo apt-get install r cran-e1071   

returns an error message:

  Warning message: 1 : In the open. Connection (Con, "R"): Unable to connect to 'cran.r-project.org' on port 80. 2: e: Unable to locate package r-cran-e1071   

and

  install.packages ("e1071", DEP = true, type = "Source")   

returns an error message:

  package "e1071" is not available (for R version 2.15.2)   

sessionInfo () returns:

  R version 2.15.2 (2012-10-26) Platform: x86_64-PC-linux-GNU (64-bit) Location: [1] LC_CTYPE = en_in LC_NUMERIC = C LC_TIME = en_in [4] LC_COLLATE = en_in LC_MONETARY = en_in LC_MESSAGES = en_in [7] LC_PAPER = C LC_NAME = C LC_ADDRESS = C [10] LC_TELEPHONE = C LC_MEASUREMENT = en_in LC_IDENTIFICATION = C Enclosed support packages: [ 1] Stats Graphics grDevices utils Dataset methods base loaded through a namespace (and not attached): [1] tcltk_2.15.2 tools_2.15.2    

package e1071 depends on the package class . The package depends on class R (â ?? ¥ 3.0.0) Therefore, you should update to the latest R edition.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -