Package: gtexture
Title: Generalized Application of Co-Occurrence Matrices and Haralick
        Texture
Version: 1.0.1
Authors@R: c(
    person("Rowan", "Barker-Clarke", email="rowanbarkerclarke@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1961-7919")),
    person("Raoul", "Wadhwa", email="raoulwadhwa@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0003-0503-9580")),
    person("Davis", "Weaver", role = "aut"),
    person("Jacob", "Scott", role = "aut",
           comment = c(ORCID = "0000-0003-2971-7673"))
  )
Description: Generalizes application of gray-level co-occurrence matrix
    (GLCM) metrics to objects outside of images. The current focus is to
    apply GLCM metrics to the study of biological networks and fitness
    landscapes that are used in studying evolutionary medicine and
    biology, particularly the evolution of cancer resistance. The package was
    developed as part of the author's publication in Physics in Medicine and Biology
    Barker-Clarke et al. (2023) <doi:10.1088/1361-6560/ace305>. 
    A general reference to learn more about mathematical oncology can be found at
    Rockne et al. (2019) <doi:10.1088/1478-3975/ab1a09>.
License: MIT + file LICENSE
URL: https://rbarkerclarke.github.io/gtexture/
BugReports: https://github.com/rbarkerclarke/gtexture/issues
Imports: dlookr, dplyr (>= 1.0), fitscape (>= 0.1), igraph, magrittr
        (>= 2.0), rlang, tidyr
Suggests: stats, testthat
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-01 23:31:26 UTC; stephbc
Author: Rowan Barker-Clarke [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1961-7919>),
  Raoul Wadhwa [aut] (ORCID: <https://orcid.org/0000-0003-0503-9580>),
  Davis Weaver [aut],
  Jacob Scott [aut] (ORCID: <https://orcid.org/0000-0003-2971-7673>)
Maintainer: Rowan Barker-Clarke <rowanbarkerclarke@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-02 07:30:08 UTC
Built: R 4.4.1; ; 2025-09-05 04:54:10 UTC; unix
