2.1.0
This commit is contained in:
parent
cf486d0d83
commit
1d5801f560
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/testthat_1.0.2.tar.gz
|
||||
/testthat_2.0.0.tar.gz
|
||||
/testthat_2.0.1.tar.gz
|
||||
/testthat_2.1.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_without check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 2.0.1
|
||||
%global packver 2.1.0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
@ -12,26 +12,26 @@ URL: http://cran.r-project.org/web/packages/testthat/index.html
|
||||
Summary: Unit Testing for R
|
||||
BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||
BuildRequires: R-cli
|
||||
BuildRequires: R-crayon
|
||||
BuildRequires: R-crayon >= 1.3.4
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-praise
|
||||
BuildRequires: R-R6 >= 2.2.0
|
||||
BuildRequires: R-rlang
|
||||
BuildRequires: R-rlang >= 0.3.0
|
||||
BuildRequires: R-withr >= 2.0.0
|
||||
%if %{with check}
|
||||
BuildRequires: R-xml2
|
||||
%endif
|
||||
Requires: R-core >= 3.4.0
|
||||
Requires: R-cli
|
||||
Requires: R-crayon
|
||||
Requires: R-crayon >= 1.3.4
|
||||
Requires: R-digest
|
||||
Requires: R-magrittr
|
||||
Requires: R-methods
|
||||
Requires: R-praise
|
||||
Requires: R-R6 >= 2.2.0
|
||||
Requires: R-rlang
|
||||
Requires: R-rlang >= 0.3.0
|
||||
Requires: R-withr >= 2.0.0
|
||||
|
||||
%description
|
||||
@ -67,12 +67,16 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/NAMESPACE
|
||||
%{_libdir}/R/library/%{packname}/Meta
|
||||
%{_libdir}/R/library/%{packname}/R
|
||||
%{_libdir}/R/library/%{packname}/examples/
|
||||
%{_libdir}/R/library/%{packname}/help
|
||||
%{_libdir}/R/library/%{packname}/libs/
|
||||
%{_libdir}/R/library/%{packname}/resources/
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Tue Apr 23 2019 Tom Callaway <spot@fedoraproject.org> - 2.1.0-1
|
||||
- update to 2.1.0
|
||||
|
||||
* Thu Feb 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.0.1-1
|
||||
- Update to latest version
|
||||
- Enable tests
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_2.0.1.tar.gz) = 41d6e7243fc2bb291980e7bead1a979d461a2d608aa9cc48671ac311bbcac233ca80401f7027405e38d68e31822ec3c5bf2b3a237c0f56a8e9b4d7b1835b2426
|
||||
SHA512 (testthat_2.1.0.tar.gz) = c2accc76663f9d1d05d05ca0d0585b36df7ce683cead4f91efee35434bdaf0462cc2be7b60456f7f5c8890fa766909e3b14006811c2e5b5e29c724660a448fcf
|
||||
|
Loading…
Reference in New Issue
Block a user