From 6e6e913651e6685c6ade8963e7abac7dc6694f5c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sep 20 2021 00:08:39 +0000 Subject: Update to latest version (#1988884) --- diff --git a/.gitignore b/.gitignore index cf47d1b..f10f055 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /unitizer_1.4.11.tar.gz /unitizer_1.4.12.tar.gz /unitizer_1.4.14.tar.gz +/unitizer_1.4.15.tar.gz diff --git a/R-unitizer.spec b/R-unitizer.spec index ef57c60..809c9f9 100644 --- a/R-unitizer.spec +++ b/R-unitizer.spec @@ -1,9 +1,11 @@ +%bcond_with network + %global packname unitizer -%global packver 1.4.14 +%global packver 1.4.15 %global rlibdir %{_datadir}/R/library Name: R-%{packname} -Version: 1.4.14 +Version: 1.4.15 Release: %autorelease Summary: Interactive R Unit Tests @@ -14,7 +16,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}. # Here's the R view of the dependencies world: # Depends: R-methods # Imports: R-stats, R-utils, R-crayon >= 1.3.2, R-diffobj >= 0.1.5.9000 -# Suggests: R-covr, R-knitr, R-rmarkdown, R-testthat +# Suggests: R-knitr, R-rmarkdown # LinkingTo: # Enhances: @@ -26,10 +28,8 @@ BuildRequires: R-stats BuildRequires: R-utils BuildRequires: R-crayon >= 1.3.2 BuildRequires: R-diffobj >= 0.1.5.9000 -BuildRequires: R-covr BuildRequires: R-knitr BuildRequires: R-rmarkdown -BuildRequires: R-testthat %description Simplifies regression tests by comparing objects produced by test code with @@ -54,7 +54,11 @@ rm -f %{buildroot}%{rlibdir}/R.css %check # Vignettes use the network. +%if %{with network} +%{_bindir}/R CMD check %{packname} +%else %{_bindir}/R CMD check %{packname} --no-vignettes +%endif %files diff --git a/sources b/sources index 4b8c547..23e8b98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unitizer_1.4.14.tar.gz) = de2c509f504b86b626ec30606e1e7c9ad406a799e35e8a699b1fb7e01a636df07db5f34138a50852391a922da0a404850817f4621c5a66bb3ed8b00c62d1eec7 +SHA512 (unitizer_1.4.15.tar.gz) = 96752c23371fe8beb4be53f40e19a53c4f4cb4478c56c3c0eccaec9dc476f3f12fc63f187787583e61250f4c5a990b485cf8d0fc33a55465386013cb82c9c7e3