The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

monad

Lifecycle: experimental R-CMD-check

The monad package provides generics and generic operators for monadic classes. These are:

Implementations of the generics are provided for:

Implementing classes must provide fmap() and either bind() or join(). Method implementations must satisfy the ?"functor-laws" and ?"monad-laws".

The concepts are modelled directly after the Monad typeclass in the functional programming language Haskell. Operator names and calling conventions have been adapted to fit R.

Installation

Install the current release from CRAN:

install.packages("monad")

Or the development version from GitHub:

# install.packages("pak")
pak::pak("mikmart/monad")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.