Below is what I am trying to knit
---
date: "`r Sys.Date()`"
author: "Your Name"
title: "officedown template"
output:
officedown::rdocx_document
---
```r
library(officedown)
#> Warning: S3 method 'print.dml' was declared in NAMESPACE but not found
```
And I am getting the following error
Rendering: C:/Users/Dell/Desktop/AmaniRM/officedown/page1.Rmd Error in (function (toc = FALSE, toc_depth = 3, number_sections = FALSE, : unused arguments (lib_dir = "site_libs", self_contained = FALSE) Calls: ... create_output_format -> do.call -> -> do.call Execution halted
Can some one please help me