Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c0d2e625f8 | ||
|
a02674e874 | ||
|
d2ff96f2d0 | ||
|
b2c3501f1b | ||
|
01a1a93de9 | ||
|
0360971cdc |
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@
|
||||
/dplyr_1.0.5.tar.gz
|
||||
/dplyr_1.0.6.tar.gz
|
||||
/dplyr_1.0.10.tar.gz
|
||||
/dplyr_1.1.0.tar.gz
|
||||
/dplyr_1.1.2.tar.gz
|
||||
|
41
R-dplyr.spec
41
R-dplyr.spec
@ -1,7 +1,7 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
%global packname dplyr
|
||||
%global packver 1.0.10
|
||||
%global packver 1.1.2
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
%global __suggests_exclude ^R\\((Lahman|RMySQL|RPostgreSQL)\\)
|
||||
@ -17,41 +17,44 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-ellipsis, R-generics, R-glue >= 1.3.2, R-lifecycle >= 1.0.0, R-magrittr >= 1.5, R-methods, R-R6, R-rlang >= 0.4.10, R-tibble >= 2.1.3, R-tidyselect >= 1.1.0, R-utils, R-vctrs >= 0.3.5, R-pillar >= 1.5.1
|
||||
# Suggests: R-bench, R-broom, R-callr, R-covr, R-DBI, R-dbplyr >= 1.4.3, R-knitr, R-Lahman, R-lobstr, R-microbenchmark, R-nycflights13, R-purrr, R-rmarkdown, R-RMySQL, R-RPostgreSQL, R-RSQLite, R-testthat >= 3.0.2, R-tidyr, R-withr
|
||||
# Imports: R-cli >= 3.4.0, R-generics, R-glue >= 1.3.2, R-lifecycle >= 1.0.3, R-magrittr >= 1.5, R-methods, R-pillar >= 1.5.1, R-R6, R-rlang >= 1.0.6, R-tibble >= 2.1.3, R-tidyselect >= 1.2.0, R-utils, R-vctrs >= 0.5.2
|
||||
# Suggests: R-bench, R-broom, R-callr, R-covr, R-DBI, R-dbplyr >= 2.2.1, R-ggplot2, R-knitr, R-Lahman, R-lobstr, R-microbenchmark, R-nycflights13, R-purrr, R-rmarkdown, R-RMySQL, R-RPostgreSQL, R-RSQLite, R-stringi >= 1.7.6, R-testthat >= 3.1.5, R-tidyr >= 1.3.0, R-withr
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-cli >= 3.4.0
|
||||
BuildRequires: R-generics
|
||||
BuildRequires: R-glue >= 1.3.2
|
||||
BuildRequires: R-lifecycle >= 1.0.1
|
||||
BuildRequires: R-lifecycle >= 1.0.3
|
||||
BuildRequires: R-magrittr >= 1.5
|
||||
BuildRequires: R-methods
|
||||
BuildRequires: R-pillar >= 1.9.0
|
||||
BuildRequires: R-R6
|
||||
BuildRequires: R-rlang >= 1.0.2
|
||||
BuildRequires: R-tibble >= 2.1.3
|
||||
BuildRequires: R-tidyselect >= 1.1.1
|
||||
BuildRequires: R-rlang >= 1.1.0
|
||||
BuildRequires: R-tibble >= 3.2.0
|
||||
BuildRequires: R-tidyselect >= 1.2.0
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-vctrs >= 0.4.1
|
||||
BuildRequires: R-pillar >= 1.5.1
|
||||
BuildRequires: R-vctrs >= 0.6.0
|
||||
BuildRequires: R-callr
|
||||
BuildRequires: R-DBI
|
||||
BuildRequires: R-ggplot2
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-lobstr
|
||||
BuildRequires: R-microbenchmark
|
||||
BuildRequires: R-purrr
|
||||
BuildRequires: R-rmarkdown
|
||||
BuildRequires: R-RSQLite
|
||||
BuildRequires: R-testthat >= 3.1.1
|
||||
BuildRequires: R-stringi >= 1.7.6
|
||||
BuildRequires: R-testthat >= 3.1.5
|
||||
BuildRequires: R-withr
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-bench
|
||||
BuildRequires: R-broom
|
||||
BuildRequires: R-dbplyr >= 1.4.3
|
||||
BuildRequires: R-dbplyr >= 2.2.1
|
||||
BuildRequires: R-nycflights13
|
||||
BuildRequires: R-tidyr
|
||||
BuildRequires: R-tidyr >= 1.3.0
|
||||
BuildRequires: R-ggplot2
|
||||
%endif
|
||||
|
||||
@ -88,9 +91,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
%check
|
||||
export LANG=C.UTF-8
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check --ignore-vignettes %{packname}
|
||||
%endif
|
||||
|
||||
|
||||
@ -112,6 +115,16 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname} --no-vignettes
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 1.1.2-1
|
||||
- R-maint-sig mass rebuild
|
||||
- Update to the latest version
|
||||
|
||||
* Mon Feb 27 2023 Tom Callaway <spot@fedoraproject.org> - 1.1.0-1
|
||||
- update to 1.1.0
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 1.0.10-1
|
||||
- update to 1.0.10
|
||||
- rebuild for R 4.2.1
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dplyr_1.0.10.tar.gz) = c0848b809c699b4fcc0a3e097868dad9ca2957b87387e310b4b2915a106137bad121e570e9f2f69c155149042f68c76201ed739c043b99e02c506cb2cf5a8cf2
|
||||
SHA512 (dplyr_1.1.2.tar.gz) = 62ebede505506a410111189073bb35efb971aad9b09f4622f34b9dcbf8e739c07f1b85a68d95ac9d76a1df2d800358ff4b3b79e4cf3df9911683e2cf472c9aa5
|
||||
|
Loading…
Reference in New Issue
Block a user