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 Suggests: testthat, knitr, rmarkdown, curl VignetteBuilder: knitr Imports: rlang RoxygenNote: 7.3.2 Repository: https://colinfay.r-universe.dev Date/Publication: 2026-01-30 08:52:59 UTC RemoteUrl: https://github.com/colinfay/attempt RemoteRef: HEAD RemoteSha: 2ef9bcc289a10727a82a772383ff8ec0155ba1bf NeedsCompilation: no Packaged: 2026-07-04 15:12:50 UTC; root Author: Colin Fay [aut, cre] (ORCID: ) Maintainer: Colin Fay