-
Notifications
You must be signed in to change notification settings - Fork 44
cannot successfully load package #44
Comments
Based on the example you provided above things did install properly. What happens after you run You do need updated versions of |
Hi, ok you are right, i just needed to start a new R session and library(redoc) worked. The contents of my Rmd file:
Testing a redoc document. what happened when I tried to knit (R markdown output):
|
I suspect you have an old pandoc version. Can you show the output of:
Note that if you wrap these in triple backticks, like so, it makes the output much easier to read:
|
To cite RStudio in publications use: RStudio Team (2016). RStudio: Integrated Development for R. RStudio, Inc., Boston, MA URL A BibTeX entry for LaTeX users is @Manual{, $mode $version
─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────── [1] /Library/Frameworks/R.framework/Versions/3.5/Resources/library V ── Loaded and on-disk version mismatch. |
Yup, you need Pandoc version >= 2.1.2. You're using the Pandoc that's bundled with RStudio. If you update to the latest version RStudio, it will update Pandoc, as well. |
Hi - I updated R studio! library(redoc) This generated an example.Rmd file in my directory, cool! Error in print.rdocx(docx, output_file) : |
I think you need to update the rmarkdown package to >= 1.12. I'll add this as an explicit requirement in the package DESCRIPTION. |
Hi,
I tried downloading and loading redoc from your github and the library won't load.
Here is the code i entered and output. Do I have to update all of the packages in order for this to work? I'm just hesitant to do so.
The text was updated successfully, but these errors were encountered: