aboutsummaryrefslogtreecommitdiff
path: root/databases/R-cran-fastmap
Commit message (Collapse)AuthorAgeFilesLines
* math/R: Update to version 4.0.0Joseph Mingrone2020-05-051-0/+1
| | | | | | | | | | | | | | Upstream changes: https://stat.ethz.ch/pipermail/r-announce/2020/000653.html Also bump PORTREVISION of ports that depend on math/R. Submitted by: wen (in part) Reviewed by: jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry Differential Revision: https://reviews.freebsd.org/D24572 Notes: svn path=/head/; revision=534095
* - Add new port: databases/R-cran-fastmapTAKATSU Tomonari2019-10-113-0/+27
Fast implementation of a key-value store. Environments are commonly used as key-value stores, 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++. WWW: https://cran.r-project.org/web/packages/fastmap/ Notes: svn path=/head/; revision=514273