From 6ef0c8f011b1629666b462583241085e39f9d048 Mon Sep 17 00:00:00 2001 From: John Honaker Date: Tue, 26 Jan 2021 11:39:26 -0500 Subject: [PATCH] Add "file://" protocol to stan_progress.html Adding the "file://" protocol to the beginning of the iframe increases compatibility with other browsers. Before, the update page would work in R Studio (which is why I think it hasn't been fixed so far) and using Edge/IE. Firefox complained about an invalid protocol, and would not display the page. After this simple change, it works as expected, and eliminates the need for "open_progress = FALSE" when using something else, like Emacs and ESS. --- rstan/rstan/inst/misc/stan_progress.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rstan/rstan/inst/misc/stan_progress.html b/rstan/rstan/inst/misc/stan_progress.html index 758471f2f..bb74b95d4 100644 --- a/rstan/rstan/inst/misc/stan_progress.html +++ b/rstan/rstan/inst/misc/stan_progress.html @@ -3,6 +3,6 @@ %title% -