Closed jzadra closed 5 months ago
Hi
Can you update rsconnect and renv. Then restart ans retry ?
:)
Both were already up to date: rsconnect @ 1.2.1 and renv @ 1.0.5
Thank you for this feedback. This is an issue we encountered some time ago, but we were unable to reproduce it with the latest versions of renv and rsconnect.
There are three avenues to explore:
1/ Try using packrat instead of renv:
options(rsconnect.packrat = TRUE)
2/ Create your own renv.lock:
remotes::install_github("thinkr-open/attachment@renv_no_desc")
attachment::create_renv_for_prod(output = "renv.lock")
Then deploy using rsconnect::deployApp()
.
3/ Explicitly ask renv to ignore the jzApp package:
renv::settings$ignored.packages("jzApp")
Then deploy using rsconnect::deployApp()
.
hi,
did you manage to deal with this issue ?
Regards
I used #3 and it seems to be working fine.
closing if it's working, feel free to comment if you need the issue to be reopen :)
When I deploy my golem app to shinyapps.io, named "jzApp", I get the warning:
Is this supposed to happen or do I have something mis-configured?
Choosing Option 1 deploys, but the app does not work and gives the following errors in the log:
Option 2 yields: