Package: gghilbertstrings
Title: A Fast 'ggplot2'-Based Implementation of Hilbert Curves
Version: 0.3.3
Authors@R: 
    person(given = "André",
           family = "Calero Valdez",
           role = c("aut", "cre"),
           email = "andrecalerovaldez@gmail.com",
           comment = c(ORCID = "0000-0002-6214-1461"))
Description: A set of functions that help to create plots based on Hilbert curves. 
    Hilbert curves are used to map one dimensional data into the 2D plane.
    The package provides a function that generate a 2D coordinate from an 
    integer position. As a specific use case the package provides a function 
    that allows mapping a character column in a data frame into 2D space 
    using 'ggplot2'. This allows visually comparing long lists of URLs, words,
    genes or other data that has a fixed order and position.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
URL: https://github.com/Sumidu/gghilbertstrings
BugReports: https://github.com/Sumidu/gghilbertstrings/issues
SystemRequirements: C++11
Imports: ggplot2, dplyr, magrittr, tibble, lifecycle, Rcpp, rlang
Suggests: testthat, covr, spelling, profvis
Language: en-US
RdMacros: lifecycle
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-04-05 15:53:28 UTC; andrecalerovaldez
Author: André Calero Valdez [aut, cre]
    (<https://orcid.org/0000-0002-6214-1461>)
Maintainer: André Calero Valdez <andrecalerovaldez@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-07 08:30:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 04:28:20 UTC; windows
Archs: x64
