mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggdist: fix depends
This commit is contained in:
parent
8c0391402a
commit
631d9f1296
2 changed files with 9 additions and 17 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ggdist
|
||||
_pkgver=3.3.1
|
||||
_pkgver=3.3.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Visualizations of Distributions and Uncertainty"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -13,16 +13,15 @@ license=('GPL-3.0-or-later')
|
|||
depends=(
|
||||
r-cli
|
||||
r-distributional
|
||||
r-dplyr
|
||||
r-ggplot2
|
||||
r-glue
|
||||
r-gtable
|
||||
r-numderiv
|
||||
r-quadprog
|
||||
r-rcpp
|
||||
r-rlang
|
||||
r-scales
|
||||
r-tibble
|
||||
r-tidyselect
|
||||
r-vctrs
|
||||
r-withr
|
||||
)
|
||||
|
@ -30,10 +29,8 @@ checkdepends=(
|
|||
r-beeswarm
|
||||
r-fda
|
||||
r-fontquiver
|
||||
r-forcats
|
||||
r-mvtnorm
|
||||
r-posterior
|
||||
r-purrr
|
||||
r-showtext
|
||||
r-svglite
|
||||
r-sysfonts
|
||||
|
@ -45,29 +42,27 @@ optdepends=(
|
|||
r-beeswarm
|
||||
r-broom
|
||||
r-covr
|
||||
r-cowplot
|
||||
r-dplyr
|
||||
r-fda
|
||||
r-fontquiver
|
||||
r-forcats
|
||||
r-knitr
|
||||
r-modelr
|
||||
r-mvtnorm
|
||||
r-palmerpenguins
|
||||
r-patchwork
|
||||
r-pkgdown
|
||||
r-posterior
|
||||
r-purrr
|
||||
r-ragg
|
||||
r-rmarkdown
|
||||
r-showtext
|
||||
r-svglite
|
||||
r-sysfonts
|
||||
r-testthat
|
||||
r-tidyr
|
||||
r-tidyselect
|
||||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('1dd3ff51bdfffa5fc48032ace31a2470')
|
||||
b2sums=('1cdea1a424e50b13a2f044bc5f88be0c7f6fb98052571cfaaef622cc3246dc2d1a3b7a215a82fee9eec5877c5cb59994580a40e7c8eafa3e11815d06eb6d449e')
|
||||
md5sums=('4272ed3112d6770ed3bea3697eea180e')
|
||||
b2sums=('efbf4e460afcfc5092a8b8eba4bbfdab1dd55da087a9124ac3093e19a1505a6debd0b218ba607e251f4c5aadf68223800f555518c2b556cd59703030bcffe386')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -5,26 +5,23 @@ maintainers:
|
|||
repo_depends:
|
||||
- r-cli
|
||||
- r-distributional
|
||||
- r-dplyr
|
||||
- r-ggplot2
|
||||
- r-glue
|
||||
- r-gtable
|
||||
- r-numderiv
|
||||
- r-quadprog
|
||||
- r-rcpp
|
||||
- r-rlang
|
||||
- r-scales
|
||||
- r-tibble
|
||||
- r-tidyselect
|
||||
- r-vctrs
|
||||
- r-withr
|
||||
repo_makedepends:
|
||||
- r-beeswarm
|
||||
- r-fda
|
||||
- r-fontquiver
|
||||
- r-forcats
|
||||
- r-mvtnorm
|
||||
- r-posterior
|
||||
- r-purrr
|
||||
- r-showtext
|
||||
- r-svglite
|
||||
- r-sysfonts
|
||||
|
|
Loading…
Add table
Reference in a new issue