Update to latest version.
This commit is contained in:
parent
b3fac6affa
commit
bc7ac646aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/rlang_0.3.3.tar.gz
|
||||
/rlang_0.3.4.tar.gz
|
||||
/rlang_0.4.0.tar.gz
|
||||
/rlang_0.4.2.tar.gz
|
||||
|
20
R-rlang.spec
20
R-rlang.spec
@ -1,11 +1,11 @@
|
||||
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
||||
%{?_with_bootstrap: %global bootstrap 1}
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname rlang
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.4.0
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Functions for Base Types and Core R and 'Tidyverse' Features
|
||||
|
||||
@ -16,22 +16,27 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports:
|
||||
# Suggests: 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:
|
||||
|
||||
Suggests: R-cli
|
||||
Suggests: R-crayon
|
||||
Suggests: R-magrittr
|
||||
Suggests: R-methods
|
||||
Suggests: R-pillar
|
||||
Suggests: R-rmarkdown
|
||||
Suggests: R-testthat >= 2.3.0
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-cli
|
||||
BuildRequires: R-crayon
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-methods
|
||||
%if ! 0%{?bootstrap}
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-pillar
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-testthat >= 2.0.0
|
||||
BuildRequires: R-testthat >= 2.3.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -58,7 +63,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
%check
|
||||
export LANG=C.UTF-8
|
||||
%if ! 0%{?bootstrap}
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
||||
@ -80,6 +85,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
|
||||
|
||||
* Thu Jun 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.0-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rlang_0.4.0.tar.gz) = be4f1011dae14d4d175d5c5e6d6602222fb72652c7b3234acde0db84ddd432489b6f7d7dd4e8b112ddaf1bcbe1d27b9acb5f2c6d924ffd09626db1507d719600
|
||||
SHA512 (rlang_0.4.2.tar.gz) = ba7f5ca50f9e71b436dce304d3e8d05089622d0b275f6a23cb3d4f065c518ebde02f249ff67743c13afdca78a35599d6578068c75b260ec0f020caec30f21e1a
|
||||
|
Loading…
Reference in New Issue
Block a user