Type: Package Package: intmap Title: Ordered Containers with Integer Keys Version: 1.0.0 Author: Stéphane Laurent Maintainer: Stéphane Laurent Description: 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. License: GPL-3 URL: https://github.com/stla/intmap BugReports: https://github.com/stla/intmap/issues Imports: maybe, methods, R6, Rcpp (>= 1.0.8) LinkingTo: BH, Rcpp Encoding: UTF-8 RoxygenNote: 7.2.3 Repository: https://stla.r-universe.dev Date/Publication: 2023-04-14 15:26:53 UTC RemoteUrl: https://github.com/stla/intmap RemoteRef: HEAD RemoteSha: 9cfe3c3c088a0342cda2e4186ed3108af21015e5 NeedsCompilation: yes Packaged: 2026-06-24 00:40:00 UTC; root