R igraph 手册页

如果您从 R 中使用 igraph,请使用此选项

igraph_test {igraph}R 文档

运行包测试

描述

运行所有包测试。

用法

igraph_test()

详细信息

需要 testthat 包才能运行所有测试。测试本身的位置可以通过 system.file("tests", package="igraph") 从包中提取。

此函数只是在测试目录上调用 testthat 包中的 test_dir 函数。

testthat 包中的 test_dir 返回的任何内容。

作者

Gabor Csardi csardi.gabor@gmail.com


[包 igraph 版本 1.3.5 索引]