jttoivon
jttoivon
The following markdown ``` # Test (1) Test (2) ``` results the following html: ``` Test (1)¶ Test (2) ``` So it seems to move the content from h2 to...
My server is performing long running computation (could be even hours), and I would like it to send intermediate results to browser as the computation progresses. This way the user...
Yes, maybe I should move from Plumber to httpuv. Currently I'm only using the http request parameter parsing, and these to deliver static files: #' @assets ../output /output list() #'...
Thanks for the reply! I got it working! It seems that the main problem was incorrect units in the `viewport()` call. I assumed the units would be in inches, but...
Hi, The help page of `stan_lm() `says the following: > prior | Must be a call to R2 with its location argument specified or NULL, which would indicate a standard...
Hi, It complains about the linewidth aesthetic, which was introduced in ggplot2 version 3.4.0. Try to upgrade ggplot2 to at least this version, and after that try installing rstanarm. bayesplot...
#1268 I added a pull request here.
I have the same problem.
I noticed that it is just paletteer_d() that doesn't work. Functions paletteer_c() and paletteer_dynamic() work partly. When something is typed, the list of suggestions is updated accordingly. But when I...
Hi, I have the same problem, my event of interest is the second level of the factor. The functions pr_auc and roc_auc take event_level as a parameter, so shouldn't brier_class...