-
Will upload remaining intro workshop lecture PDFs on Friday (need the use of office computer to do a legitimate PowerPoint to PDF conversion). I've decided upon full page (A4) landscape for PDF forma…
-
Team nudi has had a lot of issues with conflicts with the figures being reproduced every time we knit, so when we commit and try to push there are almost always conflicts with the existing fig files. …
-
Quite a useful package, thanks! Could you make searching for TODO items the default rather than needing to add it as an option? I don't quite understand the rationale for having it *not* be the defaul…
-
I've noticed that I've started writing output regression tests like this:
```R
expect_known_output(
file = test_path("test-type-df.txt"),
{
cat("mtcars:\n")
print(vec_typ…
-
i have a recurring issue with `learnr` tutorial that runs as a shiny app. here's the yaml
```
---
title: "Chapter 2 Tutorial"
output:
learnr::tutorial:
highlight: pygments
ace_them…
-
are we putting answers to your turns in the rmd or just the ppt. I've seen this done both ways. if putting in rmd, isn't that right in front of them as they work through the exercise?
could also …
-
![image](https://user-images.githubusercontent.com/10470699/50594024-1ebe0480-0e9b-11e9-8526-d766cc54bc88.png)
-
The issue seems to be with the conversion to grid in the capture_base_plot function. The first run through is fine but subsequent plots lose y axis labels. I can't seem to fix this with margin changes…
-
In the [README.(R)md](https://github.com/WinVector/rquery/blob/master/README.md) the first sentence under the header "Discussion" reads:
> [`rquery`](https://github.com/WinVector/rquery) can be an …
-
There was a bit of confusion in the dry run (and at the Philly workshop IIRC) that results were showing up before participants ran a chunk. I have not tested this but I believe the procedure would be …