From fd369cdcce493da4559c63a86ba1981117987a67 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 23 Sep 2020 05:55:59 -0400 Subject: [PATCH] Enable docs in check. --- R-withr.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/R-withr.spec b/R-withr.spec index 080c4a2..0f72601 100644 --- a/R-withr.spec +++ b/R-withr.spec @@ -4,9 +4,6 @@ %global packver 2.3.0 %global rlibdir %{_datadir}/R/library -# rmarkdown is not yet available. -%global with_doc 0 - Name: R-%{packname} Version: 2.3.0 Release: 1%{?dist} @@ -31,14 +28,12 @@ BuildRequires: R-grDevices BuildRequires: R-stats %if %{without bootstrap} BuildRequires: R-DBI +BuildRequires: R-knitr BuildRequires: R-lattice BuildRequires: R-methods +BuildRequires: R-rmarkdown BuildRequires: R-RSQLite BuildRequires: R-testthat >= 2.1.0 -%if %{with_doc} -BuildRequires: R-knitr -BuildRequires: R-rmarkdown -%endif %endif %description