Closed avallecam closed 12 months ago
This happens because sandpaper is used here: https://github.com/Joskerus/Nuevoformato/blob/bcf0bfecb6cec86cbf48c28557966eadcd90f6c3/episodes/EnfermedadX.Rmd#L331
After removing it in https://github.com/Joskerus/Nuevoformato/commit/37e8650c81cdff63ca2c536de9aec9ffe106ded5, this suggestion does not change. I also updated these packages locally. But I think we can omit to update the cache until necessary.
I don't seem to be able to reproduce this locally
Thank you for your report. After a git pull
I run sandpaper::build_lesson()
and it updated the renv.lock
as reported in #11. But, when I run sandpaper::update_cache()
the suggestion for sandpaper and pegboard still appears but slightly different:
# carpentries --------------------------------
- pegboard [repo: https://carpentries.r-universe.dev -> carpentries; ver: 0.7.1 -> 0.7.3]
- sandpaper [repo: https://carpentries.r-universe.dev -> carpentries; ver: 0.14.0 -> 0.15.0]
I took the opportunity of the repo rename to clone it locally in a new folder. This message was not reproducible in this new clone.
I'll close this. This seems to be solved with a fresh new local clone of the repo.
After solving #7 and #8 , when using
sandpaper::update_cache()
I get a request to update {sandpaper} and {pegboard} which should not be part of therenv.lock
file.