Sam R.

Results 2 issues of Sam R.

I'm unable to build the driver. I've tried the standard build: ``` $ sudo apt-get install build-essential linux-headers-$(uname -r) $ make clean $ make $ sudo make install ``` However,...

Hello, I'm running into a problem when trying to generate [parameterized reports](https://bookdown.org/yihui/rmarkdown/parameterized-reports.html) while using kableExtra. This requires a _template_ Rmd file: ```` --- params: client: "Unknown client" newdata: mtcars title:...