mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-plotmo: auto updated to 3.6.2-1
This commit is contained in:
parent
3922623dbb
commit
0938d31c01
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=plotmo
|
||||
_pkgver=3.6.1
|
||||
_pkgver=3.6.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.6.1
|
||||
pkgrel=2
|
||||
pkgver=3.6.2
|
||||
pkgrel=1
|
||||
pkgdesc="Plot a Model's Residuals, Response, and Partial Dependence Plots"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
r-rpart.plot
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('245a0c87f0cca08746c6fdc60da2e3856cd69b1a2b7b5641293c620d4ae04343')
|
||||
sha256sums=('cde33a8ec558b12d8e11d7d0531e73f6678a25ee589b79897d2fc425a3fd353c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue