Hi, I'm trying to knit my markdown document. I need to cross-reference some images so I'm using the bookdown package.
It shows fine within the document, however when I knit, the File `bookdown.sty' not found shows up.
I read I'm also supposed to install the titling package but when I try to do so it says it's not available for my R version. It is R version 4.2.1 (2022-06-23 ucrt)
You should also know that I don't have latex installed in my computer but I usually knit my pdf documents from R using tinytex and it works fine, so I'm not sure what's going on this time. I appreciate the help.
This is my code:
#```{r AnnualScientificProduction, fig.cap = "Producción CientÃfica Anual"}
knitr::include_graphics("AnnualScientificProduction.png")
![Annual Scientific Production] imagenes/AnnualScientificProduction.png){width="12cm"}