Невозможно установить пакет R в Ubuntu 11.04 [закрыто]

Я новичок в Linux и R.

Я установил R 2.12 в Ubuntu 11.04. Сегодня я попытался установить новый пакет, поэтому я выполнил следующую команду:

install.packages('XML')

Но установка не удалась и дал следующую информацию:

* installing *source* package ‘XML’ ...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
No ability to remove finalizers on externalptr objects in this verison of R
checking for sed... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot find xml2-config
ERROR: configuration failed for package ‘XML’
* removing ‘/home/spirit/R/i686-pc-linux-gnu-library/2.12/XML’

The downloaded packages are in
    ‘/tmp/RtmpoZYxnv/downloaded_packages’
Warning message:
In install.packages("XML") :
  installation of package 'XML' had non-zero exit status

Я также попытался:

sudo install.packages('XML')

Но он дает ту же информацию об ошибке.

Кто-нибудь может дать мне какой-нибудь совет? Заранее спасибо.

125
задан Mukyuu 15 November 2019 в 07:21
поделиться