Package: intmap 1.0.0
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.
Authors:
intmap_1.0.0.tar.gz
intmap_1.0.0.zip(r-4.5)intmap_1.0.0.zip(r-4.4)intmap_1.0.0.zip(r-4.3)
intmap_1.0.0.tgz(r-4.4-x86_64)intmap_1.0.0.tgz(r-4.4-arm64)intmap_1.0.0.tgz(r-4.3-x86_64)intmap_1.0.0.tgz(r-4.3-arm64)
intmap_1.0.0.tar.gz(r-4.5-noble)intmap_1.0.0.tar.gz(r-4.4-noble)
intmap_1.0.0.tgz(r-4.4-emscripten)intmap_1.0.0.tgz(r-4.3-emscripten)
intmap.pdf |intmap.html✨
intmap/json (API)
NEWS
# Install 'intmap' in R: |
install.packages('intmap', repos = c('https://stla.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stla/intmap/issues
Last updated 2 years agofrom:9cfe3c3c08. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win-x86_64 | OK | Nov 22 2024 |
R-4.5-linux-x86_64 | OK | Nov 22 2024 |
R-4.4-win-x86_64 | OK | Nov 22 2024 |
R-4.4-mac-x86_64 | OK | Nov 22 2024 |
R-4.4-mac-aarch64 | OK | Nov 22 2024 |
R-4.3-win-x86_64 | OK | Nov 22 2024 |
R-4.3-mac-x86_64 | OK | Nov 22 2024 |
R-4.3-mac-aarch64 | OK | Nov 22 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
R6 class representing an ordered map | intmap |
Extract value from a 'Just' value | from_just intmap-imports |