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.
Downloads
1.3K
Last 30 days
3279th
1.3K
Last 90 days
1.3K
Last year
CRAN Check Status
2
NOTE
12
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | NOTE |
| r-devel-linux-x86_64-debian-gcc | NOTE |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-macos-arm64 | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check details (14 non-OK)
NOTE
r-devel-linux-x86_64-debian-clang
CRAN incoming feasibility
Maintainer: ‘Kosei Abe <mail@recyclebin.jp>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Kosei",
family = "Abe",
role = c("aut", "cre"),
email = "mail@recyclebin.jp")
as necessary.
NOTE
r-devel-linux-x86_64-debian-gcc
CRAN incoming feasibility
Maintainer: ‘Kosei Abe <mail@recyclebin.jp>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Kosei",
family = "Abe",
role = c("aut", "cre"),
email = "mail@recyclebin.jp")
as necessary.
OK
r-devel-linux-x86_64-fedora-clang
*
OK
r-devel-linux-x86_64-fedora-gcc
*
OK
r-devel-macos-arm64
*
OK
r-devel-windows-x86_64
*
OK
r-oldrel-macos-arm64
*
OK
r-oldrel-macos-x86_64
*
OK
r-oldrel-windows-x86_64
*
OK
r-patched-linux-x86_64
*
OK
r-release-linux-x86_64
*
OK
r-release-macos-arm64
*
OK
r-release-macos-x86_64
*
OK
r-release-windows-x86_64
*
Check History
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 2026
NOTE
r-devel-linux-x86_64-debian-clang
CRAN incoming feasibility
Maintainer: ‘Kosei Abe <mail@recyclebin.jp>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Kosei",
family = "Abe",
role = c("aut", "cre"),
email = "mail@recyclebin.jp")
as necessary.
NOTE
r-devel-linux-x86_64-debian-gcc
CRAN incoming feasibility
Maintainer: ‘Kosei Abe <mail@recyclebin.jp>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Kosei",
family = "Abe",
role = c("aut", "cre"),
email = "mail@recyclebin.jp")
as necessary.
Reverse Dependencies (5)
Dependency Network
Version History
new
0.1.3
Mar 9, 2026