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.5-any)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'))

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

On CRAN:

Conda:

6.86 score 9 stars 19 packages 201 scripts 1.4k downloads 3 exports 0 dependencies

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

TargetResultLatest binary
Doc / VignettesOKMar 13 2025
R-4.5-winOKMar 13 2025
R-4.5-macOKMar 13 2025
R-4.5-linuxOKMar 13 2025
R-4.4-winOKMar 13 2025
R-4.4-macOKMar 13 2025
R-4.4-linuxOKMar 13 2025
R-4.3-winOKMar 13 2025
R-4.3-macOKMar 13 2025

Exports:naturalfactornaturalordernaturalsort

Dependencies:

Readme and manuals

Help Manual

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