Commit graph

5 commits

Author SHA1 Message Date
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
TAKATSU Tomonari
ee2f0a9d3c - Update to 1.1.0 2021-01-30 02:20:41 +00:00
Joseph Mingrone
a0a98863ca math/R: Update to version 4.0.0
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
2020-05-05 16:07:53 +00:00
TAKATSU Tomonari
1fa739c412 - Add new port: databases/R-cran-fastmap
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/
2019-10-11 10:45:43 +00:00