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.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

On CRAN:

Conda:

6.90 score 9 stars 18 packages 203 scripts 1.6k downloads 3 exports 0 dependencies

Last updated from:58e457137b. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK112
source / vignettesOK151
linux-release-x86_64OK102
macos-release-arm64OK114
macos-oldrel-arm64OK137
windows-develOK63
windows-releaseOK63
windows-oldrelOK77
wasm-releaseOK83

Exports:naturalfactornaturalordernaturalsort

Dependencies:

Readme and manuals

Help Manual

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