パッケージ: r-cran-bit64 (4.0.5-1)
r-cran-bit64 に関するリンク
Debian の資源:
r-cran-bit64 ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [cran.r-project.org]
類似のパッケージ:
GNU R S3 Class for Vectors of 64bit Integers
Package 'bit64' provides serializable S3 atomic 64bit (signed) integers. These are useful for handling database keys and exact counting in +-2^63. WARNING: do not use them as replacement for 32bit integers, integer64 are not supported for subscripting by R-core and they have different semantics when combined with double, e.g. integer64 + double => integer64. Class integer64 can be used in vectors, matrices, arrays and data.frames. Methods are available for coercion from and to logicals, integers, doubles, characters and factors as well as many elementwise and summary functions. Many fast algorithmic operations such as 'match' and 'order' support interactive data exploration and manipulation and optionally leverage caching.
その他の r-cran-bit64 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: r-api-4.0
- 以下のパッケージによって提供される仮想パッケージです: r-base-core
-
- dep: r-base-core (>= 4.0.2-1)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-bit (>= 4.0.0)
- GNU R class for vectors of 1-bit booleans