Package: attempt
Title: Tools for Defensive Programming
Version: 0.3.1
Authors@R: person("Colin", "Fay", email = "contact@colinfay.me", role = c("aut", "cre"), comment=c(ORCID="0000-0001-7343-1846"))
Description: Tools for defensive programming, inspired by 'purrr' mappers and 
    based on 'rlang'.'attempt' extends and facilitates defensive programming by 
    providing a consistent grammar, and provides a set of easy to use functions 
    for common tests and conditions. 'attempt' only depends on 'rlang', and 
    focuses on speed, so it can be easily integrated in other functions and 
    used in data analysis. 
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/ColinFay/attempt
LazyData: true
Suggests: testthat, knitr, rmarkdown, curl
VignetteBuilder: knitr
Imports: rlang
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-03 20:24:38 UTC; colin
Author: Colin Fay [aut, cre] (<https://orcid.org/0000-0001-7343-1846>)
Maintainer: Colin Fay <contact@colinfay.me>
Repository: CRAN
Date/Publication: 2020-05-03 20:50:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:02:26 UTC; windows
