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.

Version: 0.1.3
Suggests: testthat
Published: 2016-08-30
Author: Kosei Abe
Maintainer: Kosei Abe <mail at recyclebin.jp>
BugReports: https://github.com/kos59125/naturalsort/issues
License: BSD_3_clause + file LICENSE
NeedsCompilation: no
Materials: NEWS
CRAN checks: naturalsort results

Documentation:

Reference manual: naturalsort.pdf

Downloads:

Package source: naturalsort_0.1.3.tar.gz
Windows binaries: r-devel: naturalsort_0.1.3.zip, r-release: naturalsort_0.1.3.zip, r-oldrel: naturalsort_0.1.3.zip
macOS binaries: r-release (arm64): naturalsort_0.1.3.tgz, r-oldrel (arm64): naturalsort_0.1.3.tgz, r-release (x86_64): naturalsort_0.1.3.tgz
Old sources: naturalsort archive

Reverse dependencies:

Reverse imports: castor, corehunter, dce, gen5helper, mnem, nempi, novelqualcodes

Linking:

Please use the canonical form https://CRAN.R-project.org/package=naturalsort to link to this page.