R 我试图安装软件包,但我得到;install.packages中的警告:安装程序包&x2018;ggplot2’;具有非零退出状态”;

R 我试图安装软件包,但我得到;install.packages中的警告:安装程序包&x2018;ggplot2’;具有非零退出状态”;,r,R,我刚开始学习R,昨天我尝试安装一些基本软件包(tidyverse、ggplot2、dplyr、broom、ggpubr)来运行线性回归模型 在第一次尝试时,它起作用了,我可以从软件包中安装并调用所有库。然而,过了一段时间,R被撞毁,被迫重新开放。我打电话给图书馆,它说没有图书馆。所以我重新安装了软件包,结果我无法安装 我正在使用MacOS BigSur 11.3版 这是出现在我的控制台上的内容: > install.packages("ggplot2") als

我刚开始学习R,昨天我尝试安装一些基本软件包(tidyverse、ggplot2、dplyr、broom、ggpubr)来运行线性回归模型

在第一次尝试时,它起作用了,我可以从软件包中安装并调用所有库。然而,过了一段时间,R被撞毁,被迫重新开放。我打电话给图书馆,它说没有图书馆。所以我重新安装了软件包,结果我无法安装

我正在使用MacOS BigSur 11.3版

这是出现在我的控制台上的内容:

    > install.packages("ggplot2") also installing the dependencies ‘lattice’, ‘colorspace’, ‘nlme’, ‘Matrix’, ‘farver’, ‘lifecycle’, ‘munsell’, ‘ellipsis’, ‘pillar’, ‘rlang’, ‘vctrs’, ‘isoband’, ‘MASS’, ‘mgcv’, ‘scales’, ‘tibble’

trying URL 'https://cran.rstudio.com/src/contrib/lattice_0.20-44.tar.gz' Content type 'application/x-gzip' length 399257 bytes (389 KB)
================================================== downloaded 389 KB

trying URL 'https://cran.rstudio.com/src/contrib/colorspace_2.0-1.tar.gz' Content type 'application/x-gzip' length 2193384 bytes (2.1 MB)
================================================== downloaded 2.1 MB

trying URL 'https://cran.rstudio.com/src/contrib/nlme_3.1-152.tar.gz' Content type 'application/x-gzip' length 805569 bytes (786 KB)
================================================== downloaded 786 KB

trying URL 'https://cran.rstudio.com/src/contrib/Matrix_1.3-3.tar.gz' Content type 'application/x-gzip' length 2049932 bytes (2.0 MB)
================================================== downloaded 2.0 MB

trying URL 'https://cran.rstudio.com/src/contrib/farver_2.1.0.tar.gz' Content type 'application/x-gzip' length 1281864 bytes (1.2 MB)
================================================== downloaded 1.2 MB

trying URL 'https://cran.rstudio.com/src/contrib/lifecycle_1.0.0.tar.gz' Content type 'application/x-gzip' length 83389 bytes (81 KB)
================================================== downloaded 81 KB

trying URL 'https://cran.rstudio.com/src/contrib/munsell_0.5.0.tar.gz' Content type 'application/x-gzip' length 182653 bytes (178 KB)
================================================== downloaded 178 KB

trying URL 'https://cran.rstudio.com/src/contrib/ellipsis_0.3.2.tar.gz' Content type 'application/x-gzip' length 8066 bytes
================================================== downloaded 8066 bytes

trying URL 'https://cran.rstudio.com/src/contrib/pillar_1.6.0.tar.gz' Content type 'application/x-gzip' length 1100197 bytes (1.0 MB)
================================================== downloaded 1.0 MB

trying URL 'https://cran.rstudio.com/src/contrib/rlang_0.4.11.tar.gz' Content type 'application/x-gzip' length 861727 bytes (841 KB)
================================================== downloaded 841 KB

trying URL 'https://cran.rstudio.com/src/contrib/vctrs_0.3.8.tar.gz' Content type 'application/x-gzip' length 782608 bytes (764 KB)
================================================== downloaded 764 KB

trying URL 'https://cran.rstudio.com/src/contrib/isoband_0.2.4.tar.gz' Content type 'application/x-gzip' length 2010708 bytes (1.9 MB)
================================================== downloaded 1.9 MB

trying URL 'https://cran.rstudio.com/src/contrib/MASS_7.3-54.tar.gz' Content type 'application/x-gzip' length 506246 bytes (494 KB)
================================================== downloaded 494 KB

trying URL 'https://cran.rstudio.com/src/contrib/mgcv_1.8-35.tar.gz' Content type 'application/x-gzip' length 1202446 bytes (1.1 MB)
================================================== downloaded 1.1 MB

trying URL 'https://cran.rstudio.com/src/contrib/scales_1.1.1.tar.gz' Content type 'application/x-gzip' length 515201 bytes (503 KB)
================================================== downloaded 503 KB

trying URL 'https://cran.rstudio.com/src/contrib/tibble_3.1.1.tar.gz' Content type 'application/x-gzip' length 686855 bytes (670 KB)
================================================== downloaded 670 KB

trying URL 'https://cran.rstudio.com/src/contrib/ggplot2_3.3.3.tar.gz' Content type 'application/x-gzip' length 3058840 bytes (2.9 MB)
================================================== downloaded 2.9 MB

* installing *source* package ‘lattice’ ...
** package ‘lattice’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang -I"/opt/anaconda3/lib/R/include" -DNDEBUG   -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c init.c -o init.o In file included from init.c:2: /opt/anaconda3/lib/R/include/R.h:55:11: fatal error: 'stdlib.h' file not found
# include <stdlib.h> /* Not used by R itself, but widely assumed in packages */
          ^~~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:168: init.o] Error 1 ERROR: compilation failed for package ‘lattice’
* removing ‘/opt/anaconda3/lib/R/library/lattice’ Warning in install.packages :   installation of package ‘lattice’ had non-zero exit status
* installing *source* package ‘colorspace’ ...
** package ‘colorspace’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang -I"/opt/anaconda3/lib/R/include" -DNDEBUG   -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c colorspace.c -o colorspace.o colorspace.c:2:10: fatal error: 'ctype.h' file not found
#include <ctype.h>
         ^~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:168: colorspace.o] Error 1 ERROR: compilation failed for package ‘colorspace’
* removing ‘/opt/anaconda3/lib/R/library/colorspace’ Warning in install.packages :   installation of package ‘colorspace’ had non-zero exit status
* installing *source* package ‘farver’ ...
** package ‘farver’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang++ -std=gnu++11 -I"/opt/anaconda3/lib/R/include" -DNDEBUG   -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden  -fmessage-length=0 -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c ColorSpace.cpp -o ColorSpace.o In file included from ColorSpace.cpp:1: In file included from ./ColorSpace.h:4: In file included from /opt/anaconda3/bin/../include/c++/v1/typeinfo:61: In file included from /opt/anaconda3/bin/../include/c++/v1/exception:82: In file included from /opt/anaconda3/bin/../include/c++/v1/cstdlib:86: /opt/anaconda3/bin/../include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^~~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:175: ColorSpace.o] Error 1 ERROR: compilation failed for package ‘farver’
* removing ‘/opt/anaconda3/lib/R/library/farver’ Warning in install.packages :   installation of package ‘farver’ had non-zero exit status
* installing *source* package ‘rlang’ ...
** package ‘rlang’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang -I"/opt/anaconda3/lib/R/include" -DNDEBUG -I./lib/  -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c capture.c -o capture.o In file included from capture.c:1: /opt/anaconda3/lib/R/include/Rinternals.h:39:11: fatal error: 'stdio.h' file not found
# include <stdio.h>
          ^~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:168: capture.o] Error 1 ERROR: compilation failed for package ‘rlang’
* removing ‘/opt/anaconda3/lib/R/library/rlang’
* restoring previous ‘/opt/anaconda3/lib/R/library/rlang’ Warning in install.packages :   installation of package ‘rlang’ had non-zero exit status
* installing *source* package ‘isoband’ ...
** package ‘isoband’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang++ -std=gnu++11 -I"/opt/anaconda3/lib/R/include" -DNDEBUG -Itestthat  -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden  -fmessage-length=0 -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c clip-lines.cpp -o clip-lines.o In file included from clip-lines.cpp:3: In file included from /opt/anaconda3/lib/R/include/R.h:47: In file included from /opt/anaconda3/bin/../include/c++/v1/cstdlib:86: /opt/anaconda3/bin/../include/c++/v1/stdlib.h:94:15: fatal error: 'stdlib.h' file not found
#include_next <stdlib.h>
              ^~~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:175: clip-lines.o] Error 1 ERROR: compilation failed for package ‘isoband’
* removing ‘/opt/anaconda3/lib/R/library/isoband’ Warning in install.packages :   installation of package ‘isoband’ had non-zero exit status
* installing *source* package ‘MASS’ ...
** package ‘MASS’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang -I"/opt/anaconda3/lib/R/include" -DNDEBUG   -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c MASS.c -o MASS.o MASS.c:18:10: fatal error: 'stdlib.h' file not found
#include <stdlib.h>
         ^~~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:168: MASS.o] Error 1 ERROR: compilation failed for package ‘MASS’
* removing ‘/opt/anaconda3/lib/R/library/MASS’ Warning in install.packages :   installation of package ‘MASS’ had non-zero exit status ERROR: dependency ‘lattice’ is not available for package ‘nlme’
* removing ‘/opt/anaconda3/lib/R/library/nlme’ Warning in install.packages :   installation of package ‘nlme’ had non-zero exit status ERROR: dependency ‘lattice’ is not available for package ‘Matrix’
* removing ‘/opt/anaconda3/lib/R/library/Matrix’ Warning in install.packages :   installation of package ‘Matrix’ had non-zero exit status
* installing *source* package ‘lifecycle’ ...
** package ‘lifecycle’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :    namespace ‘rlang’ 0.3.4 is being loaded, but >= 0.4.10 is required Calls: <Anonymous> ... withCallingHandlers -> loadNamespace -> namespaceImport -> loadNamespace Execution halted ERROR: lazy loading failed for package ‘lifecycle’
* removing ‘/opt/anaconda3/lib/R/library/lifecycle’ Warning in install.packages :   installation of package ‘lifecycle’ had non-zero exit status ERROR: dependency ‘colorspace’ is not available for package ‘munsell’
* removing ‘/opt/anaconda3/lib/R/library/munsell’ Warning in install.packages :   installation of package ‘munsell’ had non-zero exit status
* installing *source* package ‘ellipsis’ ...
** package ‘ellipsis’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang -I"/opt/anaconda3/lib/R/include" -DNDEBUG   -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c dots.c -o dots.o In file included from dots.c:2: /opt/anaconda3/lib/R/include/R.h:55:11: fatal error: 'stdlib.h' file not found
# include <stdlib.h> /* Not used by R itself, but widely assumed in packages */
          ^~~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:168: dots.o] Error 1 ERROR: compilation failed for package ‘ellipsis’
* removing ‘/opt/anaconda3/lib/R/library/ellipsis’
* restoring previous ‘/opt/anaconda3/lib/R/library/ellipsis’ Warning in install.packages :   installation of package ‘ellipsis’ had non-zero exit status
* installing *source* package ‘vctrs’ ...
** package ‘vctrs’ successfully unpacked and MD5 sums checked
** using staged installation
** libs x86_64-apple-darwin13.4.0-clang -I"/opt/anaconda3/lib/R/include" -DNDEBUG   -D_FORTIFY_SOURCE=2 -mmacosx-version-min=10.9  -I/opt/anaconda3/include  -fPIC  -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -I/opt/anaconda3/include -fdebug-prefix-map=/opt/concourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124919999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug-prefix-map=/opt/anaconda3=/usr/local/src/conda-prefix  -c altrep-rle.c -o altrep-rle.o In file included from altrep-rle.c:1: In file included from ./vctrs.h:6: /opt/anaconda3/lib/R/include/R.h:55:11: fatal error: 'stdlib.h' file not found
# include <stdlib.h> /* Not used by R itself, but widely assumed in packages */
          ^~~~~~~~~~ 1 error generated. make: *** [/opt/anaconda3/lib/R/etc/Makeconf:168: altrep-rle.o] Error 1 ERROR: compilation failed for package ‘vctrs’
* removing ‘/opt/anaconda3/lib/R/library/vctrs’ Warning in install.packages :   installation of package ‘vctrs’ had non-zero exit status ERROR: dependencies ‘nlme’, ‘Matrix’ are not available for package ‘mgcv’
* removing ‘/opt/anaconda3/lib/R/library/mgcv’ Warning in install.packages :   installation of package ‘mgcv’ had non-zero exit status ERROR: dependencies ‘farver’, ‘lifecycle’, ‘munsell’ are not available for package ‘scales’
* removing ‘/opt/anaconda3/lib/R/library/scales’ Warning in install.packages :   installation of package ‘scales’ had non-zero exit status ERROR: dependencies ‘lifecycle’, ‘vctrs’ are not available for package ‘pillar’
* removing ‘/opt/anaconda3/lib/R/library/pillar’ Warning in install.packages :   installation of package ‘pillar’ had non-zero exit status ERROR: dependencies ‘lifecycle’, ‘pillar’, ‘vctrs’ are not available for package ‘tibble’
* removing ‘/opt/anaconda3/lib/R/library/tibble’ Warning in install.packages :   installation of package ‘tibble’ had non-zero exit status ERROR: dependencies ‘isoband’, ‘MASS’, ‘mgcv’, ‘scales’, ‘tibble’ are not available for package ‘ggplot2’
* removing ‘/opt/anaconda3/lib/R/library/ggplot2’ Warning in install.packages :   installation of package ‘ggplot2’ had non-zero exit status

The downloaded source packages are in   ‘/private/var/folders/8v/b8bfgdqj169765m_rq191xj80000gn/T/RtmprnOeli/downloaded_packages’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done
>install.packages(“ggplot2”)还安装了依赖项“lattice”、“colorspace”、“nlme”、“Matrix”、“farver”、“lifecycle”、“munsell”、“省略号”、“支柱”、“rlang”、“vctrs”、“isoband”、“MASS”、“mgcv”、“scales”、“tibble”
正在尝试URL'https://cran.rstudio.com/src/contrib/lattice_0.20-44.tar.gz“内容类型”应用程序/x-gzip长度399257字节(389 KB)
========================================================================================下载389 KB
正在尝试URL'https://cran.rstudio.com/src/contrib/colorspace_2.0-1.tar.gz“内容类型”应用程序/x-gzip长度2193384字节(2.1 MB)
=====================================================================================下载2.1MB
正在尝试URL'https://cran.rstudio.com/src/contrib/nlme_3.1-152.tar.gz“内容类型”应用程序/x-gzip长度805569字节(786KB)
===========================================================================================下载786 KB
正在尝试URL'https://cran.rstudio.com/src/contrib/Matrix_1.3-3.tar.gz“内容类型”应用程序/x-gzip长度2049932字节(2.0 MB)
==================================================================================下载2.0 MB
正在尝试URL'https://cran.rstudio.com/src/contrib/farver_2.1.0.tar.gz“内容类型”应用程序/x-gzip长度1281864字节(1.2MB)
=====================================================================================下载1.2MB
正在尝试URL'https://cran.rstudio.com/src/contrib/lifecycle_1.0.0.tar.gz“内容类型”应用程序/x-gzip长度83389字节(81 KB)
=====================================================================================下载81 KB
正在尝试URL'https://cran.rstudio.com/src/contrib/munsell_0.5.0.tar.gz“内容类型”应用程序/x-gzip长度182653字节(178KB)
==============================================================================================下载178 KB
正在尝试URL'https://cran.rstudio.com/src/contrib/ellipsis_0.3.2.tar.gz“内容类型”应用程序/x-gzip“长度8066字节
==================================================================================下载的8066字节
正在尝试URL'https://cran.rstudio.com/src/contrib/pillar_1.6.0.tar.gz“内容类型”应用程序/x-gzip长度1100197字节(1.0 MB)
==================================================================================下载1.0 MB
正在尝试URL'https://cran.rstudio.com/src/contrib/rlang_0.4.11.tar.gz“内容类型”应用程序/x-gzip长度861727字节(841 KB)
==============================================================================================下载841KB
正在尝试URL'https://cran.rstudio.com/src/contrib/vctrs_0.3.8.tar.gz“内容类型”应用程序/x-gzip长度为782608字节(764 KB)
===========================================================================================下载764 KB
正在尝试URL'https://cran.rstudio.com/src/contrib/isoband_0.2.4.tar.gz“内容类型”应用程序/x-gzip长度2010708字节(1.9 MB)
========================================================================================下载1.9 MB
正在尝试URL'https://cran.rstudio.com/src/contrib/MASS_7.3-54.tar.gz“内容类型”应用程序/x-gzip长度506246字节(494KB)
=======================================================================================================下载494KB
正在尝试URL'https://cran.rstudio.com/src/contrib/mgcv_1.8-35.tar.gz“内容类型”应用程序/x-gzip长度1202446字节(1.1 MB)
===========================================================================================下载1.1MB
正在尝试URL'https://cran.rstudio.com/src/contrib/scales_1.1.1.tar.gz“内容类型”应用程序/x-gzip长度515201字节(503KB)
==============================================================================================下载503 KB
正在尝试URL'https://cran.rstudio.com/src/contrib/tibble_3.1.1.tar.gz“内容类型”应用程序/x-gzip长度686855字节(670 KB)
==================================================================================下载670 KB
正在尝试URL'https://cran.rstudio.com/src/contrib/ggplot2_3.3.3.tar.gz“内容类型”应用程序/x-gzip长度3058840字节(2.9 MB)
========================================================================================下载2.9 MB
*正在安装*source*包“lattice”。。。
**已成功打开“lattice”包并检查MD5和
**使用分阶段安装
**libs x86_64-apple-darwin13.4.0-clang-I“/opt/anaconda3/lib/R/include”-DNDEBUG-D_FORTIFY_SOURCE=2-mmacosx version min=10.9-I/opt/anaconda3/include-fPIC-march=core2-mtune=haswell-mssse3-ftree vectorize-fPIC-fPIE-fstack-strong-O2-pipe-I/opt/anaconda3/include-fdebug前缀map=/opt/congourse/worker/volumes/live/59b7f007-fada-42cf-7435-5bbd0518eaa4/volume/r-base_1570124999/work=/usr/local/src/conda/r-base-3.6.1
-fdebug prefix map=/opt/anaconda3=/usr/local/src/conda prefix-c init.c-o init.o在init.c中包含的文件中:2:/opt/anaconda3/lib/R/include/R.h:55:11:致命错误:“未找到stdlib.h”文件
#include/*不由R本身使用,但在包中广泛采用*/
^~~~~~~~~~~~~1生成错误。make:**[/opt/anaconda3/lib/R/etc/Makeconf:168:init.o]错误1错误:包“lattice”的编译失败
*正在删除install.packages中的“/opt/anaconda3/lib/R/library/lattice”警告:包“lattice”的安装具有非零退出状态
*正在安装*source*包“colorspace”。。。
**包“colorspace”已成功解包并检查MD5总和
**使用分阶段安装
**libs x86_64-apple-darwin13.4.0-clang-I”/opt/anaconda3/lib/R/include“-DNDEBUG-D_-FORTIFY_SOURCE=2-mmacosx version min=10.9-I/opt/anaconda3/include-fPIC-march=core2-mtune=haswell-msse3-ftree矢量