Package: naturalsort Type: Package Title: Natural Ordering Version: 0.1.3 Suggests: testthat Date: 2016-08-30 Author: Kosei Abe Maintainer: Kosei Abe Description: 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. License: BSD_3_clause + file LICENSE BugReports: https://github.com/kos59125/naturalsort/issues RoxygenNote: 5.0.1 Repository: https://kos59125.r-universe.dev Date/Publication: 2016-08-30 10:56:41 UTC RemoteUrl: https://github.com/kos59125/naturalsort RemoteRef: HEAD RemoteSha: 58e457137bd6ca8b7fcc4897f91ea4652a88434c NeedsCompilation: no Packaged: 2026-07-05 04:33:06 UTC; root