-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 865 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: Rigraphlib
Type: Package
Version: 1.3.2
Date: 2025-12-07
Title: igraph library as an R package
License: GPL-3
Authors@R: person("Aaron", "Lun", role=c("cre", "aut"), email="infinite.monkeys.with.keyboards@gmail.com")
Description:
Vendors the igraph C source code and builds it into a static library.
Other Bioconductor packages can link to libigraph.a in their own C/C++ code.
This is intended for packages wrapping C/C++ libraries that depend on the igraph C library and cannot be easily adapted to use the igraph R package.
LinkingTo:
biocmake
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
biocViews:
Clustering,
GraphAndNetwork
NeedsCompilation: yes
URL: https://github.com/libscran/Rigraphlib
BugReports: https://github.com/libscran/Rigraphlib/issues
Encoding: UTF-8
RoxygenNote: 7.3.3