2.2.1
This commit is contained in:
parent
bbea856414
commit
d1106da442
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/testthat_2.0.1.tar.gz
|
||||
/testthat_2.1.0.tar.gz
|
||||
/testthat_2.1.1.tar.gz
|
||||
/testthat_2.2.1.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%bcond_without check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 2.1.1
|
||||
%global packver 2.2.1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
|
||||
License: MIT
|
||||
URL: http://cran.r-project.org/web/packages/testthat/index.html
|
||||
@ -14,6 +14,7 @@ BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||
BuildRequires: R-cli
|
||||
BuildRequires: R-crayon >= 1.3.4
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-evaluate
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-praise
|
||||
@ -64,6 +65,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Fri Aug 16 2019 Tom Callaway <spot@fedoraproject.org> - 2.2.1-1
|
||||
- update to 2.2.1
|
||||
|
||||
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.1.1-3
|
||||
- Remove explicit dependencies provided by automatic dependency generator
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_2.1.1.tar.gz) = 976fd7f7a1aea290f802c7e81fcaaabf6737812f9ecdd9013ad093a57b21aa21deca9aca1ac79c970419e9dff6f9cc84d6baed0f55158d5f63aedbed349bafef
|
||||
SHA512 (testthat_2.2.1.tar.gz) = 0d3a4f5b21907b83f8ed56e8b9b54cf16061fa6b102f9b559956f554a2894d704a4d35e44fa7c7b194817750656e2f1a2e909fb4111a2fa68a6324cc271589e4
|
||||
|
Loading…
Reference in New Issue
Block a user