Merge branch 'f30'
This commit is contained in:
commit
509b4cf587
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/rlang_0.3.4.tar.gz
|
||||
/rlang_0.4.0.tar.gz
|
||||
/rlang_0.4.1.tar.gz
|
||||
/rlang_0.4.2.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.4.1
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Functions for Base Types and Core R and 'Tidyverse' Features
|
||||
|
||||
@ -16,7 +16,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Suggests: R-cli, R-covr, R-crayon, R-magrittr, R-methods, R-pillar, R-rmarkdown, R-testthat >= 2.0.0
|
||||
# Suggests: R-cli, R-covr, R-crayon, R-magrittr, R-methods, R-pillar, R-rmarkdown, R-testthat >= 2.3.0
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -29,7 +29,7 @@ BuildRequires: R-methods
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-pillar
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-testthat >= 2.0.0
|
||||
BuildRequires: R-testthat >= 2.3.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -78,6 +78,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.2-1
|
||||
- Update to latest version
|
||||
|
||||
* Fri Oct 25 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.1-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rlang_0.4.1.tar.gz) = 387905e4bcf7d32537066a4d4447395d467a89f915a80034dbf914585e5115f2c0037fe929dd2611fb15993348cfd509f7de3355112e8a542f5977e77bc5d2ca
|
||||
SHA512 (rlang_0.4.2.tar.gz) = ba7f5ca50f9e71b436dce304d3e8d05089622d0b275f6a23cb3d4f065c518ebde02f249ff67743c13afdca78a35599d6578068c75b260ec0f020caec30f21e1a
|
||||
|
Loading…
x
Reference in New Issue
Block a user