From 6cbc825ac572c42ecd8d197dd3a9ea1505e83644 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Mon, 12 Oct 2020 16:13:49 +0200 Subject: [PATCH] require the dev version of rmarkdown to fix an issue in rmarkdown:::input_as_dir (#483) to get https://github.com/rstudio/rmarkdown/commit/6c5ea839ded48ea3304f12cb02f8fc65670dfa96 that should fix one issue described in #481 (pressing Knit triggers an error because RStudio detects "C:" as the project root for some reason when the actual root is in a directory of the C: drive) --- DESCRIPTION | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0928826f..19170868 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,7 +23,7 @@ Description: Write blog posts and web pages in R Markdown. This package supports supports 'Jekyll' () and 'Hexo' (). License: GPL-3 Imports: - rmarkdown (>= 2.4), + rmarkdown (>= 2.4.2), bookdown (>= 0.14), knitr (>= 1.25), htmltools, @@ -47,3 +47,4 @@ BugReports: https://github.com/rstudio/blogdown/issues SystemRequirements: Hugo () and Pandoc () RoxygenNote: 7.1.1 Encoding: UTF-8 +Remotes: rstudio/rmarkdown