Ravenports generated: 12 Nov 2022 05:19
[ravenports.git] / bucket_FD / R-fastmap
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               R-fastmap
4 VERSION=                1.1.0
5 KEYWORDS=               cran
6 VARIANTS=               standard
7 SDESC[standard]=        Fast Data Structures
8 HOMEPAGE=               https://r-lib.github.io/fastmap/
9 CONTACT=                CRAN_Automaton[cran@ironwolf.systems]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            CRAN/src/contrib
13 DISTFILE[1]=            fastmap_1.1.0.tar.gz:main
14 DIST_SUBDIR=            CRAN
15 DF_INDEX=               1
16 SPKGS[standard]=        single
17
18 OPTIONS_AVAILABLE=      none
19 OPTIONS_STANDARD=       none
20
21 USES=                   cran gmake
22
23 DISTNAME=               fastmap
24
25 GENERATED=              yes
26
27 INSTALL_REQ_TOOLCHAIN=  yes
28
29 [FILE:452:descriptions/desc.single]
30 fastmap: Fast Data Structures
31
32 Fast implementation of data structures, including a key-value store, stack,
33 and queue. Environments are commonly used as key-value stores in R, but
34 every time a new key is used, it is added to R's global symbol table,
35 causing a small amount of memory leakage. This can be problematic in cases
36 where many different keys are used. Fastmap avoids this memory leak issue
37 by implementing the map using data structures in C++.
38
39
40 [FILE:104:distinfo]
41 9113e526b4c096302cfeae660a06de2c4c82ae4e2d3d6ef53af6de812d4c822b        44277 CRAN/fastmap_1.1.0.tar.gz
42