rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
131 stars 80 forks source link

Packrat errors should be better reported on deployment #14

Closed trestletech closed 1 year ago

trestletech commented 9 years ago

(Migrated from https://github.com/rstudio/connect/issues/101)

For example, if I try to deploy with a version of packrat installed from source:

> rsconnect::deployApp(server = "dogfood")
Preparing to deploy application...DONE
Uploading application bundle...Error: Unable to retrieve package records for the following packages:
- 'packrat'

We should augment this error message with some prescriptions, e.g.

  1. (For now) "Packages should be from CRAN or GitHub", or
  2. (In the future) "This should be a packrat-managed project with local source tarballs that can be uploaded".
hadley commented 1 year ago

Superseded by #659 and work in #670