diff options
Diffstat (limited to 'math/R-cran-assertthat/pkg-descr')
-rw-r--r-- | math/R-cran-assertthat/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/R-cran-assertthat/pkg-descr b/math/R-cran-assertthat/pkg-descr new file mode 100644 index 000000000000..060f8ff05479 --- /dev/null +++ b/math/R-cran-assertthat/pkg-descr @@ -0,0 +1,6 @@ +assertthat is an extension to stopifnot() that makes it easy to +declare the pre and post conditions that you code should satisfy, +while also producing friendly error messages so that your users +know what they've done wrong. + +WWW: https://cran.r-project.org/web/packages/assertthat/ |