carpentries / sandpaper-docs

Documentation for The Carpentries Workbench
https://carpentries.github.io/sandpaper-docs/
Other
5 stars 45 forks source link

bump version of package digest in renv.lock? #150

Closed tobyhodges closed 1 year ago

tobyhodges commented 1 year ago

I ran into this issue with digest version 0.6.32 on my M2 Mac, which was preventing me from previewing the lesson locally. My solution was to adjust the package version to 0.6.33 in renv.lock, which installs fine. If that was the best way to solve this problem, can we update the lock file here accordingly?

zkamvar commented 1 year ago

Yes. Can you make a pull request after running sandpaper::pin_version("digest@0.6.33") in the lesson?