You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Hey there,
hoping to find some answers with an issue I encountered after using redoc for the first time. Assuming that the example documents are valid, I used "Update and Render"-Addin and was surprised to get the following error message:
Error in assert_redoc(docx) : docx is not a reversible document
In addition: Warning messages:
1: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
2: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
3: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
4: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
5: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
6: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
7: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
8: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
9: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to stri_opts_fixed.
The error is persistent with other .docx documents and occurs with the dedoc function. The documents are created properly, but reimporting them into rstudio ends up with the error as described. My wild guess would be that somehow the output of assert_redoc is always false.
Pandoc version: 2.17.1.1
RStudio version (if applicable): 2022.02.0 Build 443
Greetings,
Jonny
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
hoping to find some answers with an issue I encountered after using redoc for the first time. Assuming that the example documents are valid, I used "Update and Render"-Addin and was surprised to get the following error message:
Error in assert_redoc(docx) : docx is not a reversible document
In addition: Warning messages:
1: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.2: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.3: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.4: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.5: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.6: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.7: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.8: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.9: In (function (case_insensitive = FALSE, overlap = FALSE, ...) :
Unknown option to
stri_opts_fixed
.The error is persistent with other .docx documents and occurs with the dedoc function. The documents are created properly, but reimporting them into rstudio ends up with the error as described. My wild guess would be that somehow the output of assert_redoc is always false.
Pandoc version: 2.17.1.1
RStudio version (if applicable): 2022.02.0 Build 443
Greetings,
Jonny
The text was updated successfully, but these errors were encountered: