Package: monarchr
Type: Package
Depends: R (>= 4.4.0)
Title: Monarch Knowledge Graph Queries
Description: R package for easy access, manipulation, and analysis of
		Monarch KG data Resources.
Version: 2.99.0
URL: https://github.com/monarch-initiative/monarchr
BugReports: https://github.com/monarch-initiative/monarchr/issues
Authors@R: 
    c(
  person(given = "Shawn",
           family = "O'Neil",
           role = c("aut","cre"),
           email = "shawn@tislab.org",
           comment = c(ORCID = "0000-0001-6220-7080")),
    person(given = "Brian",
           family = "Schilder",
           role = c("aut","ctb"),
           email = "brian_schilder@alumni.brown.edu",
           comment = c(ORCID = "0000-0001-5949-2191")),
    person(given = "National Institutes of Health",
           role = "fnd"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
biocViews: GraphAndNetwork, ThirdPartyClient, Network
Imports: assertthat, dplyr, kableExtra, neo2R, rlang, igraph, tibble,
        tidygraph, yaml, knitr, purrr, stringr, archive, readr, ggraph,
        ggplot2 (>= 4.0.0), R.utils, digest, memoise, tidyr
Suggests: testthat (>= 3.0.0), rmarkdown, rworkflows, Matrix, RCy3,
        sets, relations, httr, sessioninfo
NeedsCompilation: no
Packaged: 2026-05-04 17:05:57 UTC; pkgbuild
Author: Shawn O'Neil [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6220-7080>),
  Brian Schilder [aut, ctb] (ORCID:
    <https://orcid.org/0000-0001-5949-2191>),
  National Institutes of Health [fnd]
Maintainer: Shawn O'Neil <shawn@tislab.org>
