summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-10 15:08:17 -0500
committerAlex Branham2018-06-10 15:08:17 -0500
commit007f02bfda12998943d0f4badd6b1029b190a40f (patch)
treea0ad337283c4f8bc60cd9308b5f90d580e39c436
parentb7dddbfc43541336b225edf4834a2f7a08dd1f12 (diff)
downloadaur-007f02bfda12998943d0f4badd6b1029b190a40f.tar.gz
Specify minimum versions
-rw-r--r--.SRCINFO50
-rw-r--r--PKGBUILD2
2 files changed, 26 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152e7b21caaf..683bb4015713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,31 +7,31 @@ pkgbase = r-tidyverse
license = GPL3
license = custom
depends = r
- depends = r-broom
- depends = r-cran-cli
- depends = r-crayon
- depends = r-dplyr
- depends = r-dbplyr
- depends = r-forcats
- depends = r-ggplot2
- depends = r-haven
- depends = r-hms
- depends = r-httr
- depends = r-jsonlite
- depends = r-cran-lubridate
- depends = r-magrittr
- depends = r-modelr
- depends = r-purrr
- depends = r-readr
- depends = r-readxl
- depends = r-reprex
- depends = r-rlang
- depends = r-rstudioapi
- depends = r-rvest
- depends = r-stringr
- depends = r-tibble
- depends = r-tidyr
- depends = r-xml2
+ depends = r-broom>=0.4.2
+ depends = r-cran-cli>=1.0.0
+ depends = r-crayon>=1.3.4
+ depends = r-dplyr>=0.7.4
+ depends = r-dbplyr>=1.1.0
+ depends = r-forcats>=0.2.0
+ depends = r-ggplot2>=2.2.1
+ depends = r-haven>=1.1.0
+ depends = r-hms>=0.3
+ depends = r-httr>=1.3.1
+ depends = r-jsonlite>=1.5
+ depends = r-cran-lubridate>=1.7.1
+ depends = r-magrittr>=1.5
+ depends = r-modelr>=0.1.1
+ depends = r-purrr>=0.2.4
+ depends = r-readr>=1.1.1
+ depends = r-readxl>=1.0.0
+ depends = r-reprex>=0.1.1
+ depends = r-rlang>=0.1.4
+ depends = r-rstudioapi>=0.7
+ depends = r-rvest>=0.3.2
+ depends = r-stringr>=1.2.0
+ depends = r-tibble>=1.3.4
+ depends = r-tidyr>=0.7.2
+ depends = r-xml2>=1.1.1
optdepends = r-feather
optdepends = r-knitr
optdepends = r-rmarkdown
diff --git a/PKGBUILD b/PKGBUILD
index ce07404f15d1..3a4e8741a5af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Easily Install and Load the Tidyverse"
arch=('any')
url="https://cran.r-project.org/package=${_cranname}"
license=('GPL3' 'custom')
-depends=('r' 'r-broom' 'r-cran-cli' 'r-crayon' 'r-dplyr' 'r-dbplyr' 'r-forcats' 'r-ggplot2' 'r-haven' 'r-hms' 'r-httr' 'r-jsonlite' 'r-cran-lubridate' 'r-magrittr' 'r-modelr' 'r-purrr' 'r-readr' 'r-readxl' 'r-reprex' 'r-rlang' 'r-rstudioapi' 'r-rvest' 'r-stringr' 'r-tibble' 'r-tidyr' 'r-xml2')
+depends=('r' 'r-broom>=0.4.2' 'r-cran-cli>=1.0.0' 'r-crayon>=1.3.4' 'r-dplyr>=0.7.4' 'r-dbplyr>=1.1.0' 'r-forcats>=0.2.0' 'r-ggplot2>=2.2.1' 'r-haven>=1.1.0' 'r-hms>=0.3' 'r-httr>=1.3.1' 'r-jsonlite>=1.5' 'r-cran-lubridate>=1.7.1' 'r-magrittr>=1.5' 'r-modelr>=0.1.1' 'r-purrr>=0.2.4' 'r-readr>=1.1.1' 'r-readxl>=1.0.0' 'r-reprex>=0.1.1' 'r-rlang>=0.1.4' 'r-rstudioapi>=0.7' 'r-rvest>=0.3.2' 'r-stringr>=1.2.0' 'r-tibble>=1.3.4' 'r-tidyr>=0.7.2' 'r-xml2>=1.1.1')
optdepends=('r-feather' 'r-knitr' 'r-rmarkdown')