R-fastmap
Port variant standard
Summary Fast Data Structures
BROKEN
Package version 1.2.0
Homepage https://r-lib.github.io/fastmap/
Keywords cran
Maintainer CRAN Automaton
License Not yet specified
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 17 MAY 2024, 18:31:15 UTC
Port created 14 APR 2020, 06:14:40 UTC
Subpackage Descriptions
single fastmap: Fast Data Structures Fast implementation of data structures, including a key-value store, stack, and queue. Environments are commonly used as key-value stores in R, but every time a new key is used, it is added to R's global symbol table, causing a small amount of memory leakage. This can be problematic in cases where many different keys are used. Fastmap avoids this memory leak issue by implementing the map using data structures in C++.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) gmake:primary:standard
R:primary:standard
icu:dev:standard
Runtime (only) R:primary:standard
R:nls:standard
Download groups
main mirror://CRAN/src/contrib
https://loki.dragonflybsd.org/cranfiles/
Distribution File Information
b1da04a2915d1d057f3c2525e295ef15016a64e6667eac83a14641bbd83b9246 46710 CRAN/fastmap_1.2.0.tar.gz
Ports that require R-fastmap:standard
R-bslib:standard Custom Bootstrap and Sass themes
R-cachem:standard Cache R Objects with Automatic Pruning
R-htmltools:standard Tools for HTML
R-promises:standard Promise-based asynchronous programing abstracts
R-shiny:standard Web Application Framework for R