Closed RobertASmith closed 9 months ago
This is a shitty solution, but seems to work.
if (testthat::testing_package() != "") { path <- dirname(dirname(getwd())) } else{ path <- getwd() }
This is a shitty solution, but seems to work.