YAML error after knitting

All of a sudden I am getting the following error on knitting.

Error in .rs.parsePackageDependencies(contents, extension) : 
  object 'partition_yaml_front_matter' not found

Doesn't seem to have prevented anything from being knitted. Any ideas?

My yaml is

---
title: Econ 145 String Fiddling
subtitle: 
author: Professor Dick Startz
institute: UCSB
output:
  beamer_presentation:
      includes:
         in_header: footer_template.tex
params:
  cutout: FALSE
---

Maybe related to https://github.com/rstudio/rstudio/issues/11552 ?

Wow. That fixed it. Thanks!

This topic was automatically closed 7 days after the last reply. 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.