I wanted to knit a document and I can't because I am missing the Digest package.
Before I updated rStudio and R, I had set the following at the beginning of the markdown:
``{r, echo=FALSE}
knitr::opts_chunk$set(error = TRUE)
Everything was still working, but the results were not included in the Word document. After the update I could not even execute the commands. The solution seemed to be easy I should install Digest. But the package is not available for the new version 3.6.
Can you help me or maybe give me an alternative to mosaic (Digest is a part of the package) which allows me to execute the same commands?
Thank you so much for helping Best City
ok, so youre a mac user. so its trying to compile digest for you from source, and it needs xcrun utility in order to attempt this (which may or may not work).
alternatively try getting a binary from this repo
ok, so you have solved your package issue. thats good.
Can you provide a reprex that will show clearly a simple example of what you try do that doesnt work ?
When I want to knitr into a word document, I get the following error message. I don't understand this, since he actually finds the object. The data can be analyzed quite normally in the Markdown. Only when I want to knitr r that the file cannot be found.
Without a reprex or an idea of the code in the markdown script that is the pipeline for insuring the verk data is available I'm at a loss how to help you. Sorry.
I don't know what you mean, when you say reprex. Could you explain what you need? I uploaded 2 Excelfiles, which are called like verk.. Is that what you meant?
Please take a moment to read and consider the value of trying this. This information will help you in the longterm.
(It's easier to read if you follow the link than read in this preview box)