rstudio / rsconnect

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

avoid zero-length files #956

Closed aronatkins closed 11 months ago

aronatkins commented 11 months ago

Debian discards zero-length files. We may add additional zero-length files within our test hierarchy in the future, but avoid them for now.

See #954

@tillea - this will help avoid your immediate problem, but the test hierarchy really should have its file and directory structure preserved.

aronatkins commented 11 months ago

The set of files was discovered by:

find tests -size 0
#> tests/testthat/quarto-website-r-py/requirements.txt
#> tests/testthat/shiny-app-in-subdir/my-app/ui.r
#> tests/testthat/shiny-app-in-subdir/my-app/server.R
#> tests/testthat/shinyapp-with-absolute-paths/subdir/Genetics.txt
#> tests/testthat/shinyapp-with-absolute-paths/data/College.txt