Package: incgraph Type: Package Title: Incremental Graphlet Counting for Network Optimisation Version: 1.0.3 Authors@R: c( person( "Robrecht", "Cannoodt", email = "rcannood@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3641-729X") ) ) Description: An efficient and incremental approach for calculating the differences in orbit counts when performing single edge modifications in a network. Calculating the differences in orbit counts is much more efficient than recalculating all orbit counts from scratch for each time point. License: GPL-3 Depends: R (>= 3.2) Imports: dplyr, methods, Rcpp (>= 0.11.4), orca Suggests: testthat (>= 3.0.0) LinkingTo: Rcpp, BH Encoding: UTF-8 URL: https://github.com/rcannood/incgraph BugReports: https://github.com/rcannood/incgraph/issues RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Repository: https://rcannood.r-universe.dev Date/Publication: 2025-06-11 13:25:50 UTC RemoteUrl: https://github.com/rcannood/incgraph RemoteRef: HEAD RemoteSha: 9c76ce5c95b4da47c3cdfc469b2f327e4745abed NeedsCompilation: yes Packaged: 2026-07-16 05:56:16 UTC; root Author: Robrecht Cannoodt [aut, cre] (ORCID: ) Maintainer: Robrecht Cannoodt