Я пытаюсь загрузить пакет gdata, но получаю следующее сообщение об ошибке:
gdata: Unable to locate valid perl interpreter
gdata:
gdata: read.xls() will be unable to read Excel XLS and XLSX files unless the 'perl=' argument is used to specify the location of a
gdata: valid perl intrpreter.
gdata:
gdata: (To avoid display of this message in the future, please ensure perl is installed and available on the executable search
gdata: path.)
gdata: Unable to load perl libaries needed by read.xls()
gdata: to support 'XLX' (Excel 97-2004) files.
gdata: Unable to load perl libaries needed by read.xls()
gdata: to support 'XLSX' (Excel 2007+) files.
gdata: Run the function 'installXLSXsupport()'
gdata: to automatically download and install the perl
gdata: libaries needed to support Excel XLS and XLSX formats.
Затем я попытался запустить installXLSXsupport()
, как предлагается, но получаю следующую ошибку:
Error in findPerl(verbose = verbose) :
perl executable not found. Use perl= argument to specify the correct path.
Я пробовал различные предложения, найденные в Google (в основном указав аргумент perl при использовании read.xls
), но ни одно из них не работает. У кого-нибудь есть предложения по поводу того, что мне не хватает, чтобы можно было заставить работать функцию read.xls
?