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.7)intmap_1.0.0.zip(r-4.6)intmap_1.0.0.zip(r-4.5)
intmap_1.0.0.tgz(r-4.6-x86_64)intmap_1.0.0.tgz(r-4.6-arm64)intmap_1.0.0.tgz(r-4.5-x86_64)intmap_1.0.0.tgz(r-4.5-arm64)
intmap_1.0.0.tar.gz(r-4.7-arm64)intmap_1.0.0.tar.gz(r-4.7-x86_64)intmap_1.0.0.tar.gz(r-4.6-arm64)intmap_1.0.0.tar.gz(r-4.6-x86_64)
intmap_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:9cfe3c3c08. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 124 | ||
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 154 | ||
| linux-release-arm64 | OK | 130 | ||
| linux-release-x86_64 | OK | 123 | ||
| macos-release-arm64 | OK | 102 | ||
| macos-release-x86_64 | OK | 175 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| macos-oldrel-x86_64 | OK | 399 | ||
| windows-devel | OK | 148 | ||
| windows-release | OK | 172 | ||
| windows-oldrel | OK | 109 | ||
| wasm-release | OK | 128 |
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 |
