Package: pald
Title: Partitioned Local Depth for Community Structure in Data
Version: 0.0.4
Authors@R: 
    c(person("Katherine", "Moore", email = "kmoore@amherst.edu", role = c("aut"),
           comment = c(ORCID = "0000-0001-6943-2416")),
    person("Kenneth", "Berenhaut", email = "berenhks@wfu.edu", role = c("aut")),
    person("Lucy", "D'Agostino McGowan", email = "lucydagostino@gmail.com",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7297-9359")))
Description: Implementation of the Partitioned Local Depth (PaLD) 
    approach which provides a measure of local depth and the cohesion of a point 
    to another which  (together with a universal threshold for distinguishing 
    strong and weak ties) may be used to reveal local and global structure in 
    data, based on methods described in Berenhaut, Moore, and Melvin (2022)
    <doi:10.1073/pnas.2003634119>. No extraneous inputs, distributional 
    assumptions, iterative procedures nor optimization criteria are employed. 
    This package includes functions for computing local depths and cohesion as
    well as flexible functions for plotting community networks and displays of 
    cohesion against distance. 
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: igraph, graphics, glue
Depends: R (>= 2.10)
LazyData: true
URL: https://github.com/LucyMcGowan/pald
BugReports: https://github.com/LucyMcGowan/pald/issues
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-04-18 18:58:41 UTC; lucymcgowan
Author: Katherine Moore [aut] (<https://orcid.org/0000-0001-6943-2416>),
  Kenneth Berenhaut [aut],
  Lucy D'Agostino McGowan [aut, cre]
    (<https://orcid.org/0000-0001-7297-9359>)
Maintainer: Lucy D'Agostino McGowan <lucydagostino@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-18 19:12:58 UTC
