Package: ordering
Type: Package
Title: Test, Check, Verify, Investigate the Monotonic Properties of
        Vectors
Version: 0.7.0
Date: 2018-11-09
Authors@R: c(
    person("Christopher", "Brown", , "chris.brown@decisionpatterns.com", c("aut", "cre") ),
    person("Decision Patterns", role = "cph")
    )
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Description: Functions to test/check/verify/investigate the ordering of vectors. 
    The 'is_[strictly_]*' family of functions test vectors for 
    'sorted', 'monotonic', 'increasing', 'decreasing' order; 'is_constant' 
    and 'is_incremental' test for the degree of ordering. `ordering` 
    provides a numeric indication of ordering -2 (strictly decreasing) to 
    2 (strictly increasing).
Suggests: testthat, na.tools(>= 0.3.0)
License: GPL (>= 2)
URL: https://github.com/decisionpatterns/ordering
BugReports: https://github.com/decisionpatterns/ordering/issues
RoxygenNote: 6.1.1
Repository: CRAN
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2018-11-09 23:29:18 UTC; cbrown
Author: Christopher Brown [aut, cre],
  Decision Patterns [cph]
Date/Publication: 2018-11-19 18:00:20 UTC
Built: R 4.1.3; ; 2023-04-17 14:03:38 UTC; windows
