-
I am seeing this error on my Windows machine, but not Mac. I am assuming some settings on my Rstudio/R installation with regard to UTF-E encoding is screwed up. I think the output of `rcitep(citation(…
-
I am trying to load the package to start working with lab 03. It is giving me the following error. Any one else having the issue and how to fix this.
# load packages
```{r}
library( pander ) …
-
Hello,
Thanks for the wonderful package. At the moment, `svystat` and `svyby` objects from the `survey` package don't print as expected with `pander`. The default print method for these objects inc…
-
Hello,
While I'm trying to run the 2nd chunk this error appeared:
**library( pande**r ) # formatting tables
Error in library(pander) : there is** no **package** called ‘pander’
> library( …
-
I call pander implicitly in my Rmarkdown documents by setting `df_print: !expr pander::pander` in my YAML header. This mostly works well, as I just set options to modify pander's behavior using `pande…
-
Currently it is not possible to get the output and display it as markdown without either using a wrapper function or setting some knitr options to get a `knit_asis` object. Unfortunately, the asis obj…
-
Error in x[[i]] : subscript out of bounds
In addition: Warning message:
In pander.default(x$result) :
No pander.method for "plotly", reverting to default.No pander.method for "htmlwidget", reverting…
-
**Pander ** created a feature request on 2009-10-14 12:30:12 UTC**
*(Orig. from https://sourceforge.net/p/aspell/feature-requests/65)*
Please add an option for recursively checking all TeX files via …
-
Hello,
As discussed on this [SO](http://stackoverflow.com/questions/35844032/custom-cell-format-in-pandoc-table-using-pander) question, it would be great to be able to format the numbers in pander.
…
-
`pandoc.header` does not work inside a loop on an rmarkdown chunk with `results='markup'`, while it works with `results='asis'`.
I ask the same question as here (https://stackoverflow.com/questions…