<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Result Type for Safely Handling Operations that can Succeed or
Fail</dc:title>
  <dc:title>R package result version 0.1.0</dc:title>
  <dc:description>Allows wrapping values in success() and failure() types to capture 
    the result of operations, along with any status codes. Risky expressions can be 
    wrapped in as_result() and functions wrapped in result() to catch errors
    and assign the relevant result types. Monadic functions can be bound together 
    as pipelines or transaction scripts using then_try(), to gracefully handle 
    errors at any step.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Suggests: testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Soumya Ray &lt;soumya.ray@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Soumya Ray [aut, cre, cph] (ORCID:
    &lt;https://orcid.org/0000-0002-7497-3281&gt;)</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=result/LICENSE)</dc:rights>
  <dc:date>2023-11-21</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=result</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.result</dc:identifier>
</oai_dc:dc>
