CRAN/E | maybe

maybe

The Maybe Monad

Installation

About

The maybe type represents the possibility of some value or nothing. It is often used instead of throwing an error or returning 'NULL'. The advantage of using a maybe type over 'NULL' is that it is both composable and requires the developer to explicitly acknowledge the potential absence of a value, helping to avoid the existence of unexpected behaviour.

github.com/armcn/maybe
armcn.github.io/maybe/
Bug report File report

Key Metrics

Version 1.1.0
Published 2023-08-07 404 days ago
Needs compilation? no
License MIT
License File
CRAN checks maybe results

Downloads

Yesterday 38 0%
Last 7 days 222 -17%
Last 30 days 1.024 -6%
Last 90 days 3.047 +2%
Last 365 days 11.327 +368%

Maintainer

Maintainer

Andrew McNeil

Authors

Andrew McNeil

aut / cre

Material

README
NEWS
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

maybe archive

Imports

magrittr

Suggests

testthat ≥ 3.0.0
quickcheck
covr

Reverse Imports

chronicler
cyclotomic
intmap