Update to latest version.
This commit is contained in:
parent
3666f79194
commit
9426610cfe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/covr_3.5.0.tar.gz
|
||||
/covr_3.5.1.tar.gz
|
||||
|
21
R-covr.spec
21
R-covr.spec
@ -1,9 +1,9 @@
|
||||
%global packname covr
|
||||
%global packver 3.5.0
|
||||
%global packver 3.5.1
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 3.5.0
|
||||
Version: 3.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Test Coverage for Packages
|
||||
|
||||
@ -14,7 +14,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-digest, R-stats, R-utils, R-jsonlite, R-rex, R-httr, R-crayon, R-withr >= 1.0.2, R-yaml
|
||||
# Suggests: R-R6, R-knitr, R-rmarkdown, R-htmltools, R-DT >= 0.2, R-testthat, R-rlang, R-rstudioapi >= 0.2, R-xml2 >= 1.0.0, R-parallel, R-memoise, R-mockery
|
||||
# Suggests: R-R6, R-curl, R-knitr, R-rmarkdown, R-htmltools, R-DT >= 0.2, R-testthat, R-rlang, R-rstudioapi >= 0.2, R-xml2 >= 1.0.0, R-parallel, R-memoise, R-mockery
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -31,6 +31,7 @@ BuildRequires: R-crayon
|
||||
BuildRequires: R-withr >= 1.0.2
|
||||
BuildRequires: R-yaml
|
||||
BuildRequires: R-R6
|
||||
BuildRequires: R-curl
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-htmltools
|
||||
@ -50,11 +51,12 @@ Provides: bundled(js-highlight) = 6.2
|
||||
|
||||
%description
|
||||
Track and report code coverage for your package and (optionally) upload the
|
||||
results to a coverage service like 'Codecov' <http://codecov.io> or 'Coveralls'
|
||||
<http://coveralls.io>. Code coverage is a measure of the amount of code being
|
||||
exercised by a set of tests. It is an indirect measure of test quality and
|
||||
completeness. This package is compatible with any testing methodology or
|
||||
framework and tracks coverage of both R code and compiled C/C++/FORTRAN code.
|
||||
results to a coverage service like 'Codecov' <https://codecov.io> or
|
||||
'Coveralls' <https://coveralls.io>. Code coverage is a measure of the amount of
|
||||
code being exercised by a set of tests. It is an indirect measure of test
|
||||
quality and completeness. This package is compatible with any testing
|
||||
methodology or framework and tracks coverage of both R code and compiled
|
||||
C/C++/FORTRAN code.
|
||||
|
||||
|
||||
%prep
|
||||
@ -93,5 +95,8 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 16 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.5.1-1
|
||||
- Update to latest version (#1879773)
|
||||
|
||||
* Mon Aug 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.5.0-1
|
||||
- initial package for Fedora
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (covr_3.5.0.tar.gz) = 224b6ef437c7c537e6e46f34c7f17e77f3741fa9dcce5c1300119f3fdf2ea7174c71ba6c6d9e70a55b506eff0a3fcd09e024932e904a9a5e5d035588e891878d
|
||||
SHA512 (covr_3.5.1.tar.gz) = 5e1bb562258dda6cfdf0ee36c1cb6436e4a61a1b75e9d3b1813fcd7c9f6d94be2167fac83c0de009c6dbd749a280cdfe28e5e000a8ad6e0252b07980ac55d05d
|
||||
|
Loading…
Reference in New Issue
Block a user