You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say all ingredients are there already. But we need to give warnings
when local:: is used for resolve(), remind users that this is not reproducible on another machine where the local package is not available.
When dockerize(), enforce cache and transfer the local packages in the raw tarball format (don't R CMD build locally, do it inside the container, like how we treat GitHub packages now).
Tag v0.2 for now. But don't know how tedious it can be.
The text was updated successfully, but these errors were encountered:
I would say all ingredients are there already. But we need to give warnings
local::
is used forresolve()
, remind users that this is not reproducible on another machine where the local package is not available.dockerize()
, enforcecache
and transfer the local packages in theraw
tarball format (don'tR CMD build
locally, do it inside the container, like how we treat GitHub packages now).Tag
v0.2
for now. But don't know how tedious it can be.The text was updated successfully, but these errors were encountered: