Package: netUtils Title: A Collection of Tools for Network Analysis Version: 0.8.6 Authors@R: person("David", "Schoch", email = "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")) Description: Provides a collection of network analytic (convenience) functions which are missing in other standard packages. This includes triad census with attributes , core-periphery models , and several graph generators. Most functions are build upon 'igraph'. URL: https://github.com/schochastics/netUtils/, https://schochastics.github.io/netUtils/ BugReports: https://github.com/schochastics/netUtils/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 LinkingTo: Rcpp, RcppArmadillo Imports: Rcpp, igraph (>= 2.0.0), stats Suggests: covr, GA, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2026-06-12 19:22:39 UTC RemoteUrl: https://github.com/schochastics/netUtils RemoteRef: HEAD RemoteSha: 3f4fa763872aa5923cea19f52d56428ec5a2626b NeedsCompilation: yes Packaged: 2026-06-20 10:27:45 UTC; root Author: David Schoch [aut, cre] (ORCID: ) Maintainer: David Schoch