testthat
-
测试 R 包:是否可以让代码知道它在测试中是 运行?
-
如何使用 testthat 测试失败后 运行 编码?
-
失败时报告来自 test_that 块的额外信息
-
Reproducing CRAN check unit test issue on Windows: "Error: DLL 'vctrs' not found: maybe not installed for this architecture?"
-
如何测试是否打印了ggplot?
-
如何测试依赖于 menu() 用户输入的函数
-
如何在某些分支上定义某些测试?
-
R testthat:仅在测试文件中使用外部包 - 不在描述中
-
testthat (& Catch) 在 R CMD 中抱怨检查是否缺少 xml2 库
-
如何在 golem 框架闪亮包中测试模块?
-
测试保存 ggplots
-
在 testthat 中捕获错误但不要停止循环 - 测试
-
如何为testhat中的所有测试全局更改LC_COLLATE=C?
-
为什么 testthat 2.3.2 使用不同的 sort()
-
包功能中的单元测试和检查:我们是否同时进行检查?
-
devtools::test() 并行?
-
R包中测试文件的位置
-
运算符在 test_that 函数中不起作用
-
如果目录中没有文件,如何在testthat中写入expect_error以抛出错误?
-
testthat 'expect_equal' returns 一个错误 - 尽管实际输出和预期输出相同,但事实并非如此