Build vignettes with pandoc

Hi all!

I'm trying to print pretty tibbles with df_print: paged option in my vignettes. My output settings are the following:

output:
  html_document:
    df_print: paged
    highlight: pygments
    number_sections: yes
    toc: yes

When I build vignettes with devtools::build_vignettes() locally I get the right HTML with paged tibbles.
But when I build the package on a TeamCity server, the installed package vignettes have tibbles printed in a usual way.

Screenshot

I've checked that rmarkdown::pandoc_available() is TRUE and rmarkdown package version is 2.6 (the rmarkdown::paged_table function is from v2.3).

What else do I need to check to build vignettes correctly?

Thanks in advance!

This topic was automatically closed after 45 days. New replies are no longer allowed.


If you have a query related to it or one of the replies, start a new topic and refer back with a link.