Closed olivroy closed 8 months ago
this way, it is easier to jump between R/ and tests/ with usethis::use_r(), and usethis::use_test().
usethis::use_r()
usethis::use_test()
s2 was not recognized as test because it didn't have the 'test' prefix
If merged, this would create conflicts with #2059, but I wouldn't mind solving them if you'd like me
this way, it is easier to jump between R/ and tests/ with
usethis::use_r()
, andusethis::use_test()
.s2 was not recognized as test because it didn't have the 'test' prefix
If merged, this would create conflicts with #2059, but I wouldn't mind solving them if you'd like me