intmap: Ordered Containers with Integer Keys

Provides a key-value store data structure. The keys are integers and the values can be any R object. This is like a list but indexed by a set of integers, not necessarily contiguous and possibly negative. The implementation uses a 'R6' class. These containers are not faster than lists but their usage can be more convenient for certain situations.

Version: 1.0.0
Imports: maybe, methods, R6, Rcpp (≥ 1.0.8)
LinkingTo: BH, Rcpp
Published: 2023-04-17
Author: Stéphane Laurent
Maintainer: Stéphane Laurent <laurent_step at outlook.fr>
BugReports: https://github.com/stla/intmap/issues
License: GPL-3
URL: https://github.com/stla/intmap
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: intmap results

Documentation:

Reference manual: intmap.pdf

Downloads:

Package source: intmap_1.0.0.tar.gz
Windows binaries: r-devel: intmap_1.0.0.zip, r-release: intmap_1.0.0.zip, r-oldrel: intmap_1.0.0.zip
macOS binaries: r-release (arm64): intmap_1.0.0.tgz, r-oldrel (arm64): intmap_1.0.0.tgz, r-release (x86_64): intmap_1.0.0.tgz

Reverse dependencies:

Reverse imports: cyclotomic

Linking:

Please use the canonical form https://CRAN.R-project.org/package=intmap to link to this page.