The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

maybe: The Maybe Monad

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.

Version: 1.1.0
Imports: magrittr
Suggests: testthat (≥ 3.0.0), quickcheck, covr
Published: 2023-08-07
Author: Andrew McNeil [aut, cre]
Maintainer: Andrew McNeil <andrew.richard.mcneil at gmail.com>
BugReports: https://github.com/armcn/maybe/issues
License: MIT + file LICENSE
URL: https://github.com/armcn/maybe, https://armcn.github.io/maybe/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: maybe results

Documentation:

Reference manual: maybe.pdf

Downloads:

Package source: maybe_1.1.0.tar.gz
Windows binaries: r-devel: maybe_1.1.0.zip, r-release: maybe_1.1.0.zip, r-oldrel: maybe_1.1.0.zip
macOS binaries: r-release (arm64): maybe_1.1.0.tgz, r-oldrel (arm64): maybe_1.1.0.tgz, r-release (x86_64): maybe_1.1.0.tgz, r-oldrel (x86_64): maybe_1.1.0.tgz
Old sources: maybe archive

Reverse dependencies:

Reverse imports: braids, chronicler, cyclotomic, intmap

Linking:

Please use the canonical form https://CRAN.R-project.org/package=maybe to link to this page.

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.
Health stats visible at Monitor.