-
I'd love to replace the kind of crufy solution I have now for including manifest files in the certificate, e.g. I have :
```
{r, echo=FALSE, fig.cap=manifest_df[1:4,"comment"]}
knitr::include_gra…
sje30 updated
4 years ago
-
Hi all, I have a R Markdown question.
I am trying to write a results report for my project partners, and R Markdown is the obvious choice as the models/results/plots etc are not necessarily the fin…
-
I'm getting pander output that looks like this:
> | continent | gdp_pc_min | gdp_pc_mean | gdp_pc_max |
> |:-----------:|:------------:|:-------------:|:------------:|
> | Africa | 2…
-
### Bug description
Including computational plot or table output in enumerated lists requires the code to be indented in the source in order to benefit from automatic numbering. However this result…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/xuz1/OmicGsea
Confirm the following by editing e…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/lshep/LoriTestPkg
Confirm the following by editin…
lshep updated
6 hours ago
-
I have posted this question on [SO](https://stackoverflow.com/questions/68283952/knitr-inline-code-chunk-of-foreign-engine).
I've written a knitr engine to process Maxima code (as part of a [packag…
rcst updated
6 months ago
-
## Preamble
To pass the "noSuggests" check, we use the recommended approach of evaluating vignettes conditional on availability of all soft/weak dependencies. But, currently, the way we do it is qu…
-
``` r
library(utValidateR)
testdf Warning in check_expected_values(., colname = expected_value_column): The following rows of test data have bad expected values and were removed: 62, 63, 64, 65, 66…
-
Hi!
I'm having difficulties including images during knitting.
Here is a reproducible example: [test.zip](https://github.com/yihui/knitr/files/9592044/test.zip)
The notebook is in `R/Rmd1/note…