Closed zackarno closed 6 months ago
Actually renv::status()
returns a bunch of packages in "inconsistent state" for me. However, renv::restore()
says im synchronized with the lockfile.... so this just means you need to run renv::snapshot()
and I guess i should wait for you to do it so i get the same versions as you instead of visa versa?
Yeah, just needed to run the snapshot()
, sorry! Have done now.
nice - that fix almost made {renv}
feel like pleasant experience!
Can you add
{magick}
dep to the renv lockfile so I can sync to the correct version?writing the tracing below to show that it's getting a bit tricky to trouble shoot simple issues. Would be nice to find the root cause somehow faster or at least be able to double click to jump through files? any suggestions?
src/indicators/idmc_displacement/update_displacement.R
->box::use(./utils/plot_displacement)
src/indicators/idmc_displacement/utils/plot_displacement.R
->box::use(../../../images/create_images)
src/images/create_images.R
->box::use(./save_image)
src/images/save_image.R
->box::use(../email/mailchimp/images)
src/email/maillchimp/images
->box::use(magick)
#final issue!