From 5e83b4b96363d79afcaf54fcbde6a1b108cd6b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Thu, 6 Mar 2025 11:09:36 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Welcome=20Ma=C3=ABlle=20Salmon=20and=20?= =?UTF-8?q?David=20Schoch=20as=20authors=20(#1733)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DESCRIPTION | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0bec9d36c7..30eed73dfb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -15,9 +15,13 @@ Authors@R: c( person("Daniel", "Noom", role = "aut"), person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1416-3412")), - person("Maëlle", "Salmon", role = "ctb"), person("Michael", "Antonov", role = "ctb"), - person("Chan Zuckerberg Initiative", role = "fnd") + person("Chan Zuckerberg Initiative", role = "fnd", + comment = c(ROR = "02qenvm24")), + person("David", "Schoch", , "david.schoch@cynkra.com", role = "aut", + comment = c(ORCID = "0000-0003-2952-4812")), + person("Maëlle", "Salmon", , "maelle@cynkra.com", role = "aut", + comment = c(ORCID = "0000-0002-2815-0399")) ) Description: Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating @@ -63,7 +67,8 @@ LinkingTo: cpp11 (>= 0.5.0) VignetteBuilder: knitr -Config/Needs/build: roxygen2, devtools, irlba, pkgconfig, igraph/igraph.r2cdocs, moodymudskipper/devtag +Config/Needs/build: roxygen2, devtools, irlba, pkgconfig, + igraph/igraph.r2cdocs, moodymudskipper/devtag Config/Needs/coverage: covr Config/Needs/website: here, readr, tibble, xmlparsedata, xml2 Config/testthat/edition: 3 @@ -71,6 +76,8 @@ Config/testthat/parallel: true Config/testthat/start-first: vs-es, scan, vs-operators, weakref, watts.strogatz.game Encoding: UTF-8 -Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "igraph.r2cdocs::cdocs_roclet", "devtag::dev_roclet"), packages = "igraph.r2cdocs") +Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", + "igraph.r2cdocs::cdocs_roclet", "devtag::dev_roclet"), packages = + "igraph.r2cdocs") RoxygenNote: 7.3.2.9000 SystemRequirements: libxml2 (optional), glpk (>= 4.57, optional)