From a7ec20f0a1f951db139d751ea35ea5ffca622b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 13 May 2025 11:56:29 +0200 Subject: [PATCH] docs: add reference for lesmis The DOI at https://dl.acm.org/doi/book/10.1145/164984 does not work --- R/files.R | 2 ++ man/lesmis.Rd | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/R/files.R b/R/files.R index 4be98cd..194c155 100644 --- a/R/files.R +++ b/R/files.R @@ -5,6 +5,8 @@ #' #' @return A string indicating an absolute path to a file. #' @name lesmis +#' @references D. E. Knuth, The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley, Reading, MA (1993). +#' \url{https://www-cs-faculty.stanford.edu/~knuth/sgb.html} #' @export lesmis_gml <- function() { system.file("files/lesmis.gml", package = "igraphdata", mustWork = TRUE) diff --git a/man/lesmis.Rd b/man/lesmis.Rd index a308783..026149b 100644 --- a/man/lesmis.Rd +++ b/man/lesmis.Rd @@ -20,3 +20,7 @@ A string indicating an absolute path to a file. Functions that return paths to example files of the "Les Miserables" example network, in the GML, GraphML or Pajek format. } +\references{ +D. E. Knuth, The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley, Reading, MA (1993). +\url{https://www-cs-faculty.stanford.edu/~knuth/sgb.html} +}