Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the build for latest knitr #364

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Fix the build for latest knitr #364

merged 1 commit into from
Apr 30, 2021

Conversation

jeroen
Copy link
Contributor

@jeroen jeroen commented Apr 30, 2021

Fixes the build to work with the latest version of knitr:

── R CMD build ─────────────────────────────────────────────────────────────────
* checking for file ‘.../DESCRIPTION’ ... OK
* preparing ‘shiny.semantic’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
Error: --- re-building ‘fomantic_js.Rmd’ using rmarkdown
Error: Error: processing vignette 'fomantic_js.Rmd' failed with diagnostics:
The 'rmarkdown' package should be installed and declared as a dependency of the 'shiny.semantic' package (e.g., in the 'Suggests' field of DESCRIPTION), because the latter contains vignette(s) built with the 'rmarkdown' package. Please see https://github.com/yihui/knitr/issues/1864 for more information.
--- failed re-building ‘fomantic_js.Rmd’

--- re-building ‘basics.Rmd’ using knitr
Error: Error: processing vignette 'basics.Rmd' failed with diagnostics:
The 'markdown' package should be installed and declared as a dependency of the 'shiny.semantic' package (e.g., in the 'Suggests' field of DESCRIPTION), because the latter contains vignette(s) built with the 'markdown' package. Please see https://github.com/yihui/knitr/issues/1864 for more information.
--- failed re-building ‘basics.Rmd’

--- re-building ‘intro.Rmd’ using knitr
Error: Error: processing vignette 'intro.Rmd' failed with diagnostics:
The 'markdown' package should be installed and declared as a dependency of the 'shiny.semantic' package (e.g., in the 'Suggests' field of DESCRIPTION), because the latter contains vignette(s) built with the 'markdown' package. Please see https://github.com/yihui/knitr/issues/1864 for more information.
--- failed re-building ‘intro.Rmd’

--- re-building ‘semantic_integration.Rmd’ using knitr
Error: Error: processing vignette 'semantic_integration.Rmd' failed with diagnostics:
The 'markdown' package should be installed and declared as a dependency of the 'shiny.semantic' package (e.g., in the 'Suggests' field of DESCRIPTION), because the latter contains vignette(s) built with the 'markdown' package. Please see https://github.com/yihui/knitr/issues/1864 for more information.
--- failed re-building ‘semantic_integration.Rmd’

SUMMARY: processing the following files failed:
  ‘fomantic_js.Rmd’ ‘basics.Rmd’ ‘intro.Rmd’ ‘semantic_integration.Rmd’

@jeroen jeroen changed the title Fix the build Fix the build for latest knitr Apr 30, 2021
@dokato dokato merged commit 41afd8e into Appsilon:develop Apr 30, 2021
@dokato
Copy link
Contributor

dokato commented Apr 30, 2021

Thanks @jeroen !

@jeroen jeroen deleted the patch-1 branch April 30, 2021 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants