R 2.5.1 の変更予定
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
R 2.5.1 の変更予定
注意:オリジナル文書中のすべてを翻訳・記載しているわけで...
[[オリジナル文書:https://svn.r-project.org/R/trunk/NEWS]]
----
#contents
----
* 新しい仕様 [#hed1d52b]
- library() は,アルファベット順ではなく .libPaths() の順...
* インストール [#h3fcbc08]
- 'make check' will work with --without-iconv, to accommo...
building on AIX where the system iconv conflicts with ~
libiconv and is not compatible with R's requirements.
* バグフィックス [#s76b4bdc]
- as.dendrogram() が "dendrogram" クラスを持つオブジェク...
- plot(type ="s") (or "S") で,数百数千のプロットをすると...
- Coercing an S4 classed object to "matrix" (or other bas...
failed to unset the S4 bit.
- The 'useS4' argument of print.default() had been broken...
unrelated change prior to 2.4.1. This allowed print() an...
show() to bounce badly constructed S4 objects between ~
themselves indefinitely.
- Prediction of the seasonal component in HoltWinters() w...
step out at one point in the calculations.
- density(1:20, bw="SJ") now works as bw.SJ() now tries a...
search interval than the default (lower,upper).
- unlink() で再びワイルドカードが使えるようになった(2.5....
- When qr() used pivoting, the coefficient names in qr.co...
- UseMethod() could crash R if the first argument as not ...
終了行:
R 2.5.1 の変更予定
注意:オリジナル文書中のすべてを翻訳・記載しているわけで...
[[オリジナル文書:https://svn.r-project.org/R/trunk/NEWS]]
----
#contents
----
* 新しい仕様 [#hed1d52b]
- library() は,アルファベット順ではなく .libPaths() の順...
* インストール [#h3fcbc08]
- 'make check' will work with --without-iconv, to accommo...
building on AIX where the system iconv conflicts with ~
libiconv and is not compatible with R's requirements.
* バグフィックス [#s76b4bdc]
- as.dendrogram() が "dendrogram" クラスを持つオブジェク...
- plot(type ="s") (or "S") で,数百数千のプロットをすると...
- Coercing an S4 classed object to "matrix" (or other bas...
failed to unset the S4 bit.
- The 'useS4' argument of print.default() had been broken...
unrelated change prior to 2.4.1. This allowed print() an...
show() to bounce badly constructed S4 objects between ~
themselves indefinitely.
- Prediction of the seasonal component in HoltWinters() w...
step out at one point in the calculations.
- density(1:20, bw="SJ") now works as bw.SJ() now tries a...
search interval than the default (lower,upper).
- unlink() で再びワイルドカードが使えるようになった(2.5....
- When qr() used pivoting, the coefficient names in qr.co...
- UseMethod() could crash R if the first argument as not ...
ページ名: