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:Kosei Abe

naturalsort_0.1.3.tar.gz
naturalsort_0.1.3.zip(r-4.5)naturalsort_0.1.3.zip(r-4.4)naturalsort_0.1.3.zip(r-4.3)
naturalsort_0.1.3.tgz(r-4.4-any)naturalsort_0.1.3.tgz(r-4.3-any)
naturalsort_0.1.3.tar.gz(r-4.5-noble)naturalsort_0.1.3.tar.gz(r-4.4-noble)
naturalsort_0.1.3.tgz(r-4.4-emscripten)naturalsort_0.1.3.tgz(r-4.3-emscripten)
naturalsort.pdf |naturalsort.html
naturalsort/json (API)
NEWS

# Install 'naturalsort' in R:
install.packages('naturalsort', repos = c('https://kos59125.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/kos59125/naturalsort/issues

On CRAN:

6.63 score 8 stars 19 packages 173 scripts 1.1k downloads 3 exports 0 dependencies

Last updated 8 years agofrom:58e457137b. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 14 2024
R-4.5-winOKOct 14 2024
R-4.5-linuxOKOct 14 2024
R-4.4-winOKOct 14 2024
R-4.4-macOKOct 14 2024
R-4.3-winOKOct 14 2024
R-4.3-macOKOct 14 2024

Exports:naturalfactornaturalordernaturalsort

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Natural Ordering Sortnaturalsort-package
Natural Ordering Factornaturalfactor
Natural Ordering Sortnaturalorder naturalsort