r-lib / devtools

Tools to make an R developer's life easier
https://devtools.r-lib.org
Other
2.37k stars 755 forks source link

Don't pass the package name #2536

Closed jennybc closed 9 months ago

jennybc commented 9 months ago

Fixes #2535

If you pass the package name, testthat tries to determine the edition from the installed package. Don't pass the name and testthat will consult DESCRIPTION in the source package.

jennybc commented 9 months ago

I did this very quickly during the workshop and still need to check if there are other unsavory implications of this change.

jennybc commented 9 months ago

I now think it's better to resolve this in testthat. I'm going to open an issue there.