2.3.0
This commit is contained in:
parent
d1106da442
commit
adedfe4122
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/testthat_2.1.0.tar.gz
|
||||
/testthat_2.1.1.tar.gz
|
||||
/testthat_2.2.1.tar.gz
|
||||
/testthat_2.3.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%bcond_without check
|
||||
%bcond_with check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 2.2.1
|
||||
%global packver 2.3.0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
@ -14,14 +14,23 @@ BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||
BuildRequires: R-cli
|
||||
BuildRequires: R-crayon >= 1.3.4
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-ellipsis
|
||||
BuildRequires: R-evaluate
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-pkgload
|
||||
BuildRequires: R-praise
|
||||
BuildRequires: R-R6 >= 2.2.0
|
||||
BuildRequires: R-rlang >= 0.3.0
|
||||
BuildRequires: R-rlang >= 0.4.1
|
||||
BuildRequires: R-withr >= 2.0.0
|
||||
%if %{with check}
|
||||
BuildRequires: R-covr
|
||||
BuildRequires: R-curl >= 0.9.5
|
||||
BuildRequires: R-devtools
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-usethis
|
||||
BuildRequires: R-vctrs >= 0.1.0
|
||||
BuildRequires: R-xml2
|
||||
%endif
|
||||
|
||||
@ -65,6 +74,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Wed Nov 6 2019 Tom Callaway <spot@fedoraproject.org> - 2.3.0-1
|
||||
- update to 2.3.0
|
||||
|
||||
* Fri Aug 16 2019 Tom Callaway <spot@fedoraproject.org> - 2.2.1-1
|
||||
- update to 2.2.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_2.2.1.tar.gz) = 0d3a4f5b21907b83f8ed56e8b9b54cf16061fa6b102f9b559956f554a2894d704a4d35e44fa7c7b194817750656e2f1a2e909fb4111a2fa68a6324cc271589e4
|
||||
SHA512 (testthat_2.3.0.tar.gz) = dfcff2ade13ff8caa748da78925375a9788a58109744ca2b622c98154e11731dd248bffe6555e87fe414b9106a848bdb75ec3b2b4a430f7bdc094c8fd01bebec
|
||||
|
Loading…
Reference in New Issue
Block a user