# setting R_TESTS to empty string because of # https://github.com/hadley/testthat/issues/144 # and https://github.com/r-lib/testthat/issues/86 # revert this when that issue in R is fixed. Sys.setenv("R_TESTS" = "") library(testthat) library(mockery) library(risk.assessr) library(withr) library(dplyr) library(jsonlite) library(fs) test_check("risk.assessr")