Package: ordering 0.7.1
ordering: Test, Check, Verify, Investigate the Monotonic Properties of Vectors
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).
Authors:
ordering_0.7.1.tar.gz
ordering_0.7.1.zip(r-4.5)ordering_0.7.1.zip(r-4.4)ordering_0.7.1.zip(r-4.3)
ordering_0.7.1.tgz(r-4.4-any)ordering_0.7.1.tgz(r-4.3-any)
ordering_0.7.1.tar.gz(r-4.5-noble)ordering_0.7.1.tar.gz(r-4.4-noble)
ordering_0.7.1.tgz(r-4.4-emscripten)ordering_0.7.1.tgz(r-4.3-emscripten)
ordering.pdf |ordering.html✨
ordering/json (API)
NEWS
# Install 'ordering' in R: |
install.packages('ordering', repos = c('https://decisionpatterns.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/decisionpatterns/ordering/issues
Last updated 6 years agofrom:5c860bf9df. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | ERROR | Oct 31 2024 |
R-4.5-linux | ERROR | Oct 31 2024 |
R-4.4-win | ERROR | Oct 31 2024 |
R-4.4-mac | ERROR | Oct 31 2024 |
R-4.3-win | ERROR | Oct 31 2024 |
R-4.3-mac | ERROR | Oct 31 2024 |
Exports:is_constantis_decreasingis_increasingis_incrementalis_monotonicis_sortedis_strictly_decreasingis_strictly_increasingis_strictly_monotonicis_strictly_sortedis_strictly_unsortedis_uniformis_unsortedmonotonicityordering
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
ordering Tests | is_constant is_decreasing is_increasing is_incremental is_monotonic is_sorted is_strictly_decreasing is_strictly_increasing is_strictly_monotonic is_strictly_sorted is_strictly_unsorted is_uniform is_unsorted |
ordering | monotonicity ordering |