mitKrish / concerto-platform

Automatically exported from code.google.com/p/concerto-platform
0 stars 0 forks source link

ERROR: "Dependencie session RMySQL are not available" during R package installation #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I´m installing the beta and latest version of concerto. During R package 
installation, an error appears:

"ERROR: dependencies session RMySql are not available for package 'concerto'. "

The step is this:

R CMD INSTALL -l /usr/lib/R/library concerto

Obviously, the last checklist in installation (concerto R package) fails.

Plz, need help.

Original issue reported on code.google.com by alberg...@gmail.com on 31 Jul 2014 at 5:11

GoogleCodeExporter commented 9 years ago
I had same problem. It was resolved by installing "session" and "RMySQL" 
packages and the MySQL libraries:

$ sudo apt-get install libmysqlclient-dev
$ sudo R
> install.packages("session")
> install.packages("RMySQL")

Original comment by rhav...@gmail.com on 12 Sep 2014 at 3:28

GoogleCodeExporter commented 9 years ago

Original comment by LisPrzem...@gmail.com on 29 Dec 2014 at 1:04