Package: vecrep 0.1.0.9000
vecrep: Compact Vector Replication
Replicates vectors using ALTREP (Alternative Representations for R Objects), avoiding unnecessary memory allocation. When a vector is repeated many times, only a reference to the original data is stored rather than copying the full expanded replicates into memory. The expanded data is only materialised if it is modified, making repeated vectors cheap to create and pass around. This is particularly useful when working with large repeated sequences, such as replicated index vectors, simulation inputs, or repeated reference values in data pipelines.
Authors:
vecrep_0.1.0.9000.tar.gz
vecrep_0.1.0.9000.zip(r-4.7)vecrep_0.1.0.9000.zip(r-4.6)vecrep_0.1.0.9000.zip(r-4.5)
vecrep_0.1.0.9000.tgz(r-4.6-x86_64)vecrep_0.1.0.9000.tgz(r-4.6-arm64)vecrep_0.1.0.9000.tgz(r-4.5-x86_64)vecrep_0.1.0.9000.tgz(r-4.5-arm64)
vecrep_0.1.0.9000.tar.gz(r-4.7-arm64)vecrep_0.1.0.9000.tar.gz(r-4.7-x86_64)vecrep_0.1.0.9000.tar.gz(r-4.6-arm64)vecrep_0.1.0.9000.tar.gz(r-4.6-x86_64)
vecrep_0.1.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
vecrep/json (API)
NEWS
| # Install 'vecrep' in R: |
| install.packages('vecrep', repos = c('https://mitchelloharawild.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mitchelloharawild/vecrep/issues
Pkgdown/docs site:https://pkg.mitchelloharawild.com
Last updated from:7d026cbc65. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 125 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 141 | ||
| linux-release-arm64 | OK | 117 | ||
| linux-release-x86_64 | OK | 104 | ||
| macos-release-arm64 | OK | 81 | ||
| macos-release-x86_64 | OK | 172 | ||
| macos-oldrel-arm64 | OK | 70 | ||
| macos-oldrel-x86_64 | OK | 189 | ||
| windows-devel | OK | 127 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 83 | ||
| wasm-release | OK | 92 |
Exports:rep_altrep
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Repeat a vector using ALTREP | rep_altrep |
