-
|
I'm working on a charity app that I'm looking to move from shinyapps to connect cloud. I'm just starting in positron on macos with R 4.5.2 and trying to deploy. I'm hitting lots of issues at 'the first step' with the deployment. The publisher seems happy with my renv.lock in the extension toolbar, but whenever I try to deploy it complains that it can't find renv.lock -
I've tried the help pages on https://docs.posit.co/connect-cloud/user/publish/ide.html and https://github.com/posit-dev/publisher/blob/main/docs/configuration.md and https://github.com/posit-dev/publisher/blob/main/docs/troubleshooting.md but couldn't see anything specific to this situation. If it helps: version of renv is 1.1.15, version of rsconnect is 1.6.2 Any suggestions/ideas for how to investigate/resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
I tried a simpler app - in a new folder based on https://github.com/rstudio/shiny-examples/tree/main/083-front-page This one also reports renv.lock not found, but then proceeds to find it anyway... it gets a bit further - it fails at R4.5.2 (I can try to work around that I guess...)
The previous app also now just started deploying if I uncheck my .REnviron file ... but it deployed without any R dependencies so no way it would run. I'm wondering is there some extra logging (e.g. extra manifest.json output) that I can add from the UI? |
Beta Was this translation helpful? Give feedback.
-
|
(Feature request) It would also be nice if the deployment logs were separated between deployments or if there were some obvious way to clear this deployment log window:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




As a follow up to this... the deployment just started working after a positron update when I tried it in early January... No idea what changed, but thanks and good job 👍