Package: naturalsort 0.1.3
naturalsort: Natural Ordering
Provides functions related to human natural ordering. It handles adjacent digits in a character sequence as a number so that natural sort function arranges a character vector by their numbers, not digit characters. It is typically seen when operating systems lists file names. For example, a sequence a-1.png, a-2.png, a-10.png looks naturally ordered because 1 < 2 < 10 and natural sort algorithm arranges so whereas general sort algorithms arrange it into a-1.png, a-10.png, a-2.png owing to their third and fourth characters.
Authors:
naturalsort_0.1.3.tar.gz
naturalsort_0.1.3.zip(r-4.7)naturalsort_0.1.3.zip(r-4.6)naturalsort_0.1.3.zip(r-4.5)
naturalsort_0.1.3.tgz(r-4.6-any)naturalsort_0.1.3.tgz(r-4.5-any)
naturalsort_0.1.3.tar.gz(r-4.7-any)naturalsort_0.1.3.tar.gz(r-4.6-any)
naturalsort_0.1.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
naturalsort/json (API)
NEWS
| # Install 'naturalsort' in R: |
| install.packages('naturalsort', repos = c('https://kos59125.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kos59125/naturalsort/issues
Last updated from:58e457137b. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 112 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | OK | 102 | ||
| macos-release-arm64 | OK | 114 | ||
| macos-oldrel-arm64 | OK | 137 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 63 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 83 |
Exports:naturalfactornaturalordernaturalsort
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Natural Ordering Sort | naturalsort-package |
| Natural Ordering Factor | naturalfactor |
| Natural Ordering Sort | naturalorder naturalsort |
