Publishing error with aws.s3

Adding library("aws.s3") to RStudio's template Shiny Web App script, I get the following error message when publishing:

Error: Unhandled Exception: Child Task 562539322 failed: Error building image: Error fetching aws.signature (0.4.5) source. <CRANPackageSource repo='http://cran.rstudio.org'> unable to satisfy package: aws.signature (0.4.5)

Is there a solution?

Where are you trying to publish this Shiny app to? Sounds like shinyapps.io? Also it looks like the problem is the version of the package you have installed locally? Am I right that the latest CRAN version is 0.4.4?

1 Like

Thank you. I should have spotted that. Re-installing the aws.signature package with version 0.4.4 has enabled publishing to shinyapps.io.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.