hedgehog: Property-Based Testing

Hedgehog will eat all your bugs. 'Hedgehog' is a property-based testing package in the spirit of 'QuickCheck'. With 'Hedgehog', one can test properties of their programs against randomly generated input, providing far superior test coverage compared to unit testing. One of the key benefits of 'Hedgehog' is integrated shrinking of counterexamples, which allows one to quickly find the cause of bugs, given salient examples when incorrect behaviour occurs.

Version: 0.1
Depends: testthat
Imports: rlang (≥ 0.1.6)
Suggests: knitr, rmarkdown
Published: 2018-08-22
Author: Huw Campbell [aut, cre]
Maintainer: Huw Campbell <huw.campbell at gmail.com>
BugReports: https://github.com/hedgehogqa/r-hedgehog/issues
License: MIT + file LICENSE
URL: https://hedgehog.qa
NeedsCompilation: no
CRAN checks: hedgehog results

Documentation:

Reference manual: hedgehog.pdf
Vignettes: Hedgehog tutorial
Hedgehog state machine tutorial

Downloads:

Package source: hedgehog_0.1.tar.gz
Windows binaries: r-devel: hedgehog_0.1.zip, r-release: hedgehog_0.1.zip, r-oldrel: hedgehog_0.1.zip
macOS binaries: r-release (arm64): hedgehog_0.1.tgz, r-oldrel (arm64): hedgehog_0.1.tgz, r-release (x86_64): hedgehog_0.1.tgz

Reverse dependencies:

Reverse imports: quickcheck
Reverse suggests: binpackr, heumilkr, simstudy

Linking:

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