mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
* isTempPath is now isTemp, simplified semantics - Now requires both the path and temp dir to exist - isTemp(tempdir()) is now false - Doesn't matter if it's files or directories * Fix tests under R 3.4 and earlier * fix comment Co-authored-by: Carson Sievert <cpsievert1@gmail.com>