Type: Package Package: fuzzr Title: Fuzz-Test R Functions Version: 0.2.2.9000 Authors@R: person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = c("aut", "cre")) Description: Test function arguments with a wide array of inputs, and produce reports summarizing messages, warnings, errors, and returned values. License: MIT + file LICENSE URL: https://github.com/mdlincoln/fuzzr BugReports: https://github.com/mdlincoln/fuzzr/issues Imports: assertthat, progress, purrr Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr RoxygenNote: 6.0.1 Repository: https://mdlincoln.r-universe.dev Date/Publication: 2018-05-08 18:57:57 UTC RemoteUrl: https://github.com/mdlincoln/fuzzr RemoteRef: HEAD RemoteSha: b772ca7164459f8724c2627d9cbf160ac12ee9d7 NeedsCompilation: no Packaged: 2026-06-23 06:20:04 UTC; root Author: Matthew Lincoln [aut, cre] Maintainer: Matthew Lincoln