Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make test requires manual steps #1

Open
tony-travis opened this issue Sep 20, 2023 · 0 comments
Open

make test requires manual steps #1

tony-travis opened this issue Sep 20, 2023 · 0 comments

Comments

@tony-travis
Copy link

Hi,

Thanks for making your excellent tutorial available!

I had problems running "make test" until I realised that several manual steps detailed in "slides.pdf" need to be run before running "make test". I've modified "Makefile" Makefile.patch.gz to do these steps automatically, but "make test" produced some errors under Ubuntu-MATE 22.04.3:

make test
[...]
output file: slides.knit.md

/usr/bin/pandoc +RTS -K512m -RTS slides.utf8.md --to beamer --from markdown+autolink_bare_uris+tex_math_single_backslash-implicit_figures --output slides_test.tex --lua-filter /usr/lib/R/site-library/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /usr/lib/R/site-library/rmarkdown/rmarkdown/lua/latex-div.lua --template docs/beamer.tex --highlight-style tango --pdf-engine pdflatex --self-contained --highlight-style=pygments 
Warning: Package microtype Warning: Unable to apply patch `footnote' on input line 201.

Output created: slides_test.pdf
Warning messages:
1: In eval(expr, envir, enclos) : NAs introduced by coercion
2: In eval(expr, envir, enclos) : NAs introduced by coercion
3: In eval(expr, envir, enclos) : NAs introduced by coercion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant