ports/devel/R-cran-proto/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

9 lines
517 B
Text

Proto is an R package that facilitates prototype programming, a
type of object-oriented programming that does not use classes as
an atomic concept (but is powerful enough to encompass them).
The package is lightweight providing a thin layer on top of R
environments. Unlike other packages which grow over time proto has
become smaller over time as it was successively polished to reduce
it to its essentials. Despite its small size prototype-based systems
can be more powerful than more complex class-based systems.