3.0.0
This commit is contained in:
parent
301754252b
commit
5ccc700151
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/testthat_2.3.0.tar.gz
|
||||
/testthat_2.3.1.tar.gz
|
||||
/testthat_2.3.2.tar.gz
|
||||
/testthat_3.0.0.tar.gz
|
||||
|
@ -1,36 +1,49 @@
|
||||
%bcond_with check
|
||||
|
||||
%global packname testthat
|
||||
%global packver 2.3.2
|
||||
%global packver 3.0.0
|
||||
|
||||
%global __suggests_exclude ^R\\((devtools)\\)
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: %{packver}
|
||||
Release: 5%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
|
||||
License: MIT
|
||||
URL: https://cran.r-project.org/package=testthat
|
||||
Summary: Unit Testing for R
|
||||
BuildRequires: R-devel >= 3.4.0, tetex-latex
|
||||
BuildRequires: R-brio
|
||||
BuildRequires: R-callr >= 3.5.1
|
||||
BuildRequires: R-cli
|
||||
BuildRequires: R-crayon >= 1.3.4
|
||||
BuildRequires: R-desc
|
||||
BuildRequires: R-digest
|
||||
BuildRequires: R-ellipsis
|
||||
BuildRequires: R-ellipsis >= 0.2.0
|
||||
BuildRequires: R-evaluate
|
||||
BuildRequires: R-jsonlite
|
||||
BuildRequires: R-lifecycle
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-pkgload
|
||||
BuildRequires: R-praise
|
||||
BuildRequires: R-processx
|
||||
BuildRequires: R-ps >= 1.3.4
|
||||
BuildRequires: R-R6 >= 2.2.0
|
||||
BuildRequires: R-rlang >= 0.4.1
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-waldo >= 0.2.1
|
||||
BuildRequires: R-withr >= 2.0.0
|
||||
%if %{with check}
|
||||
BuildRequires: R-covr
|
||||
BuildRequires: R-curl >= 0.9.5
|
||||
BuildRequires: R-devtools
|
||||
# Not in Fedora as of 2020-11-02
|
||||
BuildRequires: R-diffviewer >= 0.1.0
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-mockery
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-rstudioapi
|
||||
BuildRequires: R-shiny
|
||||
BuildRequires: R-usethis
|
||||
BuildRequires: R-vctrs >= 0.1.0
|
||||
BuildRequires: R-xml2
|
||||
@ -79,6 +92,9 @@ export _R_CHECK_FORCE_SUGGESTS_=0 LANG=C.UTF-8
|
||||
%{_libdir}/R/library/%{packname}/include/
|
||||
|
||||
%changelog
|
||||
* Mon Nov 2 2020 Tom Callaway <spot@fedoraproject.org> - 3.0.0-1
|
||||
- update to 3.0.0
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-5
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testthat_2.3.2.tar.gz) = 6b104174887792bd02a5d5b851be91b7ade88f80e690c79e9b272bae9e4b06d684b8718d0dee8266dc14e5d1c9d730822ca2d5e00d67ead6dfd5011d990afe56
|
||||
SHA512 (testthat_3.0.0.tar.gz) = 2139df3a176fce8b037bb5e2cbf7fa4855a453c4ac21475d6ed4754dde7b0e05c8a9d388e7b517e76e88c9b88003622cd81c4aa5e59f64f75c6c05c78841dc1f
|
||||
|
Loading…
Reference in New Issue
Block a user