From 0e41d8813e89faf11a0005b9caa2952bad19bff4 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Fri, 17 Sep 2021 17:30:06 +0200 Subject: [PATCH] Revert "downgrade to build pkgdown" This reverts commit 38364b86ecdc322827b6adcb860d06bb91080a00. --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d5c03aba2..28f1fcde8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: styler Title: Non-Invasive Pretty Printing of R Code -Version: 1.6.1 +Version: 1.6.1.9000 Authors@R: c(person(given = "Kirill", family = "Müller", @@ -17,12 +17,12 @@ License: MIT + file LICENSE URL: https://github.com/r-lib/styler, https://styler.r-lib.org BugReports: https://github.com/r-lib/styler/issues Imports: - R.cache (>= 0.15.0), backports (>= 1.1.0), cli (>= 1.1.0), glue, magrittr (>= 2.0.0), purrr (>= 0.2.3), + R.cache (>= 0.15.0), rematch2 (>= 2.0.1), rlang (>= 0.1.1), rprojroot (>= 1.1),