r-multiverse / help

Discussions, issues, and feedback for R-multiverse
https://r-multiverse.org
MIT License
2 stars 2 forks source link

Move the body of releases::check_versions() to r.releases.internals #43

Closed wlandau closed 3 months ago

wlandau commented 3 months ago

r.releases.internals needs to have check_versions() to support #10. The releases function can simply import and re-export it.

wlandau commented 3 months ago

I think I can quickly implement this one tomorrow.

wlandau commented 3 months ago

Actually, I think the infrastructure can use both r.releases.internals and releases when needed, without having to copy code.