posit-dev / publisher

MIT License
3 stars 0 forks source link

R Packages text when no renv.lock file exists #1747

Open kgartland-rstudio opened 1 month ago

kgartland-rstudio commented 1 month ago

I think this was placeholder text when we didn't have a Scan button for the R Packages.

To deploy R content, you need a package file listing any package dependencies, but the file does not exist or is invalid. Use 'renv::snapshot()' at an R console to create one or edit the current configuration file (configuration-1) to point to an existing valid file.

Should we instead be asking the user to hit the Scan button here?

mmarchetti commented 4 weeks ago

We should recommend clicking the big blue button, or running renv::snapshot() (or maybe renv::init()).

mmarchetti commented 4 weeks ago

Also see #1745