Prototype object-based programming
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.
$
pkg install R-cran-protoOrigin
devel/R-cran-proto
Size
545KiB
License
GPLv2
Maintainer
tota@FreeBSD.org
Dependencies
1 packages
Required by
2 packages