rstudio / rstudio

RStudio is an integrated development environment (IDE) for R
https://posit.co/products/open-source/rstudio/
Other
4.67k stars 1.09k forks source link

Manually deselected index.Rmd produces warnings on deploy when publishing #4743

Open alandipert opened 5 years ago

alandipert commented 5 years ago

System details

RStudio Edition : Desktop
RStudio Version : 1.2.1335
OS Version      : macOS 10.14.4
R Version       : 3.5.2

Steps to reproduce the problem

Originally reported at rstudio/shiny#1561, I was able to reproduce today

Describe the problem in detail

Deselecting files during a deployment does not appear to remove those files from the list of files checked for possible problems. This produces confusing warnings.

Describe the behavior you expected

I would not expect to see warnings about index.Rmd because I explicitly deselected it.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically closed due to inactivity.

lachlansimpson commented 2 years ago

This issue has been referenced in ticket #73494

ronblum commented 2 years ago

Reopening, as this is still a big in RStudio Desktop 2021.09.2+382 and 2022.06.0-daily-270 on MacOS 12.3. Note that the index.Rmd is not getting pushed to shinyapps.io, judging by the logs and downloading the tar file.

Triage note: This has been around for a long time, but targeting for Elsbeth Geranium as something to address. I would recommended for Spotted Wakerobin, except that there's a workaround using the rsconnect API.

ronblum commented 2 years ago

This isn't Shiny-specific, as I can reproduce this when publishing—for example—a Plumber project to Connect. Updated title because this isn't Shiny-specific.