mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mass: remove pkg
This commit is contained in:
parent
a30d196604
commit
ff47c7b376
5 changed files with 0 additions and 65 deletions
|
@ -14,7 +14,6 @@ depends=(
|
|||
r
|
||||
)
|
||||
optdepends=(
|
||||
r-mass
|
||||
r-cardata
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
||||
|
|
|
@ -3,7 +3,6 @@ maintainers:
|
|||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_makedepends:
|
||||
- r-mass
|
||||
- r-cardata
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
# Maintainer: Shun Wang <shuonwang at gmail dot com>
|
||||
# Contributor: Shun Wang <shuonwang at gmail dot com>
|
||||
|
||||
_pkgname=MASS
|
||||
_pkgver=7.3-63
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="Support Functions and Datasets for Venables and Ripley's MASS"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-only OR GPL-3.0-only')
|
||||
depends=(
|
||||
r
|
||||
)
|
||||
optdepends=(
|
||||
r-lattice
|
||||
r-nlme
|
||||
r-nnet
|
||||
r-survival
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('96acb170749f6add76771cd218965a8c')
|
||||
b2sums=('39006f6f9cef695d6d5e2a36c08860c9e14522346cfe50e2f71c74673c667c23eb19d9dc58f57c8b31850a8c077bda07b4865041303474b960d224dbe92dd3f5')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
R CMD INSTALL -l build "$_pkgname"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/usr/lib/R/library"
|
||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||
}
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
||||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
|
@ -1,15 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: shun2wang
|
||||
email: shuonwang@gmail.com
|
||||
repo_makedepends:
|
||||
- r-lattice
|
||||
- r-nlme
|
||||
- r-nnet
|
||||
- r-survival
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: MASS
|
||||
repo: cran
|
||||
md5: true
|
||||
- alias: r
|
Loading…
Add table
Reference in a new issue