I've been trying to run this script:
But on this line
install.packages( c( "MonetDBLite" , "survey" , "SAScii" , "descr" , "downloader" , "digest" , "stringr" , "R.utils" ) )
I get the following message:
Package which is only available in source form, and may need compilation of C/C++/Fortran:
‘MonetDBLite’ These will not be installed
I have very basic code knowledge and couldn't find a fix for this on the web.
Can any1 help, please?