开发者

What is the replacement for R CMD mydir build --binary?

开发者 https://www.devze.com 2023-04-12 18:16 出处:网络
I have run R CMD mydir build --binary It works, BUT it tells me that --binary is deprecated. So what is the \"new\" versio开发者_运维知识库n of --binary?

I have run R CMD mydir build --binary It works, BUT it tells me that --binary is deprecated. So what is the "new" versio开发者_运维知识库n of --binary?

I am using WinXP, Rtools 2.14 and R 2.13.2.


(Soon to be even worse than deprecated.) From the "What's New" page : http://stat.ethz.ch/R-manual/R-devel/NEWS

 o R CMD build --binary is formally defunct: R CMD INSTALL --build
  has long been the preferred alternative.


An easy way to find this type of information is via the news() function:

newsDB <- news()
news(grepl("--build", Text) & grepl("DEPRECATED", Category), db=newsDB)
# Changes in version 2.13.0:
# 
# DEPRECATED & DEFUNCT
# 
#     o   R CMD build --binary is now formally deprecated: R CMD INSTALL
#   --build has long been the preferred alternative.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号