Merge branch 'f30' into f31
This commit is contained in:
commit
1ff00d8ff0
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/rlang_0.4.0.tar.gz
|
||||
/rlang_0.4.1.tar.gz
|
||||
/rlang_0.4.2.tar.gz
|
||||
/rlang_0.4.4.tar.gz
|
||||
|
14
R-rlang.spec
14
R-rlang.spec
@ -1,22 +1,23 @@
|
||||
# When we are bootstrapping, we drop some dependencies, and/or build time tests.
|
||||
%bcond_without bootstrap
|
||||
|
||||
%global packname rlang
|
||||
%global packname rlang
|
||||
%global packver 0.4.4
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.4.2
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Functions for Base Types and Core R and 'Tidyverse' Features
|
||||
|
||||
License: GPLv3
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.tar.gz
|
||||
|
||||
# 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.3.0
|
||||
# Suggests: R-cli, R-covr, R-crayon, R-glue, R-magrittr, R-methods, R-pillar, R-rmarkdown, R-testthat >= 2.3.0
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -24,6 +25,7 @@ BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-cli
|
||||
BuildRequires: R-crayon
|
||||
BuildRequires: R-glue
|
||||
BuildRequires: R-magrittr
|
||||
BuildRequires: R-methods
|
||||
%if %{without bootstrap}
|
||||
@ -75,9 +77,13 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-tests
|
||||
%{rlibdir}/%{packname}/help
|
||||
%dir %{rlibdir}/%{packname}/libs
|
||||
%{rlibdir}/%{packname}/libs/%{packname}.so
|
||||
%{rlibdir}/%{packname}/backtrace-ver
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.4-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Nov 23 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.4.2-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rlang_0.4.2.tar.gz) = ba7f5ca50f9e71b436dce304d3e8d05089622d0b275f6a23cb3d4f065c518ebde02f249ff67743c13afdca78a35599d6578068c75b260ec0f020caec30f21e1a
|
||||
SHA512 (rlang_0.4.4.tar.gz) = 62fa0879bf13c89778e64e292cdff1646290836c5c8adbbbed49faac6f91069cf3a9c03aa49910149d83aee7d585a9a2990132c2548fe46b9917c8be4cbf9603
|
||||
|
Loading…
Reference in New Issue
Block a user