Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in testthat

How to test an installed package with testthat?

r testthat

How to use R's testthat to unit test individual files?

r testthat

Skip all testthat tests when condition not met

r package devtools testthat

covr shows 0% of coverage while all tests with testthat pass

How to produce jUnit fie with R testthat

r jenkins junit testthat

R testthat package: How can I see output from message() when using test_file()

r testthat

R package tests are not found when running R CMD check

r testthat

How to set tolerance of expect_equal in testthat when comparing data_frames?

r dplyr testthat

How to write unit tests for suggested packages?

r testthat

Can I automatically generate unit tests for testthat from roxygen2 examples?

r roxygen2 testthat

Include tests in binary R package

GitLab CI with r testthat package

r gitlab testthat

testthat: handling both warning and value

r testthat

Unit tests for code in the /src folder of an R package?

c r unit-testing testthat

How to test for multiple warnings in an unknown order using testthat?

regex r unit-testing testthat

Force testthat to ignore warnings

r testthat

How to make a database connection/query in R for unit tests

r testthat

Where to place library calls with testthat?

r testing testthat