Lukas Burk
Lukas Burk
Huh, I also thought browserViewer would be the better choice, and I didn't even notice the closing issue since I always ⌘+W out of tabs anyway, but I see how...
> Providing redirects is currently not supported in our setup. Quarto [does support redirects](https://quarto.org/docs/websites/website-navigation.html#redirects), which may be of help here?
In the meantime, you can pipe that `t.test` output into `broom::tidy`, which should give you all the information you might need. You can then pretty up the output via `sjt.df`...
`toc_float` is a make or break feature for me, I even stopped using the wonderful [juba/rmdformats](github.com/juba/rmdformats)/readthedown template because `html_document` gained that ability :/ I realize this is difficult, but is...
Reprex using [mlr3](https://cran.r-project.org/package=mlr3) from CRAN, which I suspect is one of the reasons Patrick encountered this behavior: ``` r library(downlit) library(mlr3) # Object in question: mlr3::Task downlit::highlight("mlr3::Task$new()") #> [1] "mlr3::Task$new()"...
I have not tried LimeSurvey 4.x yet, but I have experienced the given error message temporarily, sometimes over the course of one or two days. If all LimeSurvey settings are...
I see how building via quarto on netlify seems to be the more idiomatic approach, but wouldn't it suffice to do the same as for a bookdown book, where the...
No worries, I just had "I know I saw people have PR previews for bookdown..." in the back of my head - probably based on [this writeup](https://ropensci.org/blog/2020/04/07/bookdown-learnings/#5-how-to-deploy-a-preview-of-the-book-for-pull-requests). If it ends...
That's what I initially thought as well, maybe should ping Bernd about that again. In any case, my initial remark that let to the admittedly hasty removal was that the...
Might be personal preference but I think there's some value in being able to distinguish "this is going to take me to a different section" and "this is going to...