From 3e0635b0b3c8119ad7c5dbe248ba12d15e9255b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horva=CC=81t?= Date: Fri, 21 Feb 2025 16:34:33 +0000 Subject: [PATCH] chore: run `devtools::document()` --- .Rbuildignore | 6 +++--- man/graph.data.frame.Rd | 2 +- man/graph.edgelist.Rd | 2 +- man/graph_from_data_frame.Rd | 2 +- man/graph_from_edgelist.Rd | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index cb62bebd9f..ad8aef71c5 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -52,11 +52,11 @@ ^compile_commands\.json$ ^\.cache$ ^rchk$ +^vendor\.sh$ +^vendor-one\.sh$ +^patch$ ^man/dot-igraph.progress\.Rd$ ^man/dot-igraph.status\.Rd$ ^man/dot-extract_constructor_and_modifiers\.Rd$ ^man/dot-apply_modifiers\.Rd$ ^man/handle_vertex_type_arg\.Rd$ -^vendor\.sh$ -^vendor-one\.sh$ -^patch$ diff --git a/man/graph.data.frame.Rd b/man/graph.data.frame.Rd index 3edbba9ce8..ecc3c28a69 100644 --- a/man/graph.data.frame.Rd +++ b/man/graph.data.frame.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data_frame.R +% Please edit documentation in R/conversion.R \name{graph.data.frame} \alias{graph.data.frame} \title{Creating igraph graphs from data frames or vice-versa} diff --git a/man/graph.edgelist.Rd b/man/graph.edgelist.Rd index 3d87bfaf33..cf4fa74f4d 100644 --- a/man/graph.edgelist.Rd +++ b/man/graph.edgelist.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data_frame.R +% Please edit documentation in R/conversion.R \name{graph.edgelist} \alias{graph.edgelist} \title{Create a graph from an edge list matrix} diff --git a/man/graph_from_data_frame.Rd b/man/graph_from_data_frame.Rd index 81465551cc..6aa7caeddb 100644 --- a/man/graph_from_data_frame.Rd +++ b/man/graph_from_data_frame.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/conversion.R, R/data_frame.R +% Please edit documentation in R/conversion.R \name{as_data_frame} \alias{as_data_frame} \alias{graph_from_data_frame} diff --git a/man/graph_from_edgelist.Rd b/man/graph_from_edgelist.Rd index cd5e81faae..453451315d 100644 --- a/man/graph_from_edgelist.Rd +++ b/man/graph_from_edgelist.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/data_frame.R +% Please edit documentation in R/conversion.R \name{graph_from_edgelist} \alias{graph_from_edgelist} \alias{from_edgelist}