Tony Hallam
Tony Hallam
Hi, thanks for looping me in. I have experimented with and delivered this carpentry using the new workbench template a few times now (which you have linkted to). FWIW, I...
> Tab support in the workbench is a [WIP](https://github.com/carpentries/sandpaper/pull/571). Tabs are now working and I make use of them, particularly when discussing different local systems (mac/linux/windows).
Where does Quarto fit into the Workbench ecosystem? Is it an enhancement or replacement for the current Workbench packages?
One possibility might be to duplicate the functionality of [mike](https://github.com/jimporter/mike) for the GH publisher. Instead of having to change the workbench, alternative versions would be carried through branches on a...
Following on from @alee I've got a working docker image and compose setup for a Workbench lesson. The image used as base is the `rocker/rstudio:4.3.1` image. This image takes care...
Thanks for the quick clarification @zkamvar , no expectations here and I'm not an R expert, so which pathway is more appropriate is fine by me. Appreciate you looking into...
> Option Two: Parameterized reports In terms of the parameterized reports, I have loaded a `yaml` file in the pre-amble of each lesson using. ``` ```{r load_config, include=FALSE} library(yaml) config
Thanks for following up. The sites do build and deploy correctly to Gh Pages, but I still get a warning the "Deploy Site" steps. Do I need to modify the...
> I had the same issue, but only on my machine. I think it still happens locally, but somehow it does not affect the online website; that shows everything as...
Cool, thanks for following up!