update to 1.0.0
This commit is contained in:
parent
5b526f3fd4
commit
4e1407edbf
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/purrr_0.3.2.tar.gz
|
/purrr_0.3.2.tar.gz
|
||||||
/purrr_0.3.3.tar.gz
|
/purrr_0.3.3.tar.gz
|
||||||
/purrr_0.3.4.tar.gz
|
/purrr_0.3.4.tar.gz
|
||||||
|
/purrr_1.0.0.tar.gz
|
||||||
|
23
R-purrr.spec
23
R-purrr.spec
@ -2,7 +2,7 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
%global packname purrr
|
%global packname purrr
|
||||||
%global packver 0.3.4
|
%global packver 1.0.0
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
@ -16,19 +16,23 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
|||||||
|
|
||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
# Imports: R-magrittr >= 1.5, R-rlang >= 0.3.1
|
# Imports: R-cli >= 3.4.0, R-lifecycle >= 1.0.3, R-magrittr >= 1.5.0, R-rlang >= 0.4.10, R-vctrs >= 0.5.0
|
||||||
# Suggests: R-covr, R-crayon, R-dplyr >= 0.7.8, R-knitr, R-rmarkdown, R-testthat, R-tibble, R-tidyselect
|
# Suggests: R-covr, R-dplyr >= 0.7.8, R-httr, R-knitr, R-lubridate, R-rmarkdown, R-testthat >= 3.0.0, R-tibble, R-tidyselect
|
||||||
# LinkingTo:
|
# LinkingTo: R-cli
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
BuildRequires: R-devel
|
BuildRequires: R-devel
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: R-magrittr >= 1.5
|
BuildRequires: R-cli >= 3.4.0
|
||||||
BuildRequires: R-rlang >= 0.3.1
|
BuildRequires: R-lifecycle >= 1.0.3
|
||||||
BuildRequires: R-crayon
|
BuildRequires: R-magrittr >= 1.5.0
|
||||||
|
BuildRequires: R-rlang >= 0.4.10
|
||||||
|
BuildRequires: R-vctrs >= 0.5.0
|
||||||
|
BuildRequires: R-httr
|
||||||
BuildRequires: R-knitr
|
BuildRequires: R-knitr
|
||||||
|
BuildRequires: R-lubridate
|
||||||
BuildRequires: R-rmarkdown
|
BuildRequires: R-rmarkdown
|
||||||
BuildRequires: R-testthat
|
BuildRequires: R-testthat >= 3.0.0
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
BuildRequires: R-tibble
|
BuildRequires: R-tibble
|
||||||
BuildRequires: R-dplyr >= 0.7.8
|
BuildRequires: R-dplyr >= 0.7.8
|
||||||
@ -81,6 +85,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-examples
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 30 2022 Tom Callaway <spot@fedoraproject.org> - 1.0.0-1
|
||||||
|
- update to 1.0.0
|
||||||
|
|
||||||
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 0.3.4-11
|
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 0.3.4-11
|
||||||
- rebuild for R 4.2.1
|
- rebuild for R 4.2.1
|
||||||
- bootstrap on
|
- bootstrap on
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (purrr_0.3.4.tar.gz) = 30f121c751e6c85b986b872ed1bae6464d2f0f3b79493537d4f1b673d55725218dd982a2ed7b8b8a12b2aad586db3133e49721812f35bf3b2c692612759bb2ca
|
SHA512 (purrr_1.0.0.tar.gz) = 2e5f2e465394ae7bc4be1da778862f2e20c75ac1d9eee998798de9175c81eb119774b55aad901430366718dc069a102c87401a7496441fa14df05286cfa1c0e7
|
||||||
|
Loading…
Reference in New Issue
Block a user