1,最终安装命令:
./configure --prefix=/opt/ohpc/pub/apps/software make
make install
2,出现configure: WARNING: neither inconsolata.sty nor zi4.sty found: PDF vignettes and package manuals will not be rendered optimally
解决办法:
wget http://mirrors.ctan.org/fonts/inconsolata.zip
Unzip inconsolata.zip
cp -Rfp inconsolata/* /usr/share/texmf/
mktexlsr
3,当出现:configure: WARNING: you cannot build PDF versions of the R manuals
configure: WARNING: you cannot build PDF versions of vignettes and help pages
configure: WARNING: you cannot build info or HTML versions of the R manuals
解决办法:
sudo yum install texinfo
sudo yum install texlive
4,编译时是否跳过PNG、JEPG、TIFF格式(Capabilities skipped:
PNG, JPEG, TIFF, cairo, ICU)
登录R
> capabilities()
jpeg png tiff tcltk X11 aqua
./configure --prefix=/opt/ohpc/pub/apps/software make
make install
2,出现configure: WARNING: neither inconsolata.sty nor zi4.sty found: PDF vignettes and package manuals will not be rendered optimally
解决办法:
wget http://mirrors.ctan.org/fonts/inconsolata.zip
Unzip inconsolata.zip
cp -Rfp inconsolata/* /usr/share/texmf/
mktexlsr
3,当出现:configure: WARNING: you cannot build PDF versions of the R manuals
configure: WARNING: you cannot build PDF versions of vignettes and help pages
configure: WARNING: you cannot build info or HTML versions of the R manuals
解决办法:
sudo
sudo
4,编译时是否跳过PNG、JEPG、TIFF格式(Capabilities skipped:
登录R
> capabilities()
