mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
457 B
Text
7 lines
457 B
Text
Implementations of apply(), by(), eapply(), lapply(), Map(),
|
|
.mapply(), mapply(), replicate(), sapply(), tapply(), and vapply()
|
|
that can be resolved using any future-supported backend, e.g.
|
|
parallel on the local machine or distributed on a compute cluster.
|
|
These future_*apply() functions come with the same pros and cons
|
|
as the corresponding base-R *apply() functions but with the additional
|
|
feature of being able to be processed via the future framework.
|