ThinkR-open / golem

A Framework for Building Robust Shiny Apps
https://thinkr-open.github.io/golem/
Other
908 stars 132 forks source link

fix: user-supplied lockfiles are correctly copied #1100

Closed ncullen93 closed 7 months ago

ncullen93 commented 1 year ago

Addresses https://github.com/ThinkR-open/golem/issues/1099

I think I found the line causing issues with supplying your own renv.lock file. Unless the idea is that any user-supplied lockfile MUST be called renv.lock.prod -- then disregard this.

ColinFay commented 7 months ago

Thank you!

I've cherry picked and merged your commit in https://github.com/ThinkR-open/golem/pull/1132