Ask Your Question

loffenauer's profile - activity

2015-03-27 15:40:35 +0200 received badge  Teacher (source)
2015-03-27 15:40:35 +0200 received badge  Necromancer (source)
2015-03-27 14:36:14 +0200 answered a question Warning message: In open.connection(con, "r") : unable to connect to 'cran.r-project.org' on port 80.

Hi- you are trying to install a package, which will download data from the Internet. Not all sites are available through sagemath cloud. If you pick a mirror that is accessible this should work so try

install.packages("psych", repos="http://cran.cs.wwu.edu/")

Make sure that you say "y" (yes) to install the package locally.

Installing package into ‘/projects/<some_id>/R/x86_64-unknown-linux-gnu-library/3.1’ (as ‘lib’ is unspecified)