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.
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!
