mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Update R version check information
This commit is contained in:
@@ -302,7 +302,7 @@ renderCachedPlot <- function(expr,
|
||||
# Cache a copy of the result, but without the recorded plot, because
|
||||
# it can't be saved and restored properly within the same R session.
|
||||
# Note that this was fixed in revision 74506 (2e6c669), and should
|
||||
# be in R 3.5.0, but we need to work on older versions. Perhaps in
|
||||
# be in R 3.5.1, but we need to work on older versions. Perhaps in
|
||||
# the future we could do a version check and change caching behavior
|
||||
# based on that.
|
||||
result_copy <- result
|
||||
|
||||
Reference in New Issue
Block a user