fb16dfecae
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)
9 lines
381 B
Text
9 lines
381 B
Text
The magrittr package offers a set of operators which promote semantics
|
|
that will improve your code by
|
|
|
|
* structuring sequences of data operations left-to-right (as
|
|
opposed to from the inside and out),
|
|
* avoiding nested function calls,
|
|
* minimizing the need for local variables and function
|
|
definitions, and
|
|
* making it easy to add steps anywhere in the sequence of operations.
|