Type: Package
Package: intmap
Title: Ordered Containers with Integer Keys
Version: 1.0.0
Author: Stéphane Laurent
Maintainer: Stéphane Laurent <laurent_step@outlook.fr>
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
NeedsCompilation: yes
Packaged: 2023-04-14 15:27:47 UTC; stla
Repository: CRAN
Date/Publication: 2023-04-17 10:00:10 UTC
Built: R 4.6.0; x86_64-apple-darwin20; 2025-08-18 03:00:56 UTC; unix
Archs: intmap.so.dSYM
