Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Authors@R: c(
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"))
comment = c(ORCID = "0000-0002-2815-0399")),
person("R Consortium", role = "fnd",
comment = c(ROR = "01z833950"))
)
Description: Routines for simple graphs and network analysis. It can
handle large graphs very well and provides functions for generating
Expand Down Expand Up @@ -72,9 +74,9 @@ Config/build/never-clean: true
Config/comment/compilation-database: Generate manually with
pkgload:::generate_db() for faster pkgload::load_all()
Config/Needs/build: devtools, irlba, pkgconfig
Config/Needs/roxygen2: r-lib/roxygen2,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also ran desc::desc_normalize().

igraph/igraph.r2cdocs, moodymudskipper/devtag
Config/Needs/coverage: covr
Config/Needs/roxygen2: r-lib/roxygen2, igraph/igraph.r2cdocs,
moodymudskipper/devtag
Config/Needs/website: here, readr, tibble, xmlparsedata, xml2
Config/testthat/edition: 3
Config/testthat/parallel: true
Expand Down
Loading