Package: rank
Title: Customisable Ranking of Numerical and Categorical Data
Version: 0.1.1
Authors@R: 
    person("Sam", "El-Kamand", , "sam.elkamand@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-2270-8088"))
Description: Provides a flexible alternative to the built-in rank() function called smartrank(). 
    Optionally rank categorical variables by frequency (instead of in alphabetical order), and control whether ranking is based on descending/ascending order. 
    smartrank() is suitable for both numerical and categorical data. 
License: MIT + file LICENSE
Suggests: covr, dplyr, knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 2
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/selkamand/rank,
        https://selkamand.github.io/rank/
BugReports: https://github.com/selkamand/rank/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-01 21:59:58 UTC; selkamand
Author: Sam El-Kamand [aut, cre, cph] (<https://orcid.org/0000-0003-2270-8088>)
Maintainer: Sam El-Kamand <sam.elkamand@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-01 22:30:02 UTC
Built: R 4.6.0; ; 2025-07-18 04:17:34 UTC; unix
