Package: ndexr Type: Package Title: NDEx R client library Version: 1.35.0 Date: 2018-04-27 Authors@R: c( person(given = "Florian", family = "Auer", role = c("cre","aut"), email = "florian.auer@informatik.uni-augsburg.de", comment = c(ORCID = "0000-0002-5320-8900")), person(given = "Frank", family = "Kramer", role = c("ctb"), email = "frank.kramer@informatik.uni-augsburg.de"), person(given = "Alex", family = "Ishkin", role = c("ctb"), email = "aleksandr.ishkin@thomsonreuters.com"), person(given = "Dexter", family = "Pratt", role = c("ctb"), email = "depratt@ucsc.edu")) Description: This package offers an interface to NDEx servers, e.g. the public server at http://ndexbio.org/. It can retrieve and save networks via the API. Networks are offered as RCX object and as igraph representation. License: BSD_3_clause + file LICENSE Depends: RCX Imports: httr, jsonlite, plyr, tidyr RoxygenNote: 7.2.3 Encoding: UTF-8 biocViews: Pathways, DataImport, Network Suggests: BiocStyle, testthat, knitr, rmarkdown VignetteBuilder: knitr URL: https://github.com/frankkramer-lab/ndexr BugReports: https://github.com/frankkramer-lab/ndexr/issues Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev libssl-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:45:44 UTC RemoteUrl: https://github.com/bioc/ndexr RemoteRef: HEAD RemoteSha: 618bdcaf57100b76d66c33785d47d0d392f9f3ca NeedsCompilation: no Packaged: 2026-07-04 16:00:45 UTC; root Author: Florian Auer [cre, aut] (ORCID: ), Frank Kramer [ctb], Alex Ishkin [ctb], Dexter Pratt [ctb] Maintainer: Florian Auer