install.packages("ggplot2", type = "source", INSTALL_opts = "--byte-compile")
最后一个选项是实时编译(
JIT
)
注
2
。如参数为
0
,enableJIT()函数关闭
JIT
优化,参数为
1
、
2
、
3
则实现不同等级的优化。将环境变量R_ENABLE_
JIT设置为上述的某个值,则可进行不同等级
JIT
优化。
我们推荐编译等级为最大值
3
。
安装编译对不同包的效果是不一样的。如果包中已经有大量预编译代码,速
度提升将不明显(
R Core Team 2016
)。
不是所有的包都是在安装时编译的。
参考文献
Burns, Patrick. 2011.
The R Inferno
. Lulu.com.
Wickham, Hadley. 2014a.
Advanced R
. CRC Press.
Grolemund, G., and H. Wickham. 2016.
R for Data Science
. O
’
Reilly Media.
R Core Team. 2016.
“
R Installation and Administration
”
R Foundation for
Statistical Computing
.
https://cran.r-pr ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.
O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.