相关疑难解决方法(0)

在Sweave中沉默包加载消息

我正在加载optmatchSweave文档,如下所示:

<<myCodeBlock, echo=FALSE>>=
library(optmatch, quietly=TRUE)
@

You're loading optmatch, by Ben Hansen, a package for flexible
and optimal matching. Important license information:
The optmatch package makes essential use of D. P. Bertsekas
and P. Tseng's RELAX-IV algorithm and code, as well as
Bertsekas' AUCTION algorithm and code.
Bertsekas and Tseng freely permit their software to be used for
research purposes, but non-research uses, including the use of it
to 'satisfy in any part commercial delivery requirements to
government …
Run Code Online (Sandbox Code Playgroud)

r sweave knitr

5
推荐指数
1
解决办法
1725
查看次数

标签 统计

knitr ×1

r ×1

sweave ×1