Package: rgraph6 Version: 2.0-5 Title: Representing Graphs as 'graph6', 'digraph6' or 'sparse6' Strings Authors@R: c( person(given = "Michal", family = "Bojanowski", role = c("aut", "cre"), email = "michal2992@gmail.com", comment = c(ORCID = "0000-0001-7503-852X", affil="Kozminski University")), person(given = "David", family = "Schoch", role = "aut", email = "david@schochastics.net", comment = c(ORCID = "0000-0003-2952-4812")) ) Depends: R (>= 2.10) Imports: methods, Rcpp (>= 1.0.3) LinkingTo: Rcpp Suggests: testthat, knitr, rmarkdown, igraph (>= 2.0.0), network, Matrix Description: Encode network data as strings of printable ASCII characters. Implemented functions include encoding and decoding adjacency matrices, edgelists, igraph, and network objects to/from formats 'graph6', 'sparse6', and 'digraph6'. The formats and methods are described in McKay, B.D. and Piperno, A (2014) . License: GPL (>= 3) RoxygenNote: 7.2.1 Encoding: UTF-8 LazyData: true Roxygen: list(markdown=TRUE) URL: https://mbojan.github.io/rgraph6/ BugReports: https://github.com/mbojan/rgraph6/issues VignetteBuilder: knitr Repository: https://mbojan.r-universe.dev Date/Publication: 2025-04-16 14:47:13 UTC RemoteUrl: https://github.com/mbojan/rgraph6 RemoteRef: HEAD RemoteSha: faec1023098988454072e958f7f2305f3e5d0477 NeedsCompilation: yes Packaged: 2026-06-13 09:53:16 UTC; root Author: Michal Bojanowski [aut, cre] (ORCID: , affil: Kozminski University), David Schoch [aut] (ORCID: ) Maintainer: Michal Bojanowski